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>AllBedsOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AllBedsOccupied}\">All Beds Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AllBedsOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AllBedsUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AllBedsUnoccupied}\">All Beds Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AllBedsUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultTotalOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultTotalOccupied}\">Adult Total Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultTotalOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultTotalUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultTotalUnoccupied}\">Adult Total Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultTotalUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultICUOccupied}\">Adult ICU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultICUUnoccupied}\">Adult ICU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultICULOCOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultICULOCOccupied}\">Adult ICU-LOC Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultICULOCOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultNonICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultNonICUOccupied}\">Adult Non-ICU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultNonICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultNonICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultNonICUUnoccupied}\">Adult Non-ICU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultNonICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPCUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultPCUOccupied}\">Adult PCU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPCUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPCUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultPCUUnoccupied}\">Adult PCU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPCUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultMTMSOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultMTMSOccupied}\">Adult MT/MS Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultMTMSOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultMTMSUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultMTMSUnoccupied}\">Adult MT/MS Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultMTMSUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultObsOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultObsOccupied}\">Adult OBS Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultObsOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultObsUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultObsUnoccupied}\">Adult OBS Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultObsUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsTotalOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsTotalOccupied}\">Peds Total Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsTotalOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsTotalUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsTotalUnoccupied}\">Peds Total Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsTotalUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsICUOccupied}\">Peds ICU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsICUUnoccupied}\">Peds ICU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsICULOCOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsICULOCOccupied}\">Peds ICU-LOC Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsICULOCOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsNonICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsNonICUOccupied}\">Peds Non-ICU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsNonICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsNonICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsNonICUUnoccupied}\">Peds Non-ICU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsNonICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPCUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsPCUOccupied}\">Peds PCU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPCUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPCUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsPCUUnoccupied}\">Peds PCU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPCUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsMTMSOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsMTMSOccupied}\">Peds MT/MS Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsMTMSOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsMTMSUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsMTMSUnoccupied}\">Peds MT/MS Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsMTMSUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsObsOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsObsOccupied}\">Peds OBS Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsObsOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsObsUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsObsUnoccupied}\">Peds OBS Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsObsUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyTotalOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SpecialtyTotalOccupied}\">Specialty Total Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyTotalOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyTotalUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SpecialtyTotalUnoccupied}\">Specialty Total Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyTotalUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyNonCribOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SpecialtyNonCribOccupied}\">Specialty (Non-Crib) Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyNonCribOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SpecialtyNonCribUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SpecialtyNonCribUnoccupied}\">Specialty (Non-Crib) Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SpecialtyNonCribUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>OBOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes OBOccupied}\">Specialty OB Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>OBOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>OBUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes OBUnoccupied}\">Specialty OB Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>OBUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICUOccupied}\">Specialty NICU Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICUUnoccupied}\">Specialty NICU Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU4Occupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU4Occupied}\">Specialty NICU 4 Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU4Occupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU4Unoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU4Unoccupied}\">Specialty NICU 4 Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU4Unoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3Unoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU3Unoccupied}\">Specialty NICU 3 Plus Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3Unoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3PlusOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU3PlusOccupied}\">Specialty NICU 3 Plus Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3PlusOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3PlusUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU3PlusUnoccupied}\">Specialty NICU 3 Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3PlusUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU3Occupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU3Occupied}\">Specialty NICU 3 Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU3Occupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU2Occupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU2Occupied}\">Specialty NICU 2 Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU2Occupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU2Unoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU2Unoccupied}\">Specialty NICU 2 Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU2Unoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NurseryOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NurseryOccupied}\">Specialty Nursery Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NurseryOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NurseryUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NurseryUnoccupied}\">Specialty Nursery Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NurseryUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU1Occupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU1Occupied}\">Specialty NICU 1 Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU1Occupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NICU1Unoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NICU1Unoccupied}\">Specialty NICU 1 Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NICU1Unoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPsychOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultPsychOccupied}\">Specialty Adult Psych Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPsychOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultPsychUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultPsychUnoccupied}\">Specialty Adult Psych Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultPsychUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPsychOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsPsychOccupied}\">Specialty Peds Psych Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPsychOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsPsychUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsPsychUnoccupied}\">Specialty Peds Psych Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsPsychUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>RehabOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes RehabOccupied}\">Specialty Rehab Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>RehabOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>RehabUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes RehabUnoccupied}\">Specialty Rehab Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>RehabUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveTotalOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveTotalOccupied}\">Surge Total Active Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveTotalOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveTotalUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveTotalUnoccupied}\">Surge Total Active Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveTotalUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotalOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeInactiveTotalOccupied}\">Surge Total Inactive Occupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotalOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotalUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeInactiveTotalUnoccupied}\">Surge Total Inactive Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveTotalUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveICUOccupied}\">Surge ICU Active Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveICUUnoccupied}\">Surge ICU Active Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeInactiveICUUnoccupied}\">Surge ICU Inactive Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveNonICUOccupied}\">Surge Non-ICU Active Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeActiveNonICUUnoccupied}\">Surge Non-ICU Active Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeActiveNonICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICUOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeInactiveNonICUOccupied}\">Surge Non-ICU Inactive Occupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICUOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICUUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes SurgeInactiveNonICUUnoccupied}\">Surge Non-ICU Inactive Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>SurgeInactiveNonICUUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>BurnOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes BurnOccupied}\">Burn Bed Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>BurnOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>BurnUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes BurnUnoccupied}\">Burn Bed Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>BurnUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NegativePressureOccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NegativePressureOccupied}\">Neg Pressure Bed Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NegativePressureOccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>NegativePressureUnoccupied-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes NegativePressureUnoccupied}\">Neg Pressure Unoccupied</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>NegativePressureUnoccupied-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultEDCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultEDCensus}\">Adult ED Total Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultEDCensus-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>AdultEDAdmittedCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes AdultEDAdmittedCensus}\">Adult ED Admitted Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>AdultEDAdmittedCensus-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsEDCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsEDCensus}\">Peds ED Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsEDCensus-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>PedsEDAdmittedCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes PedsEDAdmittedCensus}\">Peds ED Admitted Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>PedsEDAdmittedCensus-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>TotalEDCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes TotalEDCensus}\">Total ED Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>TotalEDCensus-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>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>TotalEDAdmittedCensus-bed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes TotalEDAdmittedCensus}\">Total ED Admitted Census</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>TotalEDAdmittedCensus-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>: 0</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" : "AllBedsOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AllBedsOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AllBedsOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AllBedsUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AllBedsUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AllBedsUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultTotalOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultTotalOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultTotalOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultTotalUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultTotalUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultTotalUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultICULOCOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultICULOCOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultICULOCOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultNonICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultNonICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultNonICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultNonICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultNonICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultNonICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultPCUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultPCUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPCUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultPCUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultPCUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPCUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultMTMSOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultMTMSOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultMTMSOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultMTMSUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultMTMSUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultMTMSUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultObsOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultObsOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultObsOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultObsUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultObsUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultObsUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsTotalOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsTotalOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsTotalOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsTotalUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsTotalUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsTotalUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsICULOCOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsICULOCOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsICULOCOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsNonICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsNonICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsNonICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsNonICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsNonICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsNonICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsPCUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsPCUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPCUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsPCUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsPCUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPCUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsMTMSOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsMTMSOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsMTMSOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsMTMSUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsMTMSUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsMTMSUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsObsOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsObsOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsObsOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsObsUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsObsUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsObsUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SpecialtyTotalOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SpecialtyTotalOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyTotalOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SpecialtyTotalUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SpecialtyTotalUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyTotalUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SpecialtyNonCribOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SpecialtyNonCribOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyNonCribOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SpecialtyNonCribUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SpecialtyNonCribUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SpecialtyNonCribUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "OBOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "OBOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "OBOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "OBUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "OBUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "OBUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU4Occupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU4Occupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU4Occupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU4Unoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU4Unoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU4Unoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU3Unoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU3Unoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3Unoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU3PlusOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU3PlusOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3PlusOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU3PlusUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU3PlusUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3PlusUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU3Occupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU3Occupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU3Occupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU2Occupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU2Occupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU2Occupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU2Unoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU2Unoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU2Unoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NurseryOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NurseryOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NurseryOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NurseryUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NurseryUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NurseryUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU1Occupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU1Occupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU1Occupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NICU1Unoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NICU1Unoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NICU1Unoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultPsychOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultPsychOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPsychOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultPsychUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultPsychUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultPsychUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsPsychOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsPsychOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPsychOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsPsychUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsPsychUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsPsychUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "RehabOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "RehabOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "RehabOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "RehabUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "RehabUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "RehabUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveTotalOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveTotalOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveTotalOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveTotalUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveTotalUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveTotalUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeInactiveTotalOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeInactiveTotalOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveTotalOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeInactiveTotalUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeInactiveTotalUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveTotalUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeInactiveICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeInactiveICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveNonICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveNonICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveNonICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeActiveNonICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeActiveNonICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeActiveNonICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeInactiveNonICUOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeInactiveNonICUOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveNonICUOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "SurgeInactiveNonICUUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "SurgeInactiveNonICUUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "SurgeInactiveNonICUUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "BurnOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "BurnOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "BurnOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "BurnUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "BurnUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "BurnUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NegativePressureOccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NegativePressureOccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NegativePressureOccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "NegativePressureUnoccupied-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "NegativePressureUnoccupied"
                }
              ]
            },
            "population" : [
              {
                "id" : "NegativePressureUnoccupied-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultEDCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultEDCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultEDCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "AdultEDAdmittedCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "AdultEDAdmittedCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "AdultEDAdmittedCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsEDCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsEDCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsEDCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "PedsEDAdmittedCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "PedsEDAdmittedCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "PedsEDAdmittedCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "TotalEDCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "TotalEDCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "TotalEDCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "TotalEDAdmittedCensus-bed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                  "code" : "TotalEDAdmittedCensus"
                }
              ]
            },
            "population" : [
              {
                "id" : "TotalEDAdmittedCensus-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          }
        ]
      }
    },
    {
      "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"
        }
      }
    }
  ]
}