Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleSRImmunCancelledDueContraindication",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestImmunization"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C002",
"display" : "Вакцинация"
}
]
}
}
],
"identifier" : [
{
"value" : "123456"
}
],
"status" : "revoked",
"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" : "C002.1",
"display" : "Прохождение вакцинации"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportVaccineses",
"code" : "0086",
"display" : "Эувакс В 0,5 мл"
}
]
},
"valueQuantity" : {
"value" : 1
}
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"occurrencePeriod" : {
"start" : "2024-08-08T12:00:00Z",
"end" : "2024-09-08T12:00:00Z"
},
"authoredOn" : "2024-08-07T12:00:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
"reference" : "Organization/OrganizationForDemo"
},
{
🔗 "reference" : "PractitionerRole/ExampleNurseRole"
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
"code" : "8",
"display" : "гепатит В"
}
]
}
}
],
"supportingInfo" : [
{
"reference" : {
"reference" : "ImmunizationRecommendation/ExampleImmunizationRecommendationBy"
}
}
],
"note" : [
{
"text" : "Отказ от вакцинации временно из-за ОРВИ. Направление отменено"
}
]
}