CIBMTR Reporting Implementation Guide
0.1.12 - Trial Use 1

This page is part of the CIBMTR Reporting Implementation Guide (v0.1.12: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CIBMTR Ancestry CodeSystem - TTL Representation

Draft as of 2026-08-27

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cibmtr-ancestry-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cibmtr-ancestry-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cibmtr-ancestry-cs</b></p><a name=\"cibmtr-ancestry-cs\"> </a><a name=\"hccibmtr-ancestry-cs\"> </a><p>This  code system <code>http://example.org/fhir/CodeSystem/cibmtr-ancestry</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">foo<a name=\"cibmtr-ancestry-cs-foo\"> </a></td><td>Foo</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CodeSystem/cibmtr-ancestry"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.12"] ;
  fhir:CodeSystem.name [ fhir:value "CIBMTRAncestryCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "CIBMTR Ancestry CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-27T20:49:22-05:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "The Medical College of Wisconsin, Inc. and NMDP"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "The Medical College of Wisconsin, Inc. and NMDP" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.cibmtr.org" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Bob Milius" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "bmilius@nmdp.org" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "A code system for CIBMTR ancestry information."] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "foo" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Foo" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/cibmtr-ancestry-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cibmtr-ancestry-cs.ttl> .