FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeImmunization
IdImmunization-zoster-notgiven.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization zoster-notgiven

status: Not Done

vaccineCode: Varicella-zoster live vaccine

patient: Deangelo HOWE

occurrence: 2017-08-15

primarySource: true

note:

Patient refused administration of Zostavax


Source1

{
  "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"
    }
  ]
}