FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Immunization |
| Id | Immunization-UC2-Immunization-Influenza.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization UC2-Immunization-Influenza
Profile: CH Emergency Record Immunization
status: Completed
vaccineCode: VaxigripTetra
occurrence: 2024-10-15 09:30:00+0200
lotNumber: FLU2024-CH-001
| Actor |
| Practitioner Hans Müller (official) |
reasonCode: Asthma
| TargetDisease | DoseNumber[x] |
| Influenza | 1 |
{
"resourceType": "Immunization",
"id": "UC2-Immunization-Influenza",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
"code": "66427",
"display": "VaxigripTetra"
}
]
},
"patient": {
"reference": "Patient/UC2-Patient-HansMeier"
},
"occurrenceDateTime": "2024-10-15T09:30:00+02:00",
"lotNumber": "FLU2024-CH-001",
"performer": [
{
"actor": {
"reference": "Practitioner/UC2-Practitioner-DrMueller"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "195967001",
"display": "Asthma"
}
]
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6142004",
"display": "Influenza"
}
]
}
],
"doseNumberPositiveInt": 1
}
]
}