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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeImmunization
IdImmunization-au-core-immunization-conformant.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 au-core-immunization-conformant

status: Completed

vaccineCode: Pfizer Comirnaty

patient: Patient/patient-fixture

occurrence: 2022-04-04

primarySource: true

lotNumber: AB1234

note:

Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing.


Source1

{
  "resourceType": "Immunization",
  "id": "au-core-immunization-conformant",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-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": "COMIRN"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "1525011000168107",
        "display": "Comirnaty"
      }
    ],
    "text": "Pfizer Comirnaty"
  },
  "patient": {
    "reference": "Patient/patient-fixture"
  },
  "occurrenceDateTime": "2022-04-04",
  "primarySource": true,
  "lotNumber": "AB1234",
  "note": [
    {
      "text": "Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing."
    }
  ]
}