FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Procedure |
| Id | Procedure-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure example2
Profile: AU Base Procedure
partOf: Procedure Cardiac catheterisation
status: Completed
code: Placement of stent in coronary artery
performed: 2021-09-25
| Actor |
| PractitionerRole Cardiologist |
location: Location Downunder Hospital Blacktown
reasonCode: Occlusion of right coronary artery
{
"resourceType": "Procedure",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"partOf": [
{
"reference": "Procedure/example1"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36969009",
"display": "Placement of stent in coronary artery"
}
]
},
"subject": {
"reference": "Patient/example1"
},
"performedDateTime": "2021-09-25",
"performer": [
{
"actor": {
"reference": "PractitionerRole/example4"
}
}
],
"location": {
"reference": "Location/example0"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "876856005",
"display": "Stenosis of right coronary artery"
}
],
"text": "Occlusion of right coronary artery"
}
]
}