@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example-MS-Form117Compliance"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/ms-form117-observation"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/transplant-center"^^xsd:anyURI ] ; fhir:code [ fhir:v "tc_123" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation Example-MS-Form117Compliance

Profile: Observation_MS_Form117Compliance

Security Label: tc_123 (Details: transplant-center code tc_123)

status: Final

code: Form 117 Compliance

subject: Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)

effective: 2022-05-01

value: true

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/form117compliance"^^xsd:anyURI ] ; fhir:code [ fhir:v "FORM117COMPLIANCE" ] ; fhir:display [ fhir:v "Form 117 Compliance" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/MSPatientExample" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2022-05-01"^^xsd:date ] ; # fhir:value [ a fhir:boolean ; fhir:v true ] . # # -------------------------------------------------------------------------------------