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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeImmunization
IdImmunization-example0.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 example0

status: Not Done

statusReason: Patient objection

vaccineCode: Varicella-zoster live vaccine

patient: Harry DAN

occurrence: 2017-08-15

primarySource: true

Performers

-FunctionActor
*Administering ProviderDr Helen Mayo

note:

Patient refused administration of Zostavax


Source1

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