Data Exchange For Quality Measures Implementation Guide
5.0.0 - STU5 United States of America flag

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v5.0.0: STU5 (v5.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Gaps Procedure02 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "gaps-procedure02",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure gaps-procedure02</b></p><a name=\"gaps-procedure02\"> </a><a name=\"hcgaps-procedure02\"> </a><a name=\"gaps-procedure02-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a></p></div><p><b>QICore Not Done Recorded</b>: 2020-07-06 09:00:00+0000</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 45384}\">Colonoscopy, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps</span></p><p><b>subject</b>: <a href=\"Patient-gaps-patient01.html\">Parker Susan  Female, DoB: 1965-01-01 ( Medical Record Number: 999995992\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>performed</b>: 2020-07-06 08:00:00+0000 --&gt; 2020-07-06 09:00:00+0000</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded",
      "valueDateTime" : "2020-07-06T09:00:00-00:00"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "code" : "45384",
        "display" : "Colonoscopy, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/gaps-patient01"
  },
  "performedPeriod" : {
    "start" : "2020-07-06T08:00:00-00:00",
    "end" : "2020-07-06T09:00:00-00:00"
  }
}