@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MSPreferredProductExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/ms-preferred-product-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 MSPreferredProductExample status: Finalcode: Preferred Productsubject: Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)effective: 2022-05-01value: HPC, Apheresis" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:text [ fhir:v "Preferred Product" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/MSPatientExample" ] ] ; # fhir:effective [ fhir:v "2022-05-01"^^xsd:date] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/preferredproduct"^^xsd:anyURI ] ; fhir:code [ fhir:v "PBSC" ] ; fhir:display [ fhir:v "HPC, Apheresis" ] ] ) ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Observation MSPreferredProductExample
status: Final
code: Preferred Product
subject: Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)
effective: 2022-05-01
value: HPC, Apheresis