Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ceased-psml-02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-list-medication-use-pmr-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-list-medication-use-pmr-1> ] )
] ; #
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\"><p class=\"res-header-id\"><b>Generated Narrative: List ceased-psml-02</b></p><a name=\"ceased-psml-02\"> </a><a name=\"hcceased-psml-02\"> </a><a name=\"ceased-psml-02-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-AU</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-list-medication-use-pmr-1.html\">ADHA Practitioner Medicine Review List</a></p></div><h2>Ceased Medicines List</h2><table class=\"clstu\"><tr><td>Date: 2019-02-05 </td><td>Mode: Snapshot List </td><td>Status: Current </td><td>Code: Ceased Medicines </td></tr><tr><td>Subject: <a href=\"Patient-hi-testdata-matterson-lenny.html\">Lenny MATTERSON Male, DoB: 1955-02-06 ( IHI: AustalianIHI#8003608166895854)</a>Encounter: <a href=\"Encounter-psml-02.html\">Encounter: extension = Patient has his medications packed into blister packs via ABC pharmacy. He finds them easy to use and they promote good adherence to his regime. His Bluecare nurse, Nurse B, was present for the interview. Of the medication listed on the referral, he is not currently taking Aldara 5% cream and Chloramphenicol ointment. In addition to the medication listed on the referral, he is also taking coQ10 150mg tab - 1 nocte.He reports occasional dizziness if he changes position quickly, and does report falling outside in the garden; he wears a falls alarm buzzer. He reports that he generally only experiences chest pain when he becomes stressed (doesn’t like paperwork). His blood pressure at the time of the interview was 158 /76.; status = finished; class = home health (ActCode#HH); type = Home medicines review; serviceType = Review of medication; period = 2019-02-05 10:00:00+1000 --> 2019-02-05 11:15:00+1000</a>Source: <a href=\"Encounter-psml-02.html\">Encounter: extension = Patient has his medications packed into blister packs via ABC pharmacy. He finds them easy to use and they promote good adherence to his regime. His Bluecare nurse, Nurse B, was present for the interview. Of the medication listed on the referral, he is not currently taking Aldara 5% cream and Chloramphenicol ointment. In addition to the medication listed on the referral, he is also taking coQ10 150mg tab - 1 nocte.He reports occasional dizziness if he changes position quickly, and does report falling outside in the garden; he wears a falls alarm buzzer. He reports that he generally only experiences chest pain when he becomes stressed (doesn’t like paperwork). His blood pressure at the time of the interview was 158 /76.; status = finished; class = home health (ActCode#HH); type = Home medicines review; serviceType = Review of medication; period = 2019-02-05 10:00:00+1000 --> 2019-02-05 11:15:00+1000</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-psml-02.html\">MedicationStatement: status = completed; medication[x] = ->Medication Aldara 5% cream; dateAsserted = 2019-02-05</a></td><td>Ceased</td></tr><tr><td><a href=\"MedicationStatement-completed-chloramphenicol-psml-02.html\">MedicationStatement: status = completed; medication[x] = ->Medication chloramphenicol 1% eye ointment; dateAsserted = 2019-02-05</a></td><td>Ceased</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-packed-in-daa-1"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:1469421000168108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1469421000168108" ] ;
fhir:display [ fhir:v "No medicines packed in medicines dispenser" ] ] ) ;
fhir:text [ fhir:v "No medicines packed in dose administration aid" ] ]
] ) ; #
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/hi-testdata-matterson-lenny" ] ;
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/psml-02" ]
] ; #
fhir:date [ fhir:v "2019-02-05"^^xsd:date] ; #
fhir:source [
fhir:reference [ fhir:v "PractitionerRole/pharmacist-retail" ]
] ; #
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-psml-02" ] ]
] [
( 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-psml-02" ] ]
] ) . #
IG © 2023+ Australian Digital Health Agency. Package au.digitalhealth.r4#1.2.0-ci-build based on FHIR 4.0.1. Generated 2024-09-12
Publisher:
Australian Digital Health Agency
ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000
Links: Table of Contents |
QA Report
| Version History
| Report an issue or propose a change
Telephone 1300 901 001 or email help@digitalhealth.gov.au
https://www.digitalhealth.gov.au
Privacy policy |
Terms of Use