Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-3-t2-08-26-11)
1.3.446 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleSRUltrasoundLiver",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestUltrasound"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/Organization24polyclinic"
}
},
{
"url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C056",
"display" : "Ультразвуковая диагностика"
}
]
}
}
],
"identifier" : [
{
"value" : "A0133",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"status" : "completed",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "03/3",
"display" : "Амбулаторно-поликлиническая диагностика для детского населения"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VSHealthcareServiceTypeBUltrasound",
"code" : "B01-049-001.vs",
"display" : "Прием (осмотр, консультация) врача ультразвуковой диагностики первичный"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/UltrasoundTypes",
"code" : "A04-14-001",
"display" : "УЗИ печени"
}
]
},
"valueString" : "Ограничений для проведения исследования нет"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterForInfantDispanserisation"
},
"occurrenceDateTime" : "2026-08-20T12:10:00Z",
"authoredOn" : "2025-08-21T12:10:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/ExampleTherapist"
},
"performer" : [
{
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
],
"location" : [
{
"reference" : {
🔗 "reference" : "Location/SurgeryUnit"
}
}
],
"reason" : [
{
"concept" : {
"text" : "Для оценки состояния печени и исключения патологии"
},
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisaOtherUnspecifiedAbdominalPain"
}
}
],
"patientInstruction" : [
{
"instructionMarkdown" : "Воздержаться от приема пищи за 6-8 часов до проведения УЗИ, исключить из рациона жирные и жареные блюда"
}
]
}