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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeImmunization
IdImmunization-a7b8c9d0-e1f2-3456-abcd-567890123456.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

COVID-19 vaccination - John Doe

Source1

{
  "resourceType": "Immunization",
  "id": "a7b8c9d0-e1f2-3456-abcd-567890123456",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/immunization-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1119349007",
        "display": "COVID-19 mRNA vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "occurrenceDateTime": "2021-04-10",
  "lotNumber": "EK5730",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "code": "U07.1",
              "display": "COVID-19, virus identified"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1,
      "seriesDosesPositiveInt": 2
    }
  ]
}