This page is part of the CIBMTR Reporting Implementation Guide (v0.1.10: 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
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "patient"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/patient"^^xsd:anyURI ;
fhir:l <http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/patient>
] ; #
fhir:version [ fhir:v "0.1.10"] ; #
fhir:name [ fhir:v "Patient"] ; #
fhir:title [ fhir:v "CIBMTR Patient Ancestry Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-04-23T10:10:52-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.cibmtr.org" ] ] )
] [
fhir:name [ fhir:v "Bob Milius" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bmilius@nmdp.org" ] ] )
] ) ; #
fhir:description [ fhir:v "US Core Race Categories (Intensional).\r\n1.\nThis value set is used by me"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
( fhir:concept [
fhir:code [ fhir:v "3141-9" ] ;
fhir:display [ fhir:v "Body weight Patient Mass Pt Qn Measured" ] ] [
fhir:code [ fhir:v "8352-7" ] ;
fhir:display [ fhir:v "Clothing worn during measure Patient Type Pt Nom" ] ] [
fhir:code [ fhir:v "8361-8" ] ;
fhir:display [ fhir:v "Body position with respect to gravity Patient Type Pt Nom" ] ] ) ] )
] . #