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

Generated Narrative: CodeSystem cibmtr-ancestry-cs

This code system http://example.org/fhir/CodeSystem/cibmtr-ancestry defines the following code:

CodeDisplay
foo Foo
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "http://example.org/fhir/CodeSystem/cibmtr-ancestry"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.11"] ; # fhir:name [ fhir:v "CIBMTRAncestryCodeSystem"] ; # fhir:title [ fhir:v "CIBMTR Ancestry CodeSystem"] ; # 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 code system for CIBMTR ancestry information."] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "foo" ] ; fhir:display [ fhir:v "Foo" ] ] ) . # # -------------------------------------------------------------------------------------