This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
General Procedure Example
{
"resourceType": "Procedure",
"text": {
"status": "generated",
"div": "<div>Routine appendicectomy</div>"
},
"subject": {
"reference": "Patient/example"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Appendectomy (Procedure)"
}
],
"text": "Appendicectomy"
},
"indication": [
{
"text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding"
}
],
"performer": [
{
"person": {
"reference": "Practitioner/example",
"display": "Dr Cyril Surgeon"
}
}
],
"date": {
"start": "2013-04-05"
},
"followUp": "ROS 5 days - 2013-04-10",
"notes": "Routine Appendicectomy. Appendix was inflamed and in retro-caecal position"
}