@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MedicationRequestExample"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest MedicationRequestExample

status: Active

intent: Order

medication: Medication Codeine phosphate

subject: Eliud Kipchoge Kiptun Male, DoB: 1984-11-05 ( Unique Patient Identifier: 123456 (use: official, ))

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Medication/MedicationExample" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SHAPatientExample" ] ] . # # -------------------------------------------------------------------------------------