FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Immunization |
| Id | Immunization-UC2-Immunization-Tetanus.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-Tetanus
Profile: CH Emergency Record Immunization
status: Completed
vaccineCode: Adacel 0.5 ml
occurrence: 2022-03-18 10:45:00+0100
primarySource: true
lotNumber: ADC22CH005
| Actor |
| Practitioner Hans Müller (official) |
protocolApplied
targetDisease: Tetanus, Diphtheria, Pertussis
doseNumber: 1
{
"resourceType": "Immunization",
"id": "UC2-Immunization-Tetanus",
"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": "68317",
"display": "Adacel 0.5 ml"
}
]
},
"patient": {
"reference": "Patient/UC2-Patient-HansMeier"
},
"occurrenceDateTime": "2022-03-18T10:45:00+01:00",
"primarySource": true,
"lotNumber": "ADC22CH005",
"performer": [
{
"actor": {
"reference": "Practitioner/UC2-Practitioner-DrMueller"
}
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76902006",
"display": "Tetanus"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "397430003",
"display": "Diphtheria"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27836007",
"display": "Pertussis"
}
]
}
],
"doseNumberPositiveInt": 1
}
]
}