Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleSRFluVaccinationPregnant",
"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" : "123460"
}
],
"status" : "active",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/1",
"display" : "Амбулаторно-поликлиническая помощь взрослому населению"
}
]
}
],
"priority" : "urgent",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C002.1",
"display" : "Прохождение вакцинации"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportVaccineses",
"code" : "0019",
"display" : "ВаксигрипТетра 0,5 мл"
}
]
},
"valueQuantity" : {
"value" : 1
}
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientPregnancyFirst"
},
"occurrencePeriod" : {
"start" : "2024-03-01T16:30:00Z",
"end" : "2024-03-31T16:30:00Z"
},
"authoredOn" : "2024-02-25T16:30:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
"reference" : "Organization/OrganizationForDemo"
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
"code" : "9",
"display" : "грипп"
}
]
}
}
],
"note" : [
{
"text" : "Беременность 16 недель. Противопоказаний для вакцинации пациентки нет"
}
]
}