Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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 "current-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>Current Medicines List</h2><table class=\"clstu\"><tr><td>Date: 2019-02-05Mode: snapshotStatus: currentCode: Current 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-active-amiodarone.html\">MedicationStatement/active-amiodarone</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-active-bisoprolol.html\">MedicationStatement/active-bisoprolol</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-intended-coq10.html\">MedicationStatement/intended-coq10</a></td><td>New</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "snapshot"] ; #
fhir:title [ fhir:v "Current 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.32009" ] ;
fhir:display [ fhir:v "Current 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:flag [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nochange" ] ;
fhir:display [ fhir:v "Unchanged" ] ] ) ] ;
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/active-amiodarone" ] ]
] [
fhir:flag [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nochange" ] ;
fhir:display [ fhir:v "Unchanged" ] ] ) ] ;
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/active-bisoprolol" ] ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/change-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "New finding of Atrial fibrillation" ] ] ) ;
fhir:flag [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ;
fhir:code [ fhir:v "new" ] ;
fhir:display [ fhir:v "New" ] ] ) ] ;
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/intended-coq10" ] ]
] ) . #
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.1-preview based on FHIR 4.0.1. Generated 2023-08-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change