@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "reaptan-2"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationdispense"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: MedicationDispense

Resource MedicationDispense "reaptan-2"

Profile: AU Core MedicationDispense

Dispense Number: 1

identifier: Local Dispense Identifier: 26597878

status: completed

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

subject: Patient/smith-emma " SMITH"

Performers

-Actor
*Organization/hospital-au "Hospital Australia"

authorizingPrescription: MedicationRequest/reaptan

type: First Fill (ActCode#FF)

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

daysSupply: 10 days (Details: UCUM code d = 'd')

whenPrepared: 2018-07-15

whenHandedOver: 2018-07-15

note: Patient refused use of 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

Substitutions

-WasSubstituted
*false
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/dispense-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "LDI" ] ] ) ; fhir:text [ fhir:v "Local Dispense Identifier" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/dispense/1.0/8003621566684455"^^xsd:anyURI ] ; fhir:value [ fhir:v "26597878" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-au" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # 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/smith-emma" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-au" ] ] ] ) ; # fhir:authorizingPrescription ( [ fhir:link ; fhir:reference [ fhir:v "MedicationRequest/reaptan" ] ] ) ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "FF" ] ; fhir:display [ fhir:v "First Fill" ] ] ) ] ; # 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:daysSupply [ 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:whenPrepared [ fhir:v "2018-07-15"^^xsd:date] ; # fhir:whenHandedOver [ fhir:v "2018-07-15"^^xsd:date] ; # fhir:note ( [ fhir:text [ fhir:v "Patient refused use of 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:substitution [ fhir:wasSubstituted [ fhir:v "false"^^xsd:boolean ] ] . # # -------------------------------------------------------------------------------------