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

: Health professions - TTL Representation

Active as of 2024-09-11

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 "HealthProfession"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://euvabeco.net/vcds-ig/StructureDefinition/ValueSet"^^xsd:anyURI ;
fhir:link <https://euvabeco.net/vcds-ig/StructureDefinition/ValueSet>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HealthProfession</b></p><a name=\"HealthProfession\"> </a><a name=\"hcHealthProfession\"> </a><a name=\"HealthProfession-en-US\"> </a><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/159738005\">159738005</a></td><td>Ambulance driver</td></tr><tr><td><a href=\"http://snomed.info/id/106292003\">106292003</a></td><td>Nurse</td></tr><tr><td><a href=\"http://snomed.info/id/304292004\">304292004</a></td><td>Surgeon</td></tr><tr><td><a href=\"http://snomed.info/id/46255001\">46255001</a></td><td>Pharmacist</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/ValueSet/HealthProfession"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HealthProfessions"] ; # 
  fhir:title [ fhir:v "Health professions"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-11T07:24:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Euvabeco"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Euvabeco" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://euvabeco.eu" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Immunization relevant health professions"] ; # 
  fhir:purpose [ fhir:v "This value set is a selection of relevant health professions for immunization,\ncomplemented with VCDS specific help messages that will be displayed when\npresenting the questionnaire."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "159738005" ] ;
fhir:display [ fhir:v "Ambulance driver" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/StructureDefinition/ValueHelper"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Nurses are in frequent contact with vulnerable patients and should be protected accordingly." ]         ] ) ;
fhir:code [ fhir:v "106292003" ] ;
fhir:display [ fhir:v "Nurse" ]       ] [
fhir:code [ fhir:v "304292004" ] ;
fhir:display [ fhir:v "Surgeon" ]       ] [
fhir:code [ fhir:v "46255001" ] ;
fhir:display [ fhir:v "Pharmacist" ]       ] )     ] )
  ] . #