Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and 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/cdmh/ and changes regularly. See the Directory of published versions

: PCORNet Vital Source - TTL Representation

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:Resource.id [ fhir:value "pcornet-vital-source"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-pcornet-information-sources.html\"><code>http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-PR\">PR</a></td><td>Patient-reported</td><td>Source of the information is Patient-reported.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-PD\">PD</a></td><td>Patient Device Direct Feed</td><td>Source of the information is a Patient Device Direct Feed.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-HC\">HC</a></td><td>Healthcare</td><td>Source of the information is Healthcare organization such as problem list.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-HD\">HD</a></td><td>Healthcare Device Direct Feed</td><td>Source of the information is Healthcare Device Direct Feed.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-DR\">DR</a></td><td>Derived</td><td>Source of the information is Derived.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-NI\">NI</a></td><td>No information</td><td>There is  No Information on the source of the data.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-UN\">UN</a></td><td>Unknown</td><td>Source of the information is Unknown.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-OT\">OT</a></td><td>Other</td><td>Source of the information is Other.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-vital-source"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "PCORNetVitalSource"];
  fhir:ValueSet.title [ fhir:value "PCORNet Vital Source"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-09-06"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/rcrim" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "The PCORNet Vital Source Codes contains the codes to be used by PCORNet data marts to indicate from where the data originated."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:ValueSet.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PR" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PD" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HC" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HD" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DR" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NI" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "UN" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "OT" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.