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

FHIR IG analytics

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

Author of the content: PractitionerRole

CH VACD Extension Immunization Medication Reference: Medication FSME-IMMUN CC Inj Susp sep Nadel

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

identifier: urn:oid:2.999.1.2.3.4/urn:uuid:4386ca26-6866-4322-a203-b488b84ab499

status: Completed

vaccineCode: FSME-Immun CC

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

occurrence: 2021-06-22

recorded: 2021-06-22 11:00:00+0200

lotNumber: 12-34244

route: Intramuscular use

Performers

-Actor
*PractitionerRole

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Tickborne encephalitis1

Source1

{
  "resourceType": "Immunization",
  "id": "TCB01-IMMUN1",
  "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-HCP1-ORG1-ROLE-author"
      }
    },
    {
      "url": "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-medication-reference",
      "valueReference": {
        "reference": "Medication/TC-IMMUN-MEDIC-FSMEIMMCC"
      }
    },
    {
      "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:4386ca26-6866-4322-a203-b488b84ab499"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
        "code": "450",
        "display": "FSME-Immun CC"
      }
    ]
  },
  "patient": {
    "reference": "Patient/TC-patient"
  },
  "occurrenceDateTime": "2021-06-22",
  "recorded": "2021-06-22T11:00:00.390+02:00",
  "lotNumber": "12-34244",
  "route": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "20035000",
        "display": "Intramuscular use"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/TC-HCP1-ORG1-ROLE-performer"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "712986001",
              "display": "Tickborne encephalitis"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}