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 with referenced entries - TTL Representation

Page standards status: Informative

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:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example0"] ; # 
  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\"><table class=\"clstu\"><tr><td>Date: 2019-02-08Mode: snapshotStatus: currentCode: Current Medicine</td></tr><tr><td>Subject: <a href=\"Patient-example0.html\">Patient/example0</a> &quot; FRANKLIN&quot;Source: (null)</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/example0</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-example1.html\">MedicationStatement/example1</a></td><td>Unchanged</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fbee41d4-4e98-11e9-8647-d663bd873d93" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "snapshot"] ; # 
  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 Medicine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example0" ]
  ] ; # 
  fhir:date [ fhir:v "2019-02-08"^^xsd:date] ; # 
  fhir:source [
fhir:reference [ fhir:v "PractitionerRole/example3" ]
  ] ; # 
  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:item [
fhir:reference [ fhir:v "MedicationStatement/example0" ]     ]
  ] [
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:item [
fhir:reference [ fhir:v "MedicationStatement/example1" ]     ]
  ] ) . #