AU Base Implementation Guide - Downloaded Version 7.0.0-ballot1 See the Directory of published versions
| 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 -------------------------------------------------------------------
<http://hl7.org/fhir/List/example0> a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example0"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-medlist" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-medlist>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List example0</b></p><a name=\"example0\"> </a><a name=\"hcexample0\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-medlist.html\">AU Medicine List</a></p></div><table class=\"clstu\"><tr><td>Date: 2019-02-08 </td><td>Mode: Snapshot List </td><td>Status: Current </td><td>Code: Current Medicine </td></tr><tr><td>Subject: <a href=\"Patient-example0.html\">Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a>Source: </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-example0.html\">MedicationStatement: status = active; medication[x] = Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe; effective[x] = 2018-06-25 --> (ongoing); dateAsserted = 2018-07-25</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-example1.html\">MedicationStatement: extension = true; status = active; medication[x] = Zoloft; dateAsserted = 2018-07-25; note = The patient is not sure when exactly started taking the medication but is certain it's been over a year</a></td><td>Unchanged</td></tr></table></div>"
] ;
fhir:List.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:uuid:fbee41d4-4e98-11e9-8647-d663bd873d93" ]
] ;
fhir:List.status [ fhir:value "current"] ;
fhir:List.mode [ fhir:value "snapshot"] ;
fhir:List.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1" ] ;
fhir:Coding.code [ fhir:value "101.32009" ] ;
fhir:Coding.display [ fhir:value "Current Medicine" ]
]
] ;
fhir:List.subject [
fhir:link <http://hl7.org/fhir/Patient/example0> ;
fhir:Reference.reference [ fhir:value "Patient/example0" ]
] ;
fhir:List.date [ fhir:value "2019-02-08"^^xsd:date] ;
fhir:List.source [
fhir:link <http://hl7.org/fhir/PractitionerRole/example3> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ]
] ;
fhir:List.entry [
fhir:index 0 ;
fhir:List.entry.flag [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medicine-item-change" ] ;
fhir:Coding.code [ fhir:value "nochange" ]
]
] ;
fhir:List.entry.item [
fhir:link <http://hl7.org/fhir/MedicationStatement/example0> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/example0" ]
]
], [
fhir:index 1 ;
fhir:List.entry.flag [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medicine-item-change" ] ;
fhir:Coding.code [ fhir:value "nochange" ]
]
] ;
fhir:List.entry.item [
fhir:link <http://hl7.org/fhir/MedicationStatement/example1> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/example1" ]
]
] .
<http://hl7.org/fhir/Patient/example0> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/example3> a fhir:PractitionerRole .
<http://hl7.org/fhir/MedicationStatement/example0> a fhir:MedicationStatement .
<http://hl7.org/fhir/MedicationStatement/example1> a fhir:MedicationStatement .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/List/example0.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/List/example0.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#7.0.0-ballot1 based on FHIR 4.0.1. Generated 2026-07-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change