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

FHIR IG analytics

Packagehl7.fhir.eu.base-r5
Resource TypeImmunization
IdImmunization-immunization-eu-core-example.json
FHIR VersionR5

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 immunization-eu-core-example

status: Completed

vaccineCode: SARS-CoV-2 mRNA vaccine

Manufacturers

-Reference
*Example Vaccine Manufacturer

lotNumber: CVD2024B04

patient: John Doe Male, DoB: 1980-01-01

occurrence: 2024-10-05

primarySource: true

location: Location Best Location

site: Left upper arm structure

route: Intramuscular route

Performers

-FunctionActor
*Administering ProviderPractitionerRole General practice (specialty)

Reasons

-Concept
*Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)

ProtocolApplieds

-TargetDiseaseDoseNumberSeriesDoses
*COVID-1922

Source1

{
  "resourceType": "Immunization",
  "id": "immunization-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base-r5/StructureDefinition/immunization-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1119349007",
        "display": "SARS-CoV-2 mRNA vaccine"
      }
    ]
  },
  "manufacturer": {
    "reference": {
      "display": "Example Vaccine Manufacturer"
    }
  },
  "lotNumber": "CVD2024B04",
  "patient": {
    "reference": "Patient/patient-eu-core-example"
  },
  "occurrenceDateTime": "2024-10-05",
  "_occurrenceDateTime": {
    "extension": [
      {
        "url": "http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "41847000",
              "display": "Adulthood"
            }
          ]
        }
      }
    ]
  },
  "primarySource": true,
  "location": {
    "reference": "Location/example-location"
  },
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular route"
      }
    ]
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "PractitionerRole/practitionerRole-eu-core-example"
      }
    }
  ],
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "840539006",
            "display": "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"
          }
        ]
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "COVID-19"
            }
          ]
        }
      ],
      "doseNumber": "2",
      "seriesDoses": "2"
    }
  ]
}