AU Base Implementation Guide
6.1.2-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 6.1.2-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 -------------------------------------------------------------------

<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 --&gt; (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> .