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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeImmunization
IdImmunization-EX-Immunization.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 EX-Immunization

status: Completed

vaccineCode: Spikevax XBB.1.5 0.10 mg/ml

patient: Anna Schmidt Female, DoB: 1992-03-15 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090002647590)

occurrence: 2024-09-12 14:15:00+0200

lotNumber: SPX24XBB002

Performers

-Actor
*Practitioner Sarah Huber (official)

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Disease caused by severe acute respiratory syndrome coronavirus 26

Source1

{
  "resourceType": "Immunization",
  "id": "EX-Immunization",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
        "code": "69465",
        "display": "Spikevax XBB.1.5 0.10 mg/ml"
      }
    ]
  },
  "patient": {
    "reference": "Patient/EX-Patient"
  },
  "occurrenceDateTime": "2024-09-12T14:15:00+02:00",
  "lotNumber": "SPX24XBB002",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/EX-Practitioner"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "Disease caused by severe acute respiratory syndrome coronavirus 2"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 6
    }
  ]
}