AU Core Implementation Guide
0.4.0-preview - Preview Australia flag

This page is part of the AU Core (v0.4.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Procedure - Dialysis - 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><a name=\"hcdialysis\"> </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\">ResourceProcedure &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;&quot;</p><p><b>performed</b>: 2012-08-05</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=\"PractitionerRole-nephrologist-darleen-mackay.html\">PractitionerRole/nephrologist-darleen-mackay</a></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:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/nephrologist-darleen-mackay" ]     ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/ckd" ] ;
fhir:display [ fhir:v "Chronic Kidney Disease" ]
  ] ) . #