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

Generated Narrative: MedicationStatement

Resource MedicationStatement "example1"

Profile: AU Base Medication Statement

Long Term: true

status: active

medication: Zoloft (SNOMED CT#3559011000036109)

subject: Patient/example0: Franklin " FRANKLIN"

dateAsserted: 2018-07-25

note: The patient is not sure when exactly started taking the medication but is certain it's been over a year

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-long-term"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:3559011000036109 ; 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 "BPD" ] ; fhir:display [ fhir:v "Branded product with no strengths or form" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3559011000036109" ] ; fhir:display [ fhir:v "Zoloft" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ; fhir:display [ fhir:v "Franklin" ] ] ; # fhir:dateAsserted [ fhir:v "2018-07-25"^^xsd:date] ; # fhir:note ( [ fhir:text [ fhir:v "The patient is not sure when exactly started taking the medication but is certain it's been over a year" ] ] ) . # # -------------------------------------------------------------------------------------