US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide
1.0.0 - STU 1 ballot United States of America flag

US Situational Awareness Framework for Reporting (US SAFR) 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 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-safr/ and changes regularly. See the Directory of published versions

: Bundle - Bed Capacity Report Bundle Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "HospitalBedCapacityReportBundle",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-measurereport-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2025-03-05T08:15:00-05:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "MemorialHospitalOrganization",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-submitting-organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_MemorialHospitalOrganization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization MemorialHospitalOrganization</b></p><a name=\"MemorialHospitalOrganization\"> </a><a name=\"hcMemorialHospitalOrganization\"> </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=\"StructureDefinition-us-safr-submitting-organization.html\">US SAFR Submitting Organization</a></p></div><p><b>identifier</b>: <code>https://www.cdc.gov/nhsn/OrgID</code>/123456789</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Memorial Hospital</p><p><b>telecom</b>: <a href=\"tel:+1-555-123-4567\">+1-555-123-4567</a></p><p><b>address</b>: 123 Healthcare Drive Springfield IL 62701 USA </p></div>"
        },
        "identifier" : [
          {
            "system" : "https://www.cdc.gov/nhsn/OrgID",
            "value" : "123456789"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                "code" : "prov",
                "display" : "Healthcare Provider"
              }
            ]
          }
        ],
        "name" : "Memorial Hospital",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+1-555-123-4567",
            "use" : "work"
          }
        ],
        "address" : [
          {
            "line" : [
              "123 Healthcare Drive"
            ],
            "city" : "Springfield",
            "state" : "IL",
            "postalCode" : "62701",
            "country" : "USA"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38982",
      "resource" : {
        "resourceType" : "Device",
        "id" : "cqf-tooling",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystemdevice|1.0.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_cqf-tooling\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device cqf-tooling</b></p><a name=\"cqf-tooling\"> </a><a name=\"hccqf-tooling\"> </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/uv/crmi/STU1/StructureDefinition-crmi-softwaresystemdevice.html\">CRMI Software System Deviceversion: null1.0.0)</a></p></div><p><b>manufacturer</b>: CQFramework</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>cqf-tooling</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/software-system-type-codes tooling}\">Tooling</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>3.1.0-SNAPSHOT</td></tr></table></div>"
        },
        "manufacturer" : "CQFramework",
        "deviceName" : [
          {
            "name" : "cqf-tooling",
            "type" : "manufacturer-name"
          }
        ],
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/software-system-type-codes",
              "code" : "tooling"
            }
          ]
        },
        "version" : [
          {
            "value" : "3.1.0-SNAPSHOT"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38984",
      "resource" : {
        "resourceType" : "MeasureReport",
        "id" : "BedCapacityMeasureReport",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MeasureReport_BedCapacityMeasureReport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport BedCapacityMeasureReport</b></p><a name=\"BedCapacityMeasureReport\"> </a><a name=\"hcBedCapacityMeasureReport\"> </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/davinci-deqm/STU5/StructureDefinition-indv-measurereport-deqm.html\">DEQM Individual MeasureReport Profile</a></p></div><p><b>DEQM Measure Scoring Extension</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring continuous-variable}\">Continuous Variable</span></p><p><b>DEQM Data Location Extension</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38983\">Location Memorial Hospital Main Campus</a></p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-BedCapacityMeasure.html\">Bed Capacityversion: null1.0.0)</a></p><p><b>subject</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38983\">Memorial Hospital Facility</a></p><p><b>date</b>: 2025-03-05 08:15:00-0500</p><p><b>reporter</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38981\">Memorial Hospital</a></p><p><b>period</b>: 2025-03-05 00:00:00-0500 --&gt; 2025-03-05 23:59:59-0500</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>bed-capacity-reporting-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes BedCapacityReporting}\">Bed Capacity Reporting</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Bed-capacity-reporting-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 182</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AllBeds-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AllBeds}\">All Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Beds-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 182</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultTotal-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultTotal}\">Adult Total Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultTotal-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 182</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultICU}\">Adult ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 34</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultICULOC-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultICULOC}\">Adult ICU-LOC Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultICULOC-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 35</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultNonICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultNonICU}\">Adult Non-ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultNonICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 302</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPCU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultPCU}\">Adult PCU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPCU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultMTMS-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultMTMS}\">Adult MT/MS Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultMTMS-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 3</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultObs-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultObs}\">Adult OBS Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultObs-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsTotal-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsTotal}\">Peds Total Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsTotal-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsICU}\">Peds ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsICULOC-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsICULOC}\">Peds ICU-LOC Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsICULOC-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsNonICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsNonICU}\">Peds Non-ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsNonICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPCU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsPCU}\">Peds PCU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPCU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsMTMS-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsMTMS}\">Peds MT/MS Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsMTMS-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsObs-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsObs}\">Peds OBS Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsObs-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 145</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyTotal-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SpecialtyTotal}\">Specialty Total Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyTotal-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyNonCrib-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SpecialtyNonCrib}\">Specialty (Non-Crib) Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyNonCrib-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>OB-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes OB}\">Specialty OB Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>OB-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU}\">Specialty NICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU4-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU4}\">Specialty NICU 4 Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU4-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU3}\">Specialty NICU 3 Occupied Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3Plus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU3Plus}\">Specialty NICU 3 Plus Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3Plus-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU2-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU2}\">Specialty NICU 2 Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU2-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>Nursery-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes Nursery}\">Specialty Nursery Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Nursery-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU1-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NICU1}\">Specialty NICU 1 Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU1-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 36</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPsych-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultPsych}\">Specialty Adult Psych Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPsych-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPsych-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsPsych}\">Specialty Peds Psych Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPsych-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>Rehab-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes Rehab}\">Specialty Rehab Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Rehab-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 30</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveTotal-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeActiveTotal}\">Surge Total Active Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveTotal-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotal-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeInactiveTotal}\">Surge Total Inactive Occupied Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotal-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeActiveICU}\">Surge ICU Active Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeInactiveICU}\">Surge ICU Inactive Occupied Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeActiveNonICU}\">Surge Non-ICU Active Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICU-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes SurgeInactiveNonICU}\">Surge Non-ICU Inactive Occupied Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICU-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>Burn-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes Burn}\">Burn Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Burn-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NegativePressure-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes NegativePressure}\">Neg Pressure Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NegativePressure-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 10</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultED-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes AdultED}\">Adult ED Total Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultED-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 30</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsED-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes PedsED}\">Peds ED Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsED-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 30</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>TotalED-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes TotalED}\">Total ED Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>TotalED-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 30</p></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
                  "code" : "continuous-variable",
                  "display" : "Continuous Variable"
                }
              ]
            }
          },
          {
            "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-dataLocation",
            "valueReference" : {
              "reference" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983"
            }
          }
        ],
        "status" : "complete",
        "type" : "individual",
        "measure" : "http://hl7.org/fhir/us/safr/Measure/BedCapacityMeasure|1.0.0-ballot",
        "subject" : {
          "reference" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983",
          "display" : "Memorial Hospital Facility"
        },
        "date" : "2025-03-05T08:15:00-05:00",
        "reporter" : {
          "reference" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981",
          "display" : "Memorial Hospital"
        },
        "period" : {
          "start" : "2025-03-05T00:00:00-05:00",
          "end" : "2025-03-05T23:59:59-05:00"
        },
        "improvementNotation" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
              "code" : "increase",
              "display" : "Increased score indicates improvement"
            }
          ]
        },
        "group" : [
          {
            "id" : "bed-capacity-reporting-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "BedCapacityReporting",
                  "display" : "Bed Capacity Reporting"
                }
              ]
            },
            "population" : [
              {
                "id" : "Bed-capacity-reporting-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 182
              }
            ]
          },
          {
            "id" : "AllBeds-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AllBeds",
                  "display" : "All Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "Beds-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 182
              }
            ]
          },
          {
            "id" : "AdultTotal-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultTotal",
                  "display" : "Adult Total Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultTotal-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 182
              }
            ]
          },
          {
            "id" : "AdultICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultICU",
                  "display" : "Adult ICU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 34
              }
            ]
          },
          {
            "id" : "AdultICULOC-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultICULOC",
                  "display" : "Adult ICU-LOC Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultICULOC-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 35
              }
            ]
          },
          {
            "id" : "AdultNonICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultNonICU",
                  "display" : "Adult Non-ICU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultNonICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 302
              }
            ]
          },
          {
            "id" : "AdultPCU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultPCU",
                  "display" : "Adult PCU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPCU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "AdultMTMS-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultMTMS",
                  "display" : "Adult MT/MS Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultMTMS-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 3
              }
            ]
          },
          {
            "id" : "AdultObs-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultObs",
                  "display" : "Adult OBS Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultObs-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsTotal-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsTotal",
                  "display" : "Peds Total Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsTotal-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsICU",
                  "display" : "Peds ICU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsICULOC-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsICULOC",
                  "display" : "Peds ICU-LOC Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsICULOC-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsNonICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsNonICU",
                  "display" : "Peds Non-ICU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsNonICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsPCU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsPCU",
                  "display" : "Peds PCU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPCU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsMTMS-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsMTMS",
                  "display" : "Peds MT/MS Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsMTMS-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "PedsObs-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsObs",
                  "display" : "Peds OBS Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsObs-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 145
              }
            ]
          },
          {
            "id" : "SpecialtyTotal-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SpecialtyTotal",
                  "display" : "Specialty Total Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyTotal-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "SpecialtyNonCrib-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SpecialtyNonCrib",
                  "display" : "Specialty (Non-Crib) Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyNonCrib-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "OB-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "OB",
                  "display" : "Specialty OB Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "OB-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU",
                  "display" : "Specialty NICU Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU4-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU4",
                  "display" : "Specialty NICU 4 Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU4-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU3-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU3",
                  "display" : "Specialty NICU 3 Occupied Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU3Plus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU3Plus",
                  "display" : "Specialty NICU 3 Plus Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3Plus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU2-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU2",
                  "display" : "Specialty NICU 2 Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU2-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "Nursery-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "Nursery",
                  "display" : "Specialty Nursery Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "Nursery-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "NICU1-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NICU1",
                  "display" : "Specialty NICU 1 Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU1-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 36
              }
            ]
          },
          {
            "id" : "AdultPsych-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultPsych",
                  "display" : "Specialty Adult Psych Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPsych-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ]
          },
          {
            "id" : "PedsPsych-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsPsych",
                  "display" : "Specialty Peds Psych Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPsych-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ]
          },
          {
            "id" : "Rehab-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "Rehab",
                  "display" : "Specialty Rehab Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "Rehab-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 30
              }
            ]
          },
          {
            "id" : "SurgeActiveTotal-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeActiveTotal",
                  "display" : "Surge Total Active Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveTotal-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ]
          },
          {
            "id" : "SurgeInactiveTotal-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeInactiveTotal",
                  "display" : "Surge Total Inactive Occupied Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveTotal-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ]
          },
          {
            "id" : "SurgeActiveICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeActiveICU",
                  "display" : "Surge ICU Active Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "SurgeInactiveICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeInactiveICU",
                  "display" : "Surge ICU Inactive Occupied Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "SurgeActiveNonICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeActiveNonICU",
                  "display" : "Surge Non-ICU Active Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveNonICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "SurgeInactiveNonICU-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "SurgeInactiveNonICU",
                  "display" : "Surge Non-ICU Inactive Occupied Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveNonICU-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "Burn-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "Burn",
                  "display" : "Burn Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "Burn-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "NegativePressure-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "NegativePressure",
                  "display" : "Neg Pressure Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "NegativePressure-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 10
              }
            ]
          },
          {
            "id" : "AdultED-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "AdultED",
                  "display" : "Adult ED Total Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultED-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 30
              }
            ]
          },
          {
            "id" : "PedsED-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "PedsED",
                  "display" : "Peds ED Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsED-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 30
              }
            ]
          },
          {
            "id" : "TotalED-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-group-example-codes",
                  "code" : "TotalED",
                  "display" : "Total ED Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "TotalED-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 30
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983",
      "resource" : {
        "resourceType" : "Location",
        "id" : "MemorialHospitalFacility",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_MemorialHospitalFacility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location MemorialHospitalFacility</b></p><a name=\"MemorialHospitalFacility\"> </a><a name=\"hcMemorialHospitalFacility\"> </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/qicore/STU6/StructureDefinition-qicore-location.html\">QICore Location</a></p></div><p><b>identifier</b>: <code>http://example.org/fhir/location-identifier</code>/MEM-MAIN</p><p><b>status</b>: Active</p><p><b>name</b>: Memorial Hospital Main Campus</p><p><b>description</b>: Main hospital campus including ICU, ED, and Pediatric units</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>address</b>: 123 Healthcare Drive Springfield IL 62701 USA </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38981\">Organization Memorial Hospital</a></p></div>"
        },
        "identifier" : [
          {
            "system" : "http://example.org/fhir/location-identifier",
            "value" : "MEM-MAIN"
          }
        ],
        "status" : "active",
        "name" : "Memorial Hospital Main Campus",
        "description" : "Main hospital campus including ICU, ED, and Pediatric units",
        "mode" : "instance",
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code" : "HOSP",
                "display" : "Hospital"
              }
            ]
          }
        ],
        "address" : {
          "line" : [
            "123 Healthcare Drive"
          ],
          "city" : "Springfield",
          "state" : "IL",
          "postalCode" : "62701",
          "country" : "USA"
        },
        "physicalType" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
              "version" : "2.0.1",
              "code" : "bu",
              "display" : "Building"
            }
          ]
        },
        "managingOrganization" : {
          "reference" : "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981"
        }
      }
    }
  ]
}