Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Procedure-wound-dressing-es-01

Formats: Narrative, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "wound-dressing-es-01"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-core-1";
       fhir:index 0;
       fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-core-1>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Procedure</b>: Dressing of wound</p>\n            <p><b>Procedure status</b>: completed</p>\n            <p><b>Subject</b>: Billy Tjakamarra; Pensioner Concession Card Number:\n                307111942H; gender = male; birthDate = 23/04/1954; indigenous status = Aboriginal but not\n                Torres Strait Islander origin</p>\n            <p><b>Procedure performed date</b>: 31/3/2017 15:30</p>\n            <p><b>Procedure reason</b>: condition - Puncture wound from stepping on a\n                rusty nail, sole of left foot</p>\n            <p><b>Procedure note</b>: Dressing of puncture wound sole of left foot,\n                caused by stepping on a rusty nail</p>\n            <p><b>Procedure note</b>: Advised to present in 2 days to the usual GPs\n                clinic for a change of dressings.</p>\n        </div>"
  ];
  fhir:Procedure.status [ fhir:value "completed"];
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:7922000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "7922000" ];
       fhir:Coding.display [ fhir:value "General treatment" ]     ]
  ];
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:182531007;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "182531007" ];
       fhir:Coding.display [ fhir:value "Dressing of wound" ]     ]
  ];
  fhir:Procedure.subject [
     fhir:Reference.reference [ fhir:value "Patient/mhr-tjakamarra-billy" ];
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "NI" ];
           fhir:Coding.display [ fhir:value "National unique individual identifier" ]         ];
         fhir:CodeableConcept.text [ fhir:value "IHI" ]       ];
       fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ];
       fhir:Identifier.value [ fhir:value "8003608833564735" ]     ]
  ];
  fhir:Procedure.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/es-01" ]
  ];
  fhir:Procedure.performedDateTime [ fhir:value "2017-03-31T15:30:00+10:00"^^xsd:dateTime];
  fhir:Procedure.recorder [
     fhir:Reference.reference [ fhir:value "PractitionerRole/strempel-sonia-gp" ]
  ];
  fhir:Procedure.reasonReference [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Condition/wound-es-01" ]
  ];
  fhir:Procedure.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "Dressing of puncture wound sole of left foot, caused by stepping on a             rusty nail." ]
  ], [
     fhir:index 1;
     fhir:Annotation.text [ fhir:value "Advised to present in 2 days to the usual GPs clinic              for a change of dressings." ]
  ].

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

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