Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Composition",
"id" : "ExampleBirthComposition",
"meta" : {
"lastUpdated" : "2026-02-10T05:35:21Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/BirthComposition"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/CitezenshipBy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CitizenshipCode",
"code" : "BY",
"display" : "Беларусь"
}
]
}
}
],
"status" : "final",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CompositionType",
"code" : "birth-certificate",
"display" : "Электронная медицинская справка о рождении"
}
]
},
"subject" : [
{
🔗 "reference" : "Patient/ExampleMotherED"
}
],
"date" : "2026-02-10T05:30:21Z",
"author" : [
{
🔗 "reference" : "Practitioner/7cc066b9-7db5-4db6-8645-c6edd23ab896"
}
],
"title" : "Электронная медицинская справка о рождении",
"custodian" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"event" : [
{
"detail" : [
{
"reference" : {
🔗 "reference" : "Provenance/ExampleProvenanceDocumentInfoBirth"
}
}
]
},
{
"detail" : [
{
"reference" : {
🔗 "reference" : "ClinicalImpression/ExampleBirth"
}
}
]
},
{
"detail" : [
{
"reference" : {
🔗 "reference" : "QuestionnaireResponse/QRMotherSpecialInfBirth"
}
}
]
},
{
"detail" : [
{
"reference" : {
🔗 "reference" : "Patient/ExampleNewBornED"
}
}
]
}
]
}