@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # 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 "example0"

Profile: AU Base Medication Statement

status: active

medication: Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe (SNOMED CT#6166011000036106)

subject: Patient/example0: Franklin " FRANKLIN"

effective: 2018-06-25 --> (ongoing)

dateAsserted: 2018-07-25

informationSource: Practitioner/example0: Doctor Mayo " MAYO"

Dosages

-Timing
*3 per 1 weeks
" ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:6166011000036106 ; 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 "6166011000036106" ] ; fhir:display [ fhir:v "Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe" ] ] ) ] ; # 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:dateAsserted [ fhir:v "2018-07-25"^^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:frequency [ fhir:v "3"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "wk" ] ; fhir:dayOfWeek ( [ fhir:v "mon" ] [ fhir:v "wed" ] [ fhir:v "sat" ] ) ] ] ] ) . # # -------------------------------------------------------------------------------------