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

: Valences - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Valences"] ; # 
  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: CodeSystem Valences</b></p><a name=\"Valences\"> </a><a name=\"hcValences\"> </a><a name=\"Valences-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>target</td><td>target</td><td>Coding</td><td>Target disease</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://euvabeco.net/vcds-ig/CodeSystem/Valences</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>target</b></td></tr><tr><td style=\"white-space:nowrap\">VAL238<a name=\"Valences-VAL238\"> </a></td><td>HPV-06</td><td>Human Papillomavirus VLP vaccine, type 6</td><td>240532009</td></tr><tr><td style=\"white-space:nowrap\">VAL239<a name=\"Valences-VAL239\"> </a></td><td>HPV-11</td><td>Human Papillomavirus VLP vaccine, type 11</td><td>240532009</td></tr><tr><td style=\"white-space:nowrap\">VAL240<a name=\"Valences-VAL240\"> </a></td><td>HPV-16</td><td>Human Papillomavirus VLP vaccine, type 16</td><td>240532009</td></tr><tr><td style=\"white-space:nowrap\">VAL241<a name=\"Valences-VAL241\"> </a></td><td>HPV-18</td><td>Human Papillomavirus VLP vaccine, type 18</td><td>240532009</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/Valences"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Valences"] ; # 
  fhir:title [ fhir:v "Valences"] ; # 
  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 "Valence codes from the NUVA Unified Nomenclature of Vaccines"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "target" ] ;
fhir:description [ fhir:v "Target disease" ] ;
fhir:type [ fhir:v "Coding" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "VAL238" ] ;
fhir:display [ fhir:v "HPV-06" ] ;
fhir:definition [ fhir:v "Human Papillomavirus VLP vaccine, type 6" ] ;
    ( fhir:property [
fhir:code [ fhir:v "target" ] ;
fhir:value [
a fhir:Coding, sct:240532009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "240532009" ]       ]     ] )
  ] [
fhir:code [ fhir:v "VAL239" ] ;
fhir:display [ fhir:v "HPV-11" ] ;
fhir:definition [ fhir:v "Human Papillomavirus VLP vaccine, type 11" ] ;
    ( fhir:property [
fhir:code [ fhir:v "target" ] ;
fhir:value [
a fhir:Coding, sct:240532009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "240532009" ]       ]     ] )
  ] [
fhir:code [ fhir:v "VAL240" ] ;
fhir:display [ fhir:v "HPV-16" ] ;
fhir:definition [ fhir:v "Human Papillomavirus VLP vaccine, type 16" ] ;
    ( fhir:property [
fhir:code [ fhir:v "target" ] ;
fhir:value [
a fhir:Coding, sct:240532009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "240532009" ]       ]     ] )
  ] [
fhir:code [ fhir:v "VAL241" ] ;
fhir:display [ fhir:v "HPV-18" ] ;
fhir:definition [ fhir:v "Human Papillomavirus VLP vaccine, type 18" ] ;
    ( fhir:property [
fhir:code [ fhir:v "target" ] ;
fhir:value [
a fhir:Coding, sct:240532009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "240532009" ]       ]     ] )
  ] ) . #