Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleRequestHomeVisit",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestHomeVisit"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PlaceForHomeVisit",
"valueAddress" : {
"text" : "ул. Лучшая, д 21, кв 15, 2 подъезд, 4 этаж, код домофона #1354"
}
}
],
"status" : "active",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "03/1",
"display" : "Амбулаторно-поликлиническая диагностика для взрослого населения"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VSHealthcareServiceTypeHomeVisit",
"code" : "B01-023-001-home.vs",
"display" : "(На дому) Прием (осмотр, консультация) врача общей практики первичный"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"occurrenceDateTime" : "2024-08-08T12:00:00Z",
"authoredOn" : "2024-08-07T12:00:00Z",
"requester" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"performer" : [
{
"reference" : "Organization/OrganizationForDemo"
},
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReasonForVisit",
"code" : "hyperthermia",
"display" : "Высокая температура тела"
}
]
}
}
]
}