Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

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

: Active Ferro-Grad C 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 "active-ironsup-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 active-ironsup-psml-03</b></p><a name=\"active-ironsup-psml-03\"> </a><a name=\"hcactive-ironsup-psml-03\"> </a><a name=\"active-ironsup-psml-03-en-AU\"> </a><p><b>status</b>: Active</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-ironsup-01.html\">Medication Ferro-Grad C</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: (?) --&gt; 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 --&gt; 2018-12-11 13:30:00+1000</a></p><p><b>dateAsserted</b>: 2018-12-11 13:30:00+1000</p><p><b>reasonCode</b>: <span title=\"Codes:\">Iron supplement</span></p><blockquote><p><b>dosage</b></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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/ironsup-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] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Iron supplement" ]
  ] ) ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "Take one tablet daily" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "154011000036109" ]       ]     ] )
  ] ) . #