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

FHIR IG analytics

Packagemyhealth.eu.fhir.eps
Resource TypeImmunization
IdImmunization-1a875adf-3fc2-43ff-b157-b81a3c2466ac.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

SARS-CoV-2 mRNA vaccination administered on 2024-10-10.


Source1

{
  "resourceType": "Immunization",
  "id": "1a875adf-3fc2-43ff-b157-b81a3c2466ac",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/eps/StructureDefinition/immunization-myhealtheu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1119349007",
        "display": "SARS-CoV-2 mRNA vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
  },
  "occurrenceDateTime": "2024-10-10",
  "primarySource": true,
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Organization/ce815734-508a-4c1d-8b63-01e1d02a5614"
      }
    }
  ]
}