CIBMTR Reporting Implementation Guide 0.1.6 - Trial Use 1
CIBMTR Reporting Implementation Guide - Local Development build (v0.1.6). See the Directory of published versions
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 ------------------------------------------------------------------- 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 <http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-patient> ] ) ; ( 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b></b> female, DoB Unknown ( id: 123456)</p><hr/></div>" ] ; # 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"] . #