Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Immunization",
"id" : "ExamplePediatricTuberculosis",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ImmunizationBy"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ImmunizationIdentifierType",
"code" : "rec-guid"
}
]
},
"value" : "100"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportVaccineses",
"code" : "0040",
"display" : "Вакцина туберкулезная 0,1 мл"
}
]
},
"manufacturer" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportManufacturer",
"code" : "26",
"display" : "АО НПО Микроген, г.Ставрополь, Российская Федерация"
}
]
}
},
"lotNumber" : "654",
"expirationDate" : "2026-01-01",
"patient" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterAllergy"
},
"occurrenceDateTime" : "2024-01-04T16:30:00Z",
"informationSource" : {
"reference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
"location" : {
🔗 "reference" : "Location/TherapyUnit"
},
"site" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationSite",
"code" : "4",
"display" : "Плечо левое"
}
]
},
"route" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationRoute",
"code" : "подкожный",
"display" : "Подкожный"
}
]
},
"doseQuantity" : {
"value" : 0.1,
"unit" : "мл",
"system" : "https://fhir.by/ValueSet/AISReportUnits",
"code" : "2"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationReason",
"code" : "своевременно",
"display" : "Своевременно"
}
]
}
}
],
"fundingSource" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportFundingSource",
"code" : "False",
"display" : "Бесплатно"
}
]
},
"reaction" : [
{
"manifestation" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportReaction30Min",
"code" : "no",
"display" : "Нет"
}
]
}
}
}
],
"protocolApplied" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/VaccinationType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportVaccinationType",
"code" : "вакцинация",
"display" : "Вакцинация"
}
]
}
}
],
"targetDisease" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
"code" : "26",
"display" : "туберкулез"
}
]
}
],
"doseNumber" : "Вакцинация"
}
]
}