AU Core Implementation Guide
0.4.1-preview - Preview
This page is part of the AU Core (v0.4.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Procedure",
"id" : "stentinsertion",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure stentinsertion</b></p><a name=\"stentinsertion\"> </a><a name=\"hcstentinsertion\"> </a><a name=\"stentinsertion-en-AU\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 36969009}\">Placement of stent in coronary artery</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Li Wang Male, DoB: 1975-05-03 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>performed</b>: 2021-09-25</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-surgeon-chau-fryer.html\">PractitionerRole Surgeon (General)</a></td></tr></table><p><b>location</b>: <a href=\"Location-murrabit-hospital.html\">Location Murrabit Public Hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 876856005}\">Occlusion of right coronary artery</span></p><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 425362007}\">Surgical insertion - action</span></td><td>coronary stent</td></tr></table></div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "36969009",
"display" : "Placement of stent in coronary artery"
}
]
},
"subject" : {
🔗 "reference" : "Patient/wang-li"
},
"performedDateTime" : "2021-09-25",
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/surgeon-chau-fryer"
}
}
],
"location" : {
🔗 "reference" : "Location/murrabit-hospital"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "876856005",
"display" : "Stenosis of right coronary artery"
}
],
"text" : "Occlusion of right coronary artery"
}
],
"focalDevice" : [
{
"action" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "425362007",
"display" : "Surgical insertion - action"
}
]
},
"manipulated" : {
"display" : "coronary stent"
}
}
]
}