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 Patient Ancestry Value Set - 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/ValueSet/patient> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "patient"] ;
  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: ValueSet patient</b></p><a name=\"patient\"> </a><a name=\"hcpatient\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/3141-9/\">3141-9</a></td><td>Body weight Patient Mass Pt Qn Measured</td></tr><tr><td><a href=\"https://loinc.org/8352-7/\">8352-7</a></td><td>Clothing worn during measure Patient Type Pt Nom</td></tr><tr><td><a href=\"https://loinc.org/8361-8/\">8361-8</a></td><td>Body position with respect to gravity Patient Type Pt Nom</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/patient"] ;
  fhir:ValueSet.version [ fhir:value "0.1.12"] ;
  fhir:ValueSet.name [ fhir:value "Patient"] ;
  fhir:ValueSet.title [ fhir:value "CIBMTR Patient Ancestry Value Set"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-27T20:49:22-05:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "The Medical College of Wisconsin, Inc. and NMDP"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "US Core Race Categories (Intensional).\r\n1.\nThis value set is used by me"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "3141-9" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Body weight Patient Mass Pt Qn Measured" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "8352-7" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Clothing worn during measure Patient Type Pt Nom" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "8361-8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Body position with respect to gravity Patient Type Pt Nom" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/patient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/patient.ttl> .