Vaccination CDS Implementation Guide
0.1.0 - ci-build

Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions

: example-recommendation - JSON Representation

Raw json | Download

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "example-recommendation",
  "meta" : {
    "profile" : [
      🔗 "https://euvabeco.net/vcds-ig/StructureDefinition/ImmunizationRecommendation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation example-recommendation</b></p><a name=\"example-recommendation\"> </a><a name=\"hcexample-recommendation\"> </a><a name=\"example-recommendation-en-US\"> </a><p><b>Version of the VCDS ruleset</b>: 1.3.745</p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Anonymous Patient Female, DoB: 1995-01-22 ( 123456)</a></p><p><b>date</b>: 2025-01-01</p><blockquote><p><b>recommendation</b></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 397428000}\">Diphtheria (disorder)</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status overdue}\">Overdue</span></p><p><b>forecastReason</b>: <span title=\"Codes:{https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons 64a2d4e1-a5dd-48f8-8de1-314f092cb767}\">The conditions under which you work will determine whether you should be vaccinated against diphtheria,\ntetanus and poliomyelitis. Vaccination against these diseases is compulsory for exposed professionals\nworking in a prevention or care establishment or organisation \n(list defined in the decree of 15 March 1991).</span>, <span title=\"Codes:{https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons b1b41a92-9404-4607-beb0-1f694167e093}\">For diphtheria-tetanus-polio vaccination, in the absence of vaccination, a catch-up schedule \nmust be applied: injection at d0, then 2 months later and finally 6 to 10 months after the \nsecond dose.</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 59778-1}\">Date when overdue for immunization</span></td><td>2020-04-03</td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://euvabeco.net/vcds-ig/StructureDefinition/RulesetVersion",
      "valueString" : "1.3.745"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "date" : "2025-01-01",
  "recommendation" : [
    {
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "397428000"
            }
          ]
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "overdue"
          }
        ]
      },
      "forecastReason" : [
        {
          "coding" : [
            {
              "system" : "https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons",
              "code" : "64a2d4e1-a5dd-48f8-8de1-314f092cb767"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons",
              "code" : "b1b41a92-9404-4607-beb0-1f694167e093"
            }
          ]
        }
      ],
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "59778-1",
                "display" : "Date when overdue for immunization"
              }
            ]
          },
          "value" : "2020-04-03"
        }
      ]
    }
  ]
}