@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure

Resource Procedure "dialysis" Version "10" Updated "2022-08-02 18:25:27+0000"

Information Source: #a5RkjLxbIWy2ffIt!

Profile: AU Core Procedure

status: completed

code: Hemodialysis (SNOMED CT#302497006 "Hemodialysis (procedure)")

subject: Patient/dan-harry " DAN"

performed: 2012-08-05

recorder: PractitionerRole/nephrologist-darleen-mackay

asserter: PractitionerRole/nephrologist-darleen-mackay

Performers

-Actor
*PractitionerRole/nephrologist-darleen-mackay

reasonReference: Condition/ckd: Chronic Kidney Disease

" ] ; # 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:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:performed [ fhir:v "2012-08-05"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/nephrologist-darleen-mackay" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/nephrologist-darleen-mackay" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/nephrologist-darleen-mackay" ] ] ] ) ; # fhir:reasonReference ( [ fhir:link ; fhir:reference [ fhir:v "Condition/ckd" ] ; fhir:display [ fhir:v "Chronic Kidney Disease" ] ] ) . # # -------------------------------------------------------------------------------------