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

Profile: AU Core Procedure

status: completed

category: Placement of stent in coronary artery (SNOMED CT#36969009)

code: Surgical procedure (procedure) (SNOMED CT#387713003)

subject: Patient/wang-li " WANG"

performed: 2021-09-25

Performers

-Actor
*: Dr. David Surgeon

location: Location/au-hospital "QLD Hospital"

reasonCode: Occlusion of right coronary artery (SNOMED CT#876856005 "Stenosis of right coronary artery")

FocalDevices

-ActionManipulated
*Surgical insertion - action (SNOMED CT#425362007): coronary stent
" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ a sct:36969009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "36969009" ] ; fhir:display [ fhir:v "Placement of stent in coronary artery" ] ] ) ] ; # fhir:code [ fhir:coding ( [ a sct:387713003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "387713003" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:performed [ fhir:v "2021-09-25"^^xsd:date] ; # fhir:performer ( [ fhir:actor [ fhir:display [ fhir:v "Dr. David Surgeon" ] ] ] ) ; # fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/au-hospital" ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:876856005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "876856005" ] ; fhir:display [ fhir:v "Stenosis of right coronary artery" ] ] ) ; fhir:text [ fhir:v "Occlusion of right coronary artery" ] ] ) ; # fhir:focalDevice ( [ fhir:action [ fhir:coding ( [ a sct:425362007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "425362007" ] ; fhir:display [ fhir:v "Surgical insertion - action" ] ] ) ] ; fhir:manipulated [ fhir:display [ fhir:v "coronary stent" ] ] ] ) . # # -------------------------------------------------------------------------------------