AU Base Implementation Guide
4.1.0-ballot - CI Build AU

This page is part of AU Base v4.1.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

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

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 -------------------------------------------------------------------

 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\"><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> \" SIMMONS\"</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:Reference.reference [ fhir:value "RelatedPerson/example2" ]     ]
  ];
  fhir:List.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://tools.ietf.org/html/rfc4122" ];
     fhir:Identifier.value [ fhir:value "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: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" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.