IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: statusReason codes for Immunization profile - TTL Representation

Draft as of 2024-06-15

Raw ttl | Download


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

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "reason-not-done"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/281399006\">281399006</a></td><td>Did not attend</td></tr><tr><td><a href=\"http://snomed.info/id/213257006\">213257006</a></td><td>Generally unwell</td></tr><tr><td><a href=\"http://snomed.info/id/310376006\">310376006</a></td><td>Immunisation consent not given</td></tr><tr><td><a href=\"http://snomed.info/id/266758009\">266758009</a></td><td>Immunisation contraindicated</td></tr><tr><td><a href=\"http://snomed.info/id/365861007\">365861007</a></td><td>Finding of immune status</td></tr><tr><td><a href=\"http://snomed.info/id/182856006\">182856006</a></td><td>Drug not available - out of stock</td></tr><tr><td><a href=\"http://snomed.info/id/871879005\">871879005</a></td><td>Vaccination hesitancy by parent</td></tr><tr><td><a href=\"http://snomed.info/id/871868000\">871868000</a></td><td>Vaccination hesitancy by patient</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.il/ValueSet/reason-not-done"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.18.0"] ; # 
  fhir:name [ fhir:v "ReasonNotDone"] ; # 
  fhir:title [ fhir:v "statusReason codes for Immunization profile"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-15T21:51:03+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Israel Core Team"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Israel Core Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "tal.primak@moh.gov.il" ]     ] )
  ] [
fhir:name [ fhir:v "Tal Primak" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "tal.primak@moh.gov.il" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes from SNOMED CT describing reasons for Immnization not taking place, for statusCode"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IL" ] ;
fhir:display [ fhir:v "Israel" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "281399006" ] ;
fhir:display [ fhir:v "Did not attend" ]       ] [
fhir:code [ fhir:v "213257006" ] ;
fhir:display [ fhir:v "Generally unwell" ]       ] [
fhir:code [ fhir:v "310376006" ] ;
fhir:display [ fhir:v "Immunisation consent not given" ]       ] [
fhir:code [ fhir:v "266758009" ] ;
fhir:display [ fhir:v "Immunisation contraindicated" ]       ] [
fhir:code [ fhir:v "365861007" ] ;
fhir:display [ fhir:v "Finding of immune status" ]       ] [
fhir:code [ fhir:v "182856006" ] ;
fhir:display [ fhir:v "Drug not available - out of stock" ]       ] [
fhir:code [ fhir:v "871879005" ] ;
fhir:display [ fhir:v "Vaccination hesitancy by parent" ]       ] [
fhir:code [ fhir:v "871868000" ] ;
fhir:display [ fhir:v "Vaccination hesitancy by patient" ]       ] )     ] )
  ] . #