AU Core Implementation Guide 0.2.1-preview - Preview
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - 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 <http://hl7.org.au/fhir/StructureDefinition/au-medlist> ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-list"^^xsd:anyURI ; fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-list> ] ) ] ; # fhir:language [ fhir:v "en-AU"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-AU\" lang=\"en-AU\"><h2>Ceased Medicines List</h2><table class=\"clstu\"><tr><td>Date: 2019-02-05Mode: snapshotStatus: currentCode: Ceased Medicines</td></tr><tr><td>Subject: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> " BENNELONG"Encounter: <a href=\"Encounter-home-meds-review.html\">Encounter/home-meds-review</a>Source: <a href=\"Encounter-home-meds-review.html\">Encounter/home-meds-review</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Flag</td></tr><tr><td><a href=\"MedicationStatement-completed-aldara.html\">MedicationStatement/completed-aldara</a></td><td>Ceased</td></tr><tr><td><a href=\"MedicationStatement-completed-chloramphenicol.html\">MedicationStatement/completed-chloramphenicol</a></td><td>Ceased</td></tr></table></div>" ] ; # 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: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:reference [ fhir:v "Encounter/home-meds-review" ] ] ; # fhir:date [ fhir:v "2019-02-05"^^xsd:date] ; # fhir:source [ 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: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:reference [ fhir:v "MedicationStatement/completed-chloramphenicol" ] ] ] ) . #