@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "medicationrequest-nzeps-long-term-medication"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest medicationrequest-nzeps-long-term-medication

status: Active

intent: Order

medication: Codeine phosphate

subject: John Doe Male, DoB: 1998-01-01

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzeps-long-term-medication"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:261000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "261000" ] ; fhir:display [ fhir:v "Codeine phosphate" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/patient-dhb" ] ] . # # -------------------------------------------------------------------------------------