NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: tbd-codes - TTL Representation

Active as of 2019-08-21

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 "tbd-codes"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-tbd-codes.html\"><code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes</code></a></li></ul></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "cg" ]
  ]; # 
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/tbd-codes"]; # 
  fhir:ValueSet.version [ fhir:value "0.2.0"]; # 
  fhir:ValueSet.name [ fhir:value "ToBeDeterminedCodes"]; # 
  fhir:ValueSet.title [ fhir:value "tbd-codes"]; # 
  fhir:ValueSet.status [ fhir:value "active"]; # 
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:ValueSet.date [ fhir:value "2019-08-21T00:00:00-04:00"^^xsd:dateTime]; # 
  fhir:ValueSet.publisher [ fhir:value "NCPI FHIR Working Group"]; # 
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "NCPI FHIR Working Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://github.com/nih-ncpi" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Meen Chul Kim" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "meenchul@d3b.center" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ]; # 
  fhir:ValueSet.description [ fhir:value "This value set includes all TBD Codes"]; # 
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes" ]     ]
  ]. # 

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

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