AU Base Implementation Guide
6.0.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 6.0.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: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/List/example3> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example3"] ;
  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 example3</b></p><a name=\"example3\"> </a><a name=\"hcexample3\"> </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><h2>Current medicine list</h2><table class=\"clstu\"><tr><td>Date: 2022-01-08 </td><td>Mode: Snapshot List </td><td>Status: Current </td><td>Code: History of Medication use Narrative </td></tr><tr><td>Subject: <a href=\"Patient-example4.html\">Suzanne Simmons  Female, DoB: 2008-08-08 ( Medical record number)</a></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:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/author-related-person" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/RelatedPerson/example2> ;
       fhir:Reference.reference [ fhir:value "RelatedPerson/example2" ]
     ]
  ] ;
  fhir:List.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:uuid:b3036640-07e2-40bf-b4cb-8a2970366848" ]
  ] ;
  fhir:List.status [ fhir:value "current"] ;
  fhir:List.mode [ fhir:value "snapshot"] ;
  fhir:List.title [ fhir:value "Current medicine list"] ;
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:10160-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "10160-0" ] ;
       fhir:Coding.display [ fhir:value "History of Medication use Narrative" ]
     ]
  ] ;
  fhir:List.subject [
     fhir:link <http://hl7.org/fhir/Patient/example4> ;
     fhir:Reference.reference [ fhir:value "Patient/example4" ]
  ] ;
  fhir:List.date [ fhir:value "2022-01-08"^^xsd:date] ;
  fhir:List.entry [
     fhir:index 0 ;
     fhir:List.entry.item [
       fhir:Reference.display [ fhir:value "Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:List.entry.item [
       fhir:Reference.display [ fhir:value "Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening" ]
     ]
  ] .

<http://hl7.org/fhir/RelatedPerson/example2> a fhir:RelatedPerson .

<http://hl7.org/fhir/Patient/example4> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/List/example3.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/List/example3.ttl> .