Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Composition",
"id" : "CompositionExternalConsultation",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/CompDocument"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ExternalOrganization",
"valueReference" : {
🔗 "reference" : "Organization/19483f00-716c-4af8-b1e1-b945b194d357"
}
}
],
"status" : "registered",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CompositionType",
"code" : "general",
"display" : "Общая медицинская информация"
}
]
},
"subject" : [
{
🔗 "reference" : "Patient/ExamplePatientED"
}
],
"encounter" : {
🔗 "reference" : "Encounter/EncounterExternalConsultation"
},
"date" : "2026-04-07T11:30:00Z",
"author" : [
{
"reference" : "ExampleDoctor"
}
],
"title" : "CompDocument для наполненного Bundle",
"custodian" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"event" : [
{
"detail" : [
{
"reference" : {
🔗 "reference" : "Condition/DiagnosisBundleForTest"
}
}
]
}
]
}