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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeImmunization
IdImmunization-TCD01-IMMUN4.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 TCD01-IMMUN4

Author of the content: PractitionerRole

CH VACD Extension Immunization Medication Reference: Medication PRIORIX Trockensub c Solv

CH VACD Extension verificationStatus: SNOMED CT: 59156000 (Confirmed)

identifier: urn:oid:2.999.1.2.3.4/urn:uuid:58457607-9160-4d0a-9a79-55495755a677

status: Completed

vaccineCode: Priorix

patient: Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)

occurrence: 2020-12-09

recorded: 2020-12-09 11:00:00+0200

lotNumber: A69FE297A

route: Intramuscular use

Performers

-Actor
*PractitionerRole

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Mumps (disorder)1

Source1

{
  "resourceType": "Immunization",
  "id": "TCD01-IMMUN4",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author",
      "valueReference": {
        "reference": "PractitionerRole/TC-HCP2-ORG2-ROLE-author"
      }
    },
    {
      "url": "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-medication-reference",
      "valueReference": {
        "reference": "Medication/TC-IMMUN-MEDIC-PRIORIX"
      }
    },
    {
      "url": "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-verification-status",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "59156000",
        "display": "Confirmed"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.999.1.2.3.4",
      "value": "urn:uuid:58457607-9160-4d0a-9a79-55495755a677"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
        "code": "615",
        "display": "Priorix"
      }
    ]
  },
  "patient": {
    "reference": "Patient/TC-patient"
  },
  "occurrenceDateTime": "2020-12-09",
  "recorded": "2020-12-09T11:00:00.390+02:00",
  "lotNumber": "A69FE297A",
  "route": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "20035000",
        "display": "Intramuscular use"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/TC-HCP2-ORG2-ROLE-performer"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "36989005",
              "display": "Mumps (disorder)"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}