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

Generated Narrative: MedicationStatement

Resource MedicationStatement "previous-use"

Profile: AU Core MedicationStatement

status: completed

medication: Diflucan 200 mg/100 mL injection, 100 mL vial (SNOMED CT#5232011000036102)

subject: Patient/bennelong-anne " BENNELONG"

effective: 2018-06-25 --> 2018-07-05

dateAsserted: 2018-07-10

informationSource: PractitionerRole/sandyson-sandy-nurse

dosage

text: Every 1-10 days at 10am for 30 minutes

timing: Duration 30days, Once per 1-10 days

route: Intravenous route (SNOMED CT#47625008)

doseAndRate

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:5232011000036102 ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medication-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "BPDSF" ] ; fhir:display [ fhir:v "Branded product with strengths and form" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "5232011000036102" ] ; fhir:display [ fhir:v "Diflucan 200 mg/100 mL injection, 100 mL vial" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2018-06-25"^^xsd:date ] ; fhir:end [ fhir:v "2018-07-05"^^xsd:date ] ] ; # fhir:dateAsserted [ fhir:v "2018-07-10"^^xsd:date] ; # fhir:informationSource [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/sandyson-sandy-nurse" ] ] ; # fhir:dosage ( [ fhir:text [ fhir:v "Every 1-10 days at 10am for 30 minutes" ] ; fhir:timing [ fhir:repeat [ fhir:duration [ fhir:v "30"^^xsd:decimal ] ; fhir:durationUnit [ fhir:v "min" ] ; fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodMax [ fhir:v "10"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; fhir:timeOfDay ( [ fhir:v "10:00:00"^^xsd:time ] ) ] ] ; fhir:route [ fhir:coding ( [ a sct:47625008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "47625008" ] ; fhir:display [ fhir:v "Intravenous route" ] ] ) ] ; fhir:doseAndRate ( [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "200"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------