National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: Procedure - Example ACH Pass2 IVCF - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "procedure-example-ach-ach-pass2-ivcf",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-example-ach-ach-pass2-ivcf</b></p><a name=\"procedure-example-ach-ach-pass2-ivcf\"> </a><a name=\"hcprocedure-example-ach-ach-pass2-ivcf\"> </a><a name=\"procedure-example-ach-ach-pass2-ivcf-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005103526\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 397913009}\">Percutaneous insertion of inferior vena cava filter (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-inpatient.html\">Hospital Admission</a></p><p><b>performed</b>: 2024-02-01 05:02:00-0500</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value" : "10005103526"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "397913009",
        "display" : "Percutaneous insertion of inferior vena cava filter (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass2",
    "display" : "Pass2 ACH"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display" : "Hospital Admission"
  },
  "performedDateTime" : "2024-02-01T05:02:00-05:00"
}