@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example2"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medicationrequest"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest

Resource MedicationRequest "example2"

Profile: AU Base Medication Request

identifier: Local Prescription Number: 53720010

status: active

intent: order

medication: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10 (SNOMED CT#926213011000036100)

subject: Patient/example0: Stella Franklin " FRANKLIN"

authoredOn: 2018-07-15

requester: PractitionerRole/example0

reasonCode: Pain management ()

note: Patient requires an administration aid.

dosageInstruction

text: 1-2 tablets every 4-6 hours as needed for pain

timing: 1-1 per 4-6 hours

asNeeded: true

route: Oral route (SNOMED CT#26643006)

doseAndRate

dispenseRequest

DispenseIntervals

-ValueUnitSystemCode
*1weekUnified Code for Units of Measure (UCUM)wk

validityPeriod: 2018-07-15 --> 2019-07-15

numberOfRepeatsAllowed: 2

quantity: 20 Tab (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')

ExpectedSupplyDurations

-ValueUnitSystemCode
*10daysUnified Code for Units of Measure (UCUM)d

Substitutions

-Allowed[x]
*true
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "LPN" ] ] ) ; fhir:text [ fhir:v "Local Prescription Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/prescription/1.0/8003621566684455"^^xsd:anyURI ] ; fhir:value [ fhir:v "53720010" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/example0" ] ; fhir:display [ fhir:v "Downunder Hospital" ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:926213011000036100 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "926213011000036100" ] ; fhir:display [ fhir:v "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ; fhir:display [ fhir:v "Stella Franklin" ] ] ; # fhir:authoredOn [ fhir:v "2018-07-15"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/example0" ] ] ; # fhir:reasonCode ( [ fhir:text [ fhir:v "Pain management" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Patient requires an administration aid." ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "1-2 tablets every 4-6 hours as needed for pain" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:frequencyMax [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "4"^^xsd:decimal ] ; fhir:periodMax [ fhir:v "6"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "h" ] ] ] ; fhir:asNeeded [ fhir:v "true"^^xsd:boolean ] ; fhir:route [ fhir:coding ( [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route" ] ] ) ] ; fhir:doseAndRate ( [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "TAB" ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:dispenseInterval [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "week" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "wk" ] ] ; fhir:validityPeriod [ fhir:start [ fhir:v "2018-07-15"^^xsd:date ] ; fhir:end [ fhir:v "2019-07-15"^^xsd:date ] ] ; fhir:numberOfRepeatsAllowed [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "Tab" ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "10"^^xsd:decimal ] ; fhir:unit [ fhir:v "days" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] ] ; # fhir:substitution [ fhir:allowed [ fhir:v "true"^^xsd:boolean ] ] . # # -------------------------------------------------------------------------------------