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

Profile: AU Core MedicationStatement

status: completed

medication: Chloramphenicol 1% eye ointment (SNOMED CT#22717011000036101 "chloramphenicol 1% eye ointment")

subject: Patient/bennelong-anne " BENNELONG"

context: Encounter/home-meds-review

dateAsserted: 2019-02-05

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:22717011000036101 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "22717011000036101" ] ; fhir:display [ fhir:v "chloramphenicol 1% eye ointment" ] ] ) ; fhir:text [ fhir:v "Chloramphenicol 1% eye ointment" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608166895854" ] ] ] ; # fhir:context [ fhir:link ; fhir:reference [ fhir:v "Encounter/home-meds-review" ] ] ; # fhir:dateAsserted [ fhir:v "2019-02-05"^^xsd:date] . # # -------------------------------------------------------------------------------------