Australian Base Implementation Guide (AU Base 1.1.1)

This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

List-e0a6c4a6-4e97-11e9-8647-d663bd873d93

Formats: XML, JSON, Turtle

Raw ttl

@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:Resource.id [ fhir:value "e0a6c4a6-4e97-11e9-8647-d663bd873d93"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: e0a6c4a6-4e97-11e9-8647-d663bd873d93</p><p><b>identifier</b>: fbee41d4-4e98-11e9-8647-d663bd873d93</p><p><b>status</b>: current</p><p><b>mode</b>: snapshot</p><p><b>code</b>: Current Medicine <span style=\"background: LightGoldenRodYellow\">(Details : {https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1 code '101.32009' = '101.32009', given as 'Current Medicine'})</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Generated Summary: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 1985-10-14</a></p><p><b>date</b>: 2019-02-08</p><blockquote><p><b>entry</b></p><p><b>flag</b>: Unchanged <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org.au/fhir/CodeSystem/medicine-item-change code 'nochange' = 'Unchanged)</span></p><p><b>item</b>: <a href=\"MedicationStatement-MedicationStatementexample0.html\">Generated Summary: id: MedicationStatementexample0; status: active; <span title=\"Codes: {http://snomed.info/sct 6166011000036106}\">Roferon-A 9 million units/0.5 mL injection solution, 0.5 mL syringe</span>; effective: 25/06/2018 12:00:00 AM --&gt; (ongoing); dateAsserted: 2018-07-25; taken: y; </a></p></blockquote><blockquote><p><b>entry</b></p><p><b>flag</b>: Unchanged <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org.au/fhir/CodeSystem/medicine-item-change code 'nochange' = 'Unchanged)</span></p><p><b>item</b>: <a href=\"MedicationStatement-MedicationStatementexample1.html\">Generated Summary: id: MedicationStatementexample1; status: active; <span title=\"Codes: {http://snomed.info/sct 3559011000036109}\">Zoloft</span>; dateAsserted: 2018-07-25; taken: y; Annotation: The patient is not sure when exactly started taking the medication but is certain it's been over a year</a></p></blockquote></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/author-role" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ]     ]
  ];
  fhir:List.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://tools.ietf.org/html/rfc4122" ];
     fhir:Identifier.value [ fhir:value "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:Reference.reference [ fhir:value "Patient/example0" ]
  ];
  fhir:List.date [ fhir:value "2019-02-08"^^xsd:date];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.flag [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/medicine-item-change" ];
         fhir:Coding.code [ fhir:value "nochange" ]       ]     ];
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "MedicationStatement/MedicationStatementexample0" ]     ]
  ], [
     fhir:index 1;
     fhir:List.entry.flag [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/medicine-item-change" ];
         fhir:Coding.code [ fhir:value "nochange" ]       ]     ];
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "MedicationStatement/MedicationStatementexample1" ]     ]
  ].

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

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