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

Generated Narrative: MedicationStatement

Resource MedicationStatement "example2"

Profile: AU Base Medication Statement

status: completed

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

subject: Patient/example0: Franklin " FRANKLIN"

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

dateAsserted: 2018-07-10

informationSource: Practitioner/example0: Doctor Mayo " MAYO"

dosage

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/example0" ] ; fhir:display [ fhir:v "Franklin" ] ] ; # 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 "Practitioner/example0" ] ; fhir:display [ fhir:v "Doctor Mayo" ] ] ; # fhir:dosage ( [ 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" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------