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

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Procedure gaps-procedure01</b></p><a name=\"gaps-procedure01\"> </a><a name=\"hcgaps-procedure01\"> </a><a name=\"gaps-procedure01-en-US\"> </a><p><b>QICore Not Done Recorded</b>: 2018-09-10 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-patient02.html\">Thomas Ludwich  Male, DoB: 1957-01-01 ( Medical Record Number: 999996992\u00a0(use:\u00a0usual,\u00a0))</a></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, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/gaps-patient02"
  },
  "performedPeriod" : {
    "start" : "2018-09-10T08:00:00-00:00",
    "end" : "2018-09-10T09:00:00-00:00"
  }
}