AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: List - Medicine list authored by a related person - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "example3"] ; # 
  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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Current medicine list</h2><table class=\"clstu\"><tr><td>Date: 2022-01-08Mode: snapshotStatus: currentCode: History of Medication use Narrative</td></tr><tr><td>Subject: <a href=\"Patient-example4.html\">Patient/example4</a> &quot; SIMMONS&quot;</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td>Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed</td></tr><tr><td>Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/author-related-person"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "RelatedPerson/example2" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ;
fhir:value [ fhir:v "b3036640-07e2-40bf-b4cb-8a2970366848" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "snapshot"] ; # 
  fhir:title [ fhir:v "Current medicine list"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example4" ]
  ] ; # 
  fhir:date [ fhir:v "2022-01-08"^^xsd:date] ; # 
  fhir:entry ( [
fhir:item [
fhir:display [ fhir:v "Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed" ]     ]
  ] [
fhir:item [
fhir:display [ fhir:v "Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening" ]     ]
  ] ) . #