FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Immunization |
| Id | Immunization-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization example0
Profile: AU Base Immunization
status: Not Done
statusReason: Patient objection
vaccineCode: Varicella-zoster live vaccine
patient: Harry DAN
occurrence: 2017-08-15
primarySource: true
| Function | Actor |
| Administering Provider | Dr Helen Mayo |
note:
Patient refused administration of Zostavax
{
"resourceType": "Immunization",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1620681000168106",
"display": "Patient objection"
}
]
},
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "830851000168105",
"display": "Varicella-zoster live vaccine"
}
]
},
"patient": {
"reference": "Patient/example1",
"display": "Harry DAN"
},
"occurrenceDateTime": "2017-08-15",
"primarySource": true,
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
],
"text": "Administering Provider"
},
"actor": {
"reference": "Practitioner/example0",
"display": "Dr Helen Mayo"
}
}
],
"note": [
{
"text": "Patient refused administration of Zostavax"
}
]
}