Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) 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" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://www.ama-assn.org/go/cpt 45384}\">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></p><p><b>subject</b>: <a href=\"Patient-gaps-patient02.html\">Generated Summary: Medical Record Number: 999996992 (USUAL); Thomas Ludwich ; gender: male; birthDate: 1957-01-01</a></p><p><b>performed</b>: Sep 10, 2018 8:00:00 AM --&gt; Sep 10, 2018 9:00:00 AM</p></div>"
  },
  "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"
  }
}