Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Gaps Procedure01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "gaps-procedure01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"gaps-procedure01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure &quot;gaps-procedure01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-procedure.html\">QICoreProcedure</a></p></div><p><b>QICoreNotDoneRecorded</b>: 2018-09-10 09:00:00+0000</p><p><b>status</b>: completed</p><p><b>code</b>: Colonoscopy through stoma; with ablation of tumor(s), polyp(s), or other lesion(s) not amenable to removal by hot biopsy forceps, bipolar cautery or snare technique <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#45384)</span></p><p><b>subject</b>: <a href=\"Patient-gaps-patient02.html\">Patient/gaps-patient02</a> &quot; LUDWICH&quot;</p><p><b>performed</b>: 2018-09-10 08:00:00+0000 --&gt; 2018-09-10 09:00:00+0000</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded",
      "valueDateTime" : "2018-09-10T09:00:00-00:00"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "code" : "45384",
        "display" : "Colonoscopy through stoma; with ablation of tumor(s), polyp(s), or other lesion(s) not amenable to removal by hot biopsy forceps, bipolar cautery or snare technique"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/gaps-patient02"
  },
  "performedPeriod" : {
    "start" : "2018-09-10T08:00:00-00:00",
    "end" : "2018-09-10T09:00:00-00:00"
  }
}