FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Immunization |
| Id | Immunization-7-10-Immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization 7-10-Immunization
Profile: CH VACD Immunization
Author of the content: PractitionerRole
CH VACD Extension verificationStatus: SNOMED CT: 59156000 (Confirmed)
identifier: urn:oid:2.999.1.2.3.4/45678
status: Completed
vaccineCode: MMR-II
patient: Monika Wegmueller Female, DoB: 1967-03-10 ( Medical record number)
occurrence: 2016-03-05 00:00:00+0100
recorded: 2016-03-05 00:00:00+0100
lotNumber: 12345
| Actor |
| PractitionerRole |
reasonCode: Immunization
protocolApplied
targetDisease: Measles (disorder), Mumps (disorder), Rubella (disorder)
doseNumber: 1
{
"resourceType": "Immunization",
"id": "7-10-Immunization",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author",
"valueReference": {
"reference": "PractitionerRole/6-6-PractitionerRole"
}
},
{
"url": "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-verification-status",
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "59156000",
"display": "Confirmed"
}
}
],
"identifier": [
{
"system": "urn:oid:2.999.1.2.3.4",
"value": "45678"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
"code": "268",
"display": "MMR-II"
}
]
},
"patient": {
"reference": "Patient/3-2-Patient"
},
"occurrenceDateTime": "2016-03-05T00:00:00+01:00",
"recorded": "2016-03-05T00:00:00+01:00",
"lotNumber": "12345",
"performer": [
{
"actor": {
"reference": "PractitionerRole/6-6-PractitionerRole"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMMUNIZ",
"display": "Immunization"
}
]
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14189004",
"display": "Measles (disorder)"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36989005",
"display": "Mumps (disorder)"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36653000",
"display": "Rubella (disorder)"
}
]
}
],
"doseNumberPositiveInt": 1
}
]
}