Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "7b4852a0-ede7-49a5-afff-79ed17adea9a",
"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/7a184c68-ed5e-4579-9e1c-ac86dc7dbaba"
},
"type" : "refer"
}
]
}