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

FHIR IG analytics

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

status: Completed

vaccineCode: Infanrix Hexa

patient: Sally GRANT

occurrence: 2017-05-21

primarySource: true

Performers

-FunctionActor
*Administering ProviderDr Helen Mayo

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Diphtheria caused by Corynebacterium diphtheriae1

Source1

{
  "resourceType": "Immunization",
  "id": "example2",
  "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": "IFHX"
      }
    ],
    "text": "Infanrix Hexa"
  },
  "patient": {
    "reference": "Patient/example2",
    "display": "Sally GRANT"
  },
  "occurrenceDateTime": "2017-05-21",
  "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"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "397430003"
            },
            {
              "system": "http://snomed.info/sct",
              "code": "76902006"
            },
            {
              "system": "http://snomed.info/sct",
              "code": "27836007"
            },
            {
              "system": "http://snomed.info/sct",
              "code": "66071002"
            },
            {
              "system": "http://snomed.info/sct",
              "code": "398102009"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}