Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "6c22587d-929c-49b1-92bc-d8c5d7c857eb",
"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" : "8001112A009PB3"
}
],
"active" : true,
"name" : [
{
"family" : "Аксенов",
"given" : [
"Александр",
"Аркадьевич"
]
}
],
"birthDate" : "1982-11-25",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/91a56d5a-4899-4175-9504-6dea92462675"
},
"type" : "refer"
}
]
}