Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "cfbff0d1-9375-5685-968c-48ce8b15ae17",
"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" : "7551002A009PB9"
}
],
"active" : true,
"name" : [
{
"family" : "Коротько",
"given" : [
"Татьяна",
"Константиновна"
]
}
],
"birthDate" : "1981-04-21",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/9bbb4a67-7e44-4f70-ac57-d62e4ba1b778"
},
"type" : "refer"
}
]
}