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

: NUVA codes - 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NUVA"] ; # 
  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 NUVA</b></p><a name=\"NUVA\"> </a><a name=\"hcNUVA\"> </a><a name=\"NUVA-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>valence</td><td>valence</td><td>Coding</td><td>Valence of the vaccine</td></tr><tr><td>ePIL</td><td>ePIL</td><td>string</td><td>Patient information leaflet language and URI</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://euvabeco.net/vcds-ig/CodeSystem/NUVA</code> provides <b>a fragment</b> that includes following code:</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>valence</b></td><td><b>ePIL</b></td></tr><tr><td style=\"white-space:nowrap\">VAC007<a name=\"NUVA-VAC007\"> </a></td><td>GARDASIL</td><td><div><p>Human Papillomavirus vaccine, based on VLP (Virus Like Particles),\nnonavalent (types 6, 11, 16, and 18), recombinant, adsorbed</p>\n</div></td><td>VAL238, VAL239, VAL240, VAL241</td><td>en-us|https://www.merck.com/product/usa/pi_circulars/g/gardasil_9/gardasil_9_ppi.pdf, fr-fr|https://www.mesvaccins.net/web/vaccines/523-gardasil-9</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/NUVA"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "NUVA"] ; # 
  fhir:title [ fhir:v "NUVA codes"] ; # 
  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 "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 "valence" ] ;
fhir:description [ fhir:v "Valence of the vaccine" ] ;
fhir:type [ fhir:v "Coding" ]
  ] [
fhir:code [ fhir:v "ePIL" ] ;
fhir:description [ fhir:v "Patient information leaflet language and URI" ] ;
fhir:type [ fhir:v "string" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "VAC007" ] ;
fhir:display [ fhir:v "GARDASIL" ] ;
fhir:definition [ fhir:v "Human Papillomavirus vaccine, based on VLP (Virus Like Particles), \nnonavalent (types 6, 11, 16, and 18), recombinant, adsorbed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "ePIL" ] ;
fhir:value [ fhir:v "en-us|https://www.merck.com/product/usa/pi_circulars/g/gardasil_9/gardasil_9_ppi.pdf" ]     ] [
fhir:code [ fhir:v "ePIL" ] ;
fhir:value [ fhir:v "fr-fr|https://www.mesvaccins.net/web/vaccines/523-gardasil-9" ]     ] [
fhir:code [ fhir:v "valence" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/Valences"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAL238" ]       ]     ] [
fhir:code [ fhir:v "valence" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/Valences"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAL239" ]       ]     ] [
fhir:code [ fhir:v "valence" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/Valences"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAL240" ]       ]     ] [
fhir:code [ fhir:v "valence" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/Valences"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAL241" ]       ]     ] )
  ] ) . #