@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cibmtr-ancestry-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: ValueSet cibmtr-ancestry-vs

"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://termservices.nmdp.org/atlas/#/conceptset/136/expression"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.11"] ; # fhir:name [ fhir:v "CIBMTRAncestryValueset"] ; # fhir:title [ fhir:v "CIBMTR Ancestry ValueSet"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2026-06-25T19:24:07-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "The Medical College of Wisconsin, Inc. and NMDP"] ; # fhir:contact ( [ fhir:name [ fhir:v "The Medical College of Wisconsin, Inc. and NMDP" ] ; 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 "A value set for CIBMTR ancestry information."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://example.org/fhir/CodeSystem/cibmtr-ancestry"^^xsd:anyURI ; fhir:l ] ] ) ] . # # -------------------------------------------------------------------------------------