AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Procedure - Dialysis (part of multiple chronic condition care plan) - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dialysis"] ; #   Example adapted from MCC eCare Plan Implementation Guide Dialysis  
  fhir:meta [
fhir:versionId [ fhir:v "10" ] ;
fhir:lastUpdated [ fhir:v "2022-08-02T18:25:27.353+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#a5RkjLxbIWy2ffIt"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"dialysis\"> </a></p><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\">Resource Procedure &quot;dialysis&quot; Version &quot;10&quot; Updated &quot;2022-08-02 18:25:27+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #a5RkjLxbIWy2ffIt!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-procedure.html\">AU Core Procedure</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Hemodialysis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#302497006 &quot;Hemodialysis (procedure)&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> &quot; DAN&quot;</p><p><b>performed</b>: 2012-08-05</p><p><b>recorder</b>: <a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</p><p><b>asserter</b>: <a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-ckd.html\">Condition/ckd: Chronic Kidney Disease</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:302497006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "302497006" ] ;
fhir:display [ fhir:v "Hemodialysis (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Hemodialysis" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/dan-harry" ]
  ] ; # 
  fhir:performed [ fhir:v "2012-08-05"^^xsd:date] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/levin-henry" ] ;
fhir:display [ fhir:v "Dr Henry Levin" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/levin-henry" ] ;
fhir:display [ fhir:v "Dr Henry Levin" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/levin-henry" ] ;
fhir:display [ fhir:v "Dr Henry Levin" ]     ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/ckd" ] ;
fhir:display [ fhir:v "Chronic Kidney Disease" ]
  ] ) . #