Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleServiceRequest24BpMonitor",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestFunctDiagn"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/FirstServiceRequestFunctDiagn",
"valueBoolean" : true
},
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
{
"url" : "https://fhir.by/StructureDefinition/IndividualCharactPatient",
"valueString" : "Наличие избыточного веса..."
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/1",
"display" : "Амбулаторно-поликлиническая диагностика для взрослого населения"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C060.3",
"display" : "Суточное мониторирование АД (СМАД)"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/PatientFunctDiagn"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterFunctDiagn"
},
"occurrencePeriod" : {
"start" : "2024-08-27T12:00:00Z",
"end" : "2024-09-26T12:50:00Z"
},
"authoredOn" : "2024-08-29T12:00:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
],
"location" : [
{
"reference" : {
🔗 "reference" : "Location/TherapyUnit"
}
}
],
"reason" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ReasonForFunctDiagn",
"valueString" : "Оценка суточного АД"
}
],
"concept" : {
"text" : "Боль в груди"
},
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisArterialHypertension"
}
}
],
"note" : [
{
"text" : "При себе иметь: 1. Результаты ЭКГ"
}
],
"patientInstruction" : [
{
"instructionMarkdown" : "За сутки до обследования отменить физические активности, не употреблять кофе, крепкий чай и алкоголь"
}
]
}