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

FHIR IG analytics

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

Vaccine Vial Serial Number: vNo1111

status: Completed

vaccineCode: Pfizer Comirnaty

patient: Sarah Simmons Female, DoB: 1977-09-07 ( Medicare Number: 22968184811 (, period: (?) --> 2022-12))

occurrence: 2021-11-17

recorded: 2021-11-17

primarySource: true

location: Location: status = active; type = Family medicine clinic; physicalType = Building

manufacturer: Pfizer Australia Ltd

lotNumber: 500000000P

Performers

-FunctionActor
*Administering ProviderPractitionerRole General practitioner

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*COVID-191

Source1

{
  "resourceType": "Immunization",
  "id": "example3",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number",
      "valueString": "vNo1111"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code": "COMIRN"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "1525011000168107",
        "display": "Comirnaty"
      }
    ],
    "text": "Pfizer Comirnaty"
  },
  "patient": {
    "reference": "Patient/example5",
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MC",
            "display": "Patient's Medicare number"
          }
        ],
        "text": "Medicare Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-number",
      "value": "22968184811",
      "period": {
        "end": "2022-12"
      }
    }
  },
  "occurrenceDateTime": "2021-11-17",
  "recorded": "2021-11-17",
  "primarySource": true,
  "location": {
    "reference": "Location/example3"
  },
  "manufacturer": {
    "display": "Pfizer Australia Ltd"
  },
  "lotNumber": "500000000P",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ],
        "text": "Administering Provider"
      },
      "actor": {
        "reference": "PractitionerRole/example3",
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                "code": "UPIN"
              }
            ],
            "text": "Medicare Provider Number"
          },
          "system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
          "value": "1234561A"
        }
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "COVID-19"
            }
          ],
          "text": "COVID-19"
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}