@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PatientExample6"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-patient"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.cibmtr.org/codesystem/transplant-center"^^xsd:anyURI ] ; fhir:code [ fhir:v "rc_99999" ] ; fhir:display [ fhir:v "99999 My Transplant Center" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

female, DoB Unknown ( id: 123456)


" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://terminology.cibmtr.org/identifier/CRID"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456" ] ] ) ; # fhir:name ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ fhir:v "masked" ] ] ) ] ) ; # fhir:gender [ fhir:v "female"] . # # -------------------------------------------------------------------------------------