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

: 10.4 ImmunizationRecommendation (Recommendation Request/Response) - JSON Representation

Raw json | Download

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "10-4-ImmunizationRecommendation",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization-recommendation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation 10-4-ImmunizationRecommendation</b></p><a name=\"10-4-ImmunizationRecommendation\"> </a><a name=\"hc10-4-ImmunizationRecommendation\"> </a><a name=\"10-4-ImmunizationRecommendation-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.147.1.3.1</code>/1</p><p><b>patient</b>: <a href=\"Patient-3-2-Patient.html\">Monika Wegmueller  Female, DoB: 1967-03-10 ( Medical record number)</a></p><p><b>date</b>: 2021-06-01 00:00:00+0200</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 72093006}\">Poliomyelitis vaccination</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 398102009}\">Acute poliomyelitis (disorder)</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-forecast-status-cs due}\">Due</span></p><p><b>forecastReason</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs 41501}\">Empfohlene Basisimpfungen</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2021-06-01 00:00:00+0200</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.30.1.147.1.3.1",
      "value" : "1"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/3-2-Patient"
  },
  "date" : "2021-06-01T00:00:00+02:00",
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "72093006",
              "display" : "Poliomyelitis vaccination"
            }
          ]
        }
      ],
      "targetDisease" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "398102009",
            "display" : "Acute poliomyelitis (disorder)"
          }
        ]
      },
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-forecast-status-cs",
            "code" : "due",
            "display" : "Due"
          }
        ]
      },
      "forecastReason" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs",
              "code" : "41501",
              "display" : "Empfohlene Basisimpfungen"
            }
          ]
        }
      ],
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30980-7",
                "display" : "Date vaccine due"
              }
            ]
          },
          "value" : "2021-06-01T00:00:00+02:00"
        }
      ]
    }
  ]
}