This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "qicore-procedure-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">Generated narrative...</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite",
"valueReference" : {
"reference" : "BodySite/qicore-bodysite-example"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime",
"valueDateTime" : "2013-04-05T09:30:00-04:00"
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "80146002",
"display" : "Appendectomy (Procedure)"
}
],
"text" : "Appendectomy"
},
"subject" : {
"reference" : "Patient/qicore-patient-example"
},
"context" : {
"reference" : "Encounter/qicore-encounter-example"
},
"performedPeriod" : {
"start" : "2013-04-05T09:20:00-04:00",
"end" : "2013-04-05T10:30:00-04:00"
},
"performer" : [
{
"actor" : {
"reference" : "Practitioner/qicore-practitioner-example",
"display" : "Dr Cecil Surgeon"
}
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "163220003",
"display" : "On examination - abdominal pain - right iliac"
}
]
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "66754008",
"display" : "Appendix structure"
}
]
}
],
"report" : [
{
"reference" : "DiagnosticReport/qicore-diagnosticreport-example"
}
]
}