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

FHIR IG analytics

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

status: Completed

vaccineCode: Spikevax XBB.1.5 0.10 mg/ml

patient: Hans Rudolf Meier Male, DoB: 1952-11-08 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015095672647590)

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

lotNumber: SPX24XBB002

Performers

-Actor
*Practitioner Hans Müller (official)

ProtocolApplieds

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

Source1

{
  "resourceType": "Immunization",
  "id": "UC2-Immunization-COVID19",
  "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/UC2-Patient-HansMeier"
  },
  "occurrenceDateTime": "2024-09-12T14:15:00+02:00",
  "lotNumber": "SPX24XBB002",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UC2-Practitioner-DrMueller"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "Disease caused by severe acute respiratory syndrome coronavirus 2"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 6
    }
  ]
}