Retrieval of Real World Data for Clinical Research
1.0.0 - trial-use International flag

Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. See the Directory of published versions

: Covid-19 Example Vaccine Codes - TTL Representation

Active as of 2023-05-09

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 "ExampleNonBNT162b2Codes"] ; # 
  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://terminology.hl7.org/5.0.0/CodeSystem-CVX.html\"><code>http://hl7.org/fhir/sid/cvx</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>212</td><td>SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-Ad26, preservative free, 0.5 ml</td></tr><tr><td>207</td><td>SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose</td></tr><tr><td>221</td><td/></tr><tr><td>228</td><td/></tr><tr><td>229</td><td/></tr><tr><td>230</td><td/></tr><tr><td>211</td><td>SARS-COV-2 (COVID-19) vaccine, Subunit, recombinant spike protein-nanoparticle+Matrix-M1 Adjuvant, preservative free, 0.5mL per dose</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleNonBNT162b2Codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ExampleNonBNT162b2Codes"] ; # 
  fhir:title [ fhir:v "Covid-19 Example Vaccine Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-09T16:50:27+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/rcrim" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An example value set of vaccine codes representing non-BNT162b2 vaccines."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "212" ]       ] [
fhir:code [ fhir:v "207" ]       ] [
fhir:code [ fhir:v "221" ]       ] [
fhir:code [ fhir:v "228" ]       ] [
fhir:code [ fhir:v "229" ]       ] [
fhir:code [ fhir:v "230" ]       ] [
fhir:code [ fhir:v "211" ]       ] )     ] )
  ] . #