Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleSRpedECG",
"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"
}
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/3",
"display" : "Амбулаторно-поликлиническая помощь детскому населению"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C060.2.18",
"display" : "ЭКГ по\u00a0стандартной методике в\u00a012 отведениях"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterForInfantDispanserisation"
},
"occurrencePeriod" : {
"start" : "2024-04-04",
"end" : "2024-05-01"
},
"authoredOn" : "2024-04-01",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
],
"reason" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ReasonForFunctDiagn",
"valueString" : "диспансеризация"
}
]
}
]
}