FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Procedure |
| Id | Procedure-stentinsertion.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure stentinsertion
Profile: AU Core Procedure
status: Completed
code: Placement of stent in right coronary artery
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
performed: 2021-09-25
| Actor |
| PractitionerRole Surgeon (General) |
location: Location Murrabit Public Hospital
reasonCode: Occlusion of right coronary artery
bodySite: Right coronary artery
| Action | Manipulated |
| Surgical insertion - action | coronary stent |
{
"resourceType": "Procedure",
"id": "stentinsertion",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36969009",
"display": "Placement of stent in coronary artery"
}
],
"text": "Placement of stent in right 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"
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13647002",
"display": "Right coronary artery structure"
}
],
"text": "Right coronary artery"
}
],
"focalDevice": [
{
"action": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "425362007",
"display": "Surgical insertion - action"
}
]
},
"manipulated": {
"display": "coronary stent"
}
}
]
}