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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeImmunization
IdImmunization-example-immunization-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Immunization",
  "id": "example-immunization-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/immunization-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Immunization",
      "value": "IMM123456"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "code": "871765008",
        "system": "http://snomed.info/sct",
        "display": "Vaccine product containing only Measles morbillivirus antigen (medicinal product)"
      }
    ]
  },
  "patient": {
    "reference": "example-patient-ca-core-2"
  },
  "occurrenceDateTime": "2024-03-27T09:00:00-07:00",
  "location": {
    "reference": "Location/example-location-ca-core"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example-practitioner-ca-core"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example-condition-ca-core"
    }
  ],
  "protocolApplied": [
    {
      "doseNumberPositiveInt": 2,
      "seriesDosesPositiveInt": 2
    }
  ],
  "note": [
    {
      "text": "Patient reported mild fever and rash after vaccination"
    }
  ]
}