Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "f6dcc580-8686-47b0-9423-c355c7dc77b8",
"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" : "7150892A001PB9"
}
],
"active" : true,
"name" : [
{
"family" : "Евдокимова",
"given" : [
"Людмила",
"Ивановна"
]
}
],
"birthDate" : "1996-02-28",
"link" : [
{
"other" : {
🔗 "reference" : "Patient/c0069783-4d89-40a3-bb66-279ba3e92799"
},
"type" : "refer"
}
]
}