Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "8eedee99-1909-4d17-93bf-b8ffb0c5e580",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientED"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/DocumentKind",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
"code" : "01"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "IPA"
}
]
},
"value" : "7001112A009PB3"
}
],
"active" : true,
"name" : [
{
"family" : "Аксенова",
"given" : [
"Екатерина",
"Юрьевна"
]
}
],
"birthDate" : "1988-04-21",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/04e706a1-072b-4bca-bef6-c63d2b6dc0db"
},
"type" : "refer"
}
]
}