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
: Stopped Ibuprofen use recorded in community pharmacy medicine review for Mac PRIEST (2018) - TTL Representation
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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "stopped-ibuprofen-psml-03"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement stopped-ibuprofen-psml-03</b></p><a name=\"stopped-ibuprofen-psml-03\"> </a><a name=\"hcstopped-ibuprofen-psml-03\"> </a><a name=\"stopped-ibuprofen-psml-03-en-AU\"> </a><p><b>status</b>: Stopped</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category community}\">Community</span></p><p><b>medication</b>: <a href=\"Medication-ibuprofen-01.html\">Medication Ibuprofen</a></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-priest-mac.html\">Mac PRIEST Male, DoB: 1989-03-09 ( Patient's Medicare number: MedicareNumber#2953307121 (, period: (?) --> 2024-03-31))</a></p><p><b>context</b>: <a href=\"Encounter-psml-03.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Community pharmacy medicines review; serviceType = Review of medication; period = 2018-12-11 10:00:00+1000 --> 2018-12-11 13:30:00+1000</a></p><p><b>dateAsserted</b>: 2018-12-11 13:30:00+1000</p></div>"
] ; #
fhir:status [ fhir:v "stopped"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-statement-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community" ] ;
fhir:display [ fhir:v "Community" ] ] )
] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/ibuprofen-01" ] # relative reference to entry of Medication resource
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/hi-testdata-priest-mac" ] ; # relative reference to entry of Patient resource
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 "8003608333563104" ] ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/psml-03" ] # relative reference to entry of Encounter resource
] ; #
fhir:dateAsserted [ fhir:v "2018-12-11T13:30:00+10:00"^^xsd:dateTime] . #