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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-recommendation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://euvabeco.net/vcds-ig/StructureDefinition/ImmunizationRecommendation"^^xsd:anyURI ;
fhir:link <https://euvabeco.net/vcds-ig/StructureDefinition/ImmunizationRecommendation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/StructureDefinition/RulesetVersion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.3.745" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:date [ fhir:v "2025-01-01"^^xsd:date] ; # 
  fhir:recommendation ( [
    ( fhir:targetDisease [
      ( fhir:coding [
a sct:397428000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "397428000" ]       ] )     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "overdue" ]       ] )     ] ;
    ( fhir:forecastReason [
      ( fhir:coding [
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64a2d4e1-a5dd-48f8-8de1-314f092cb767" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons"^^xsd:anyURI ] ;
fhir:code [ fhir:v "b1b41a92-9404-4607-beb0-1f694167e093" ]       ] )     ] ) ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:59778-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59778-1" ] ;
fhir:display [ fhir:v "Date when overdue for immunization" ]         ] )       ] ;
fhir:value [ fhir:v "2020-04-03"^^xsd:date ]     ] )
  ] ) . #