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

: Observation - Example ACH Pass3 Vitals Weight - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-example-ach-pass3-vitals-weight",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-example-ach-pass3-vitals-weight</b></p><a name=\"observation-example-ach-pass3-vitals-weight\"> </a><a name=\"hcobservation-example-ach-pass3-vitals-weight\"> </a><a name=\"observation-example-ach-pass3-vitals-weight-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Weight</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Pass3 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass3-short-stay.html\">Short Stay</a></p><p><b>effective</b>: 2024-02-01 19:21:00-0500</p><p><b>issued</b>: 2024-02-01 19:21:00-0500</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner Example Practitioner </a></p><p><b>value</b>: 54.4 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ],
      "text" : "Vital Signs"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "Body weight"
      }
    ],
    "text" : "Weight"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass3",
    "display" : "Pass3 ACH"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass3-short-stay",
    "display" : "Short Stay"
  },
  "effectiveDateTime" : "2024-02-01T19:21:00-05:00",
  "issued" : "2024-02-01T19:21:00-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/practitioner-example"
    }
  ],
  "valueQuantity" : {
    "value" : 54.4,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}