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

FHIR IG analytics

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

status: Completed

vaccineCode: Infanrix-Hep B

patient: Sally GRANT

occurrence: 2018-02-27

primarySource: true


Source1

{
  "resourceType": "Immunization",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code": "IFXB"
      }
    ],
    "text": "Infanrix-Hep B"
  },
  "patient": {
    "reference": "Patient/example2",
    "display": "Sally GRANT"
  },
  "occurrenceDateTime": "2018-02-27",
  "primarySource": true
}