Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleRequestPhysiotherapyMagnit",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestPhysiotherapy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C058",
"display" : "Физиотерапия"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
{
"url" : "https://fhir.by/StructureDefinition/ProcedureNumber",
"valueUnsignedInt" : 5
}
],
"identifier" : [
{
"value" : "256"
}
],
"status" : "active",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/1",
"display" : "Амбулаторно-поликлиническая помощь взрослому населению"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C058.1",
"display" : "Осмотр (консультация) врача-физиотерапевта"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PhysicalParameters",
"code" : "frequency",
"display" : "Частота"
}
]
},
"valueQuantity" : {
"value" : 5,
"unit" : "Гц",
"system" : "https://fhir.by/ValueSet/VSUnitsPhysiother",
"code" : "Hz"
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PhysicalParameters",
"code" : "magnetic_induction",
"display" : "Магнитная индукция"
}
]
},
"valueQuantity" : {
"value" : 100,
"comparator" : "<",
"unit" : "мТл",
"system" : "https://fhir.by/ValueSet/VSUnitsPhysiother",
"code" : "mT"
}
}
]
}
],
"quantityQuantity" : {
"value" : 20,
"unit" : "минуты",
"system" : "https://fhir.by/ValueSet/TimeSlots",
"code" : "min"
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterPhysio"
},
"authoredOn" : "2024-08-01T12:00:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/PractitionerRoleForHospitalisation"
},
"performer" : [
{
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
],
"location" : [
{
"reference" : {
🔗 "reference" : "Location/TherapyUnit"
}
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "S52.40",
"display" : "S52.40 - Сочетанный перелом диафизов локтевой и лучевой костей закрытый"
}
]
}
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
"code" : "Forearm-L",
"display" : "Предплечье (лев.)"
}
]
}
]
}