@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "medication-request-full-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-medicationrequest"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "unrestricted" ] ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/writeback-action-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "approved" ] ; fhir:display [ fhir:v "Approved write back" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: MedicationRequest medication-request-full-example

Profile: Medication Request Profile

Tag: Approved write back (Details: Writeback Action Type CodeSystem code approved = 'Approved write back')

Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')

Medication Long Term extension: true

Medication Scheme extension: Medication Scheme Code System pbs: pbs

Medication Unusual Dose extension: true

Medication Regulation 24 extension: true

Medication Authority Number extension: 123456

Medication Approved Number extension: 123456

status: Active

intent: Order

priority: Urgent

medication: ACICLOVIR 200 MG TABLET: DISPERSIBLE

subject: Medication Sally

authoredOn: 2023-03-23 17:14:43+1300

requester: Dr Alex Api

note:

This is a note

\n

dosageInstruction

text: 2 tablet, Twice Daily, 1 week

patientInstruction: After food.

timing: Code

route: left ear

DoseAndRates

-Dose[x]
*2 tablet

dispenseRequest

numberOfRepeatsAllowed: 2

quantity: 12 tablet

ExpectedSupplyDurations

-ValueUnitSystemCode
*1weekhttp://unitsofmeasure.orgwk
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-long-term"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; fhir:v true ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-scheme"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/medication-scheme"^^xsd:anyURI ] ; fhir:code [ fhir:v "pbs" ] ; fhir:display [ fhir:v "pbs" ] ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-unusual-dose"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; fhir:v true ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-regulation-24"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; fhir:v true ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-authority-number"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "123456" ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-approved-number"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "123456" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "m018510101" ] ; fhir:display [ fhir:v "ACICLOVIR 200 MG TABLET: DISPERSIBLE" ] ] ) ; fhir:text [ fhir:v "ACICLOVIR 200 MG TABLET: DISPERSIBLE" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3" ] ; fhir:display [ fhir:v "Medication Sally" ] ] ; # fhir:authoredOn [ fhir:v "2023-03-23T17:14:43+13:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "This is a note" ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "2 tablet, Twice Daily, 1 week" ] ; fhir:patientInstruction [ fhir:v "After food." ] ; fhir:timing [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/daily-frequency"^^xsd:anyURI ] ; fhir:code [ fhir:v "TW" ] ; fhir:display [ fhir:v "Twice weekly" ] ] ) ] ] ; fhir:route [ fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/route-of-administration"^^xsd:anyURI ] ; fhir:code [ fhir:v "left-ear" ] ; fhir:display [ fhir:v "left ear" ] ] ) ] ; fhir:doseAndRate ( [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "tablet" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "12"^^xsd:decimal ] ; fhir:unit [ fhir:v "tablet" ] ] ; fhir:expectedSupplyDuration [ 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" ] ] ] . # # -------------------------------------------------------------------------------------