FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Immunization |
| Id | Immunization-zoster-notgiven.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization zoster-notgiven
Profile: AU Core Immunization
status: Not Done
vaccineCode: Varicella-zoster live vaccine
patient: Deangelo HOWE
occurrence: 2017-08-15
primarySource: true
note:
Patient refused administration of Zostavax
{
"resourceType": "Immunization",
"id": "zoster-notgiven",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "830851000168105",
"display": "Varicella-zoster live vaccine"
}
]
},
"patient": {
"reference": "Patient/howe-deangelo",
"display": "Deangelo HOWE"
},
"occurrenceDateTime": "2017-08-15",
"primarySource": true,
"note": [
{
"text": "Patient refused administration of Zostavax"
}
]
}