@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ceased-home-meds-review"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medlist"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-list"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:language [ fhir:v "en-AU"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Ceased Medicines List

Date: 2019-02-05Mode: snapshotStatus: currentCode: Ceased Medicines
Subject: Patient/bennelong-anne " BENNELONG"Encounter: Encounter/home-meds-reviewSource: Encounter/home-meds-review
ItemsFlag
MedicationStatement/completed-aldaraCeased
MedicationStatement/completed-chloramphenicolCeased
" ] ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "snapshot"] ; # fhir:title [ fhir:v "Ceased Medicines List"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "101.32027" ] ; fhir:display [ fhir:v "Ceased Medicines" ] ] ) ] ; # 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:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/home-meds-review" ] ] ; # fhir:date [ fhir:v "2019-02-05"^^xsd:date] ; # fhir:source [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/retail-pharmacist" ] ] ; # fhir:entry ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/change-description"^^xsd:anyURI ] ; fhir:value [ fhir:v "Completed 8-week course" ] ] ) ; fhir:flag [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ; fhir:code [ fhir:v "ceased" ] ; fhir:display [ fhir:v "Ceased" ] ] ) ] ; fhir:item [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/completed-aldara" ] ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/change-description"^^xsd:anyURI ] ; fhir:value [ fhir:v "Stopped due to burning sensation in the eye." ] ] ) ; fhir:flag [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ; fhir:code [ fhir:v "ceased" ] ; fhir:display [ fhir:v "Ceased" ] ] ) ] ; fhir:item [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/completed-chloramphenicol" ] ] ] ) . # # -------------------------------------------------------------------------------------