Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "5e025601-1fb7-4c83-ae53-defebb94e89a",
"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" : "7001112A009PB4"
}
],
"active" : true,
"name" : [
{
"family" : "Евдокимова",
"given" : [
"Людмила",
"Ивановна"
]
}
],
"birthDate" : "1996-02-28",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/07c27b1c-0f79-48d7-8676-43ed56934ad0"
},
"type" : "refer"
}
]
}