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

status: Completed

vaccineCode: Adacel 0.5 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: 2022-03-18 10:45:00+0100

primarySource: true

lotNumber: ADC22CH005

Performers

-Actor
*Practitioner Hans Müller (official)

protocolApplied

targetDisease: Tetanus, Diphtheria, Pertussis

doseNumber: 1


Source1

{
  "resourceType": "Immunization",
  "id": "UC2-Immunization-Tetanus",
  "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": "68317",
        "display": "Adacel 0.5 ml"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UC2-Patient-HansMeier"
  },
  "occurrenceDateTime": "2022-03-18T10:45:00+01:00",
  "primarySource": true,
  "lotNumber": "ADC22CH005",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UC2-Practitioner-DrMueller"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "76902006",
              "display": "Tetanus"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "397430003",
              "display": "Diphtheria"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "27836007",
              "display": "Pertussis"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}