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-Influenza.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-Influenza

status: Completed

vaccineCode: VaxigripTetra

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-10-15 09:30:00+0200

lotNumber: FLU2024-CH-001

Performers

-Actor
*Practitioner Hans Müller (official)

reasonCode: Asthma

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Influenza1

Source1

{
  "resourceType": "Immunization",
  "id": "UC2-Immunization-Influenza",
  "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": "66427",
        "display": "VaxigripTetra"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UC2-Patient-HansMeier"
  },
  "occurrenceDateTime": "2024-10-15T09:30:00+02:00",
  "lotNumber": "FLU2024-CH-001",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UC2-Practitioner-DrMueller"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "195967001",
          "display": "Asthma"
        }
      ]
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "6142004",
              "display": "Influenza"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}