Implementation Guide CH VACD
5.0.0-ci-build - ci-build Switzerland flag

Implementation Guide CH VACD, published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions

: TC1 Immunization by HCP2 - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "TCD01-IMMUN5",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization TCD01-IMMUN5</b></p><a name=\"TCD01-IMMUN5\"> </a><a name=\"hcTCD01-IMMUN5\"> </a><a name=\"TCD01-IMMUN5-en-US\"> </a><p><b>Author of the content</b>: <a href=\"PractitionerRole-TC-HCP2-ORG2-ROLE-author.html\">PractitionerRole</a></p><p><b>CH VACD Extension Immunization Medication Reference</b>: <a href=\"Medication-TC-IMMUN-MEDIC-GARDASIL9.html\">Medication GARDASIL 9 Inj Susp Fertspr</a></p><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.402.1.3.1.1.1</code>/urn:uuid:cc632c23-ffb4-4cd9-a090-61afd0746aff</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs 65387}\">Gardasil 9</span></p><p><b>patient</b>: <a href=\"Patient-TC-patient.html\">Monika Wegmueller  Female, DoB: 1967-02-10 ( Medical record number)</a></p><p><b>occurrence</b>: 2021-03-29</p><p><b>recorded</b>: 2021-03-29 11:00:00+0200</p><p><b>lotNumber</b>: 12435</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20035000}\">Intramuscular use</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-TC-HCP2-ORG2-ROLE-performer.html\">PractitionerRole</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 240532009}\">Human papillomavirus infection (disorder)</span></td><td>1</td></tr></table></div>"
  },
  "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-GARDASIL9"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.30.1.402.1.3.1.1.1",
      "value" : "urn:uuid:cc632c23-ffb4-4cd9-a090-61afd0746aff"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
        "code" : "65387",
        "display" : "Gardasil 9"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/TC-patient"
  },
  "occurrenceDateTime" : "2021-03-29",
  "recorded" : "2021-03-29T11:00:00.390+02:00",
  "lotNumber" : "12435",
  "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" : "240532009",
              "display" : "Human papillomavirus infection (disorder)"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 1
    }
  ]
}