Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleServiceRequestPlanHospitalisationCardiology",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestHospitalisation"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C013",
"display" : "Кардиология"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"identifier" : [
{
"value" : "12345",
"period" : {
"start" : "2025-02-03T12:00:00Z",
"end" : "2025-03-02T12:00:00Z"
}
}
],
"status" : "active",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/2",
"display" : "Стационарная медицинская помощь взрослому населению"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HospitalisationGoals",
"code" : "diagn",
"display" : "выполнение диагностических исследований"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceTypePart",
"code" : "A05-10-008-001"
}
]
},
"valueString" : "Холтеровское мониторирование сердечного ритма (ХМ-ЭКГ)"
}
]
},
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceTypePart",
"code" : "A04-10-002-004"
}
]
},
"valueString" : "Эхокардиография с физической нагрузкой"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterFullBundle"
},
"occurrenceDateTime" : "2025-03-10T12:00:00Z",
"authoredOn" : "2025-03-01T12:00:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
"reference" : "Organization/OrganizationForDemo"
}
],
"location" : [
{
"reference" : {
🔗 "reference" : "Location/TherapyUnit"
}
}
],
"reason" : [
{
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisArterialHypertension"
}
}
],
"note" : [
{
"text" : "Для выполнения диагностических исследований и подбора терапии"
}
]
}