@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cryotherapy"] ; # fhir:meta [ 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 "cryotherapy"

Profile: AU Core Procedure

status: completed

code: Cryotherapy (SNOMED CT#26782000)

subject: Patient/bennelong-anne " BENNELONG"

performed: 2021-12-10 10:30:00+1100 --> 2021-12-10 10:50:00+1100

Performers

-Actor
*: Cryotherapy NSW, Parramatta NSW, 2150

reasonCode: Actinic keratosis (SNOMED CT#201101007)

bodySite: Skin structure of face (SNOMED CT#73897004)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ fhir:coding ( [ a sct:26782000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26782000" ] ; fhir:display [ fhir:v "Cryotherapy" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:performed [ a fhir:Period ; fhir:start [ fhir:v "2021-12-10T10:30:00+11:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2021-12-10T10:50:00+11:00"^^xsd:dateTime ] ] ; # fhir:performer ( [ fhir:actor [ fhir:display [ fhir:v "Cryotherapy NSW, Parramatta NSW, 2150" ] ] ] ) ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:201101007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "201101007" ] ; fhir:display [ fhir:v "Actinic keratosis" ] ] ) ] ) ; # fhir:bodySite ( [ fhir:coding ( [ a sct:73897004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "73897004" ] ; fhir:display [ fhir:v "Skin structure of face" ] ] ) ] ) . # # -------------------------------------------------------------------------------------