Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "1a3367a7-157d-4f5c-98f0-8bd903b0a775",
"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" : "7551003A009PB6"
}
],
"active" : true,
"name" : [
{
"family" : "Уткина",
"given" : [
"Рената",
"Константиновна"
]
}
],
"birthDate" : "1985-09-04",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/d6b03e53-1c14-4afc-a40e-c30da1b89f86"
},
"type" : "refer"
}
]
}