FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Immunization |
| Id | Immunization-EX-Immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization EX-Immunization
Profile: CH Emergency Record Immunization
status: Completed
vaccineCode: Spikevax XBB.1.5 0.10 mg/ml
occurrence: 2024-09-12 14:15:00+0200
lotNumber: SPX24XBB002
| Actor |
| Practitioner Sarah Huber (official) |
| TargetDisease | DoseNumber[x] |
| Disease caused by severe acute respiratory syndrome coronavirus 2 | 6 |
{
"resourceType": "Immunization",
"id": "EX-Immunization",
"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": "69465",
"display": "Spikevax XBB.1.5 0.10 mg/ml"
}
]
},
"patient": {
"reference": "Patient/EX-Patient"
},
"occurrenceDateTime": "2024-09-12T14:15:00+02:00",
"lotNumber": "SPX24XBB002",
"performer": [
{
"actor": {
"reference": "Practitioner/EX-Practitioner"
}
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840539006",
"display": "Disease caused by severe acute respiratory syndrome coronavirus 2"
}
]
}
],
"doseNumberPositiveInt": 6
}
]
}