Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "1c020c74-6dc9-4d3f-a395-4a36961a4593",
"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" : "1980-05-14",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/a9d8d433-d7e4-46eb-b031-c4f17ec46246"
},
"type" : "refer"
}
]
}