This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Procedure-qicore-procedure-example

Formats: XML, JSON, Turtle

{
  "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"
    }
  ]
}