US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide
1.0.0 - STU 1 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 - HRD Measure Report Bundle Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "HRDMeasureReportBundle",
  "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-3d1c14d38985",
      "resource" : {
        "resourceType" : "MeasureReport",
        "id" : "HRDMeasureReport",
        "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_HRDMeasureReport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport HRDMeasureReport</b></p><a name=\"HRDMeasureReport\"> </a><a name=\"hcHRDMeasureReport\"> </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>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-HRDMeasureExample.html\">HRD Measureversion: 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>numInPtBeds-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBeds}\">Number Inpatient Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBeds-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>: 100</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmUnk}\">Number new confirmed Covid-19 age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmUnk}\">Number new confirmed Flu age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmUnk}\">Number new confirmed RSV age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>N95MaskSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes N95MaskSupplyDays}\">Days supply of N95 masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>surgMaskSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes surgMaskSupplyDays}\">or surgical masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>shieldSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes shieldSupplyDays}\">Days supply of face shields</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gownSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gownSupplyDays}\">Days supply of gowns</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gloveSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gloveSupplyDays}\">Days supply of gloves</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>N95Mask3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes N95Mask3DaySupply}\">3-day supply of N95 masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>surgMask3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes surgMask3DaySupply}\">3-day supply of surgical masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>shield3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes shield3DaySupply}\">3-day supply of face shields</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gown3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gown3DaySupply}\">3-day supply of gowns</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>glove3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes glove3DaySupply}\">3-day supply of gloves</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsAdult}\">Number Inpatient Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsAdult-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>: 80</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19HospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19HospPatsAdult}\">Number confirmed Covid-19 adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluHospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluHospPatsAdult}\">Number confirmed Flu adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVHospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVHospPatsAdult}\">Number confirmed RSV adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult18to49}\">Number new confirmed Covid-19 adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult50to64}\">Number new confirmed Covid-19 adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult65to74}\">Number new confirmed Covid-19 adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult75plus}\">Number new confirmed Covid-19 adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult18to49}\">Number new confirmed Flu adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult50to64}\">Number new confirmed Flu adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult65to74}\">Number new confirmed Flu adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult75plus}\">Number new confirmed Flu adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult18to49}\">Number new confirmed RSV adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult50to64}\">Number new confirmed RSV adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult65to74}\">Number new confirmed RSV adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult75plus}\">Number new confirmed RSV adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsPed}\">Number Inpatient Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19HospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19HospPatsPed}\">Number confirmed Covid-19 pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluHospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluHospPatsPed}\">Number confirmed Flu pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVHospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVHospPatsPed}\">Number confirmed RSV pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmPed0to4}\">Number new confirmed Covid-19 pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmPed5to17}\">Number new confirmed Covid-19 pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmPed0to4}\">Number new confirmed Flu pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmPed5to17}\">Number new confirmed Flu pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmPed0to4}\">Number new confirmed RSV pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmPed5to17}\">Number new confirmed RSV pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBeds-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBeds}\">Number ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBeds-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>numICUBedsAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsAdult}\">Number ICU Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsAdult-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><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19ICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19ICUPatsAdult}\">Number confirmed Covid-19 adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluICUPatsAdult}\">Number confirmed Flu adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVICUPatsAdult}\">Number confirmed RSV adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsPed}\">Number ICU Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsPed-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><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19ICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19ICUPatsPed}\">Number confirmed Covid-19 pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluICUPatsPed}\">Number confirmed Flu pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVICUPatsPed}\">Number confirmed RSV pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOcc-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOcc}\">Number Inpatient Occupancy Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOcc-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>: 100</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOccAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOccAdult}\">Number Inpatient Occupancy Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOccAdult-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>: 80</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOccPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOccPed}\">Number Inpatient Occupancy Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOccPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsOcc-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOcc}\">Number ICU Occupancy Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOcc-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>numICUBedsOccAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOccAdult}\">Number ICU Occupancy Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOccAdult-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>numICUBedsOccPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOccPed}\">Number ICU Occupancy Pediatric Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOccPed-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"
                }
              ]
            }
          }
        ],
        "status" : "complete",
        "type" : "individual",
        "measure" : "http://hl7.org/fhir/us/safr/Measure/HRDMeasureExample|1.0.0",
        "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" : "numInPtBeds-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBeds",
                  "display" : "Number Inpatient Beds"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBeds-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 100
              }
            ],
            "stratifier" : [
              {
                "id" : "numConfC19NewAdmUnk-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmUnk"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmUnk-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmUnk"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmUnk-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmUnk"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "N95MaskSupplyDays-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "N95MaskSupplyDays"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "surgMaskSupplyDays-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "surgMaskSupplyDays"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "shieldSupplyDays-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "shieldSupplyDays"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "gownSupplyDays-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "gownSupplyDays"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "gloveSupplyDays-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "gloveSupplyDays"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "N95Mask3DaySupply-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "N95Mask3DaySupply"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "surgMask3DaySupply-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "surgMask3DaySupply"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "shield3DaySupply-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "shield3DaySupply"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "gown3DaySupply-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "gown3DaySupply"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              },
              {
                "id" : "glove3DaySupply-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "glove3DaySupply"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "coding" : [
                        {
                          "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
                          "code" : "P0D--0D"
                        }
                      ]
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "numInPtBedsAdult-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBedsAdult"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBedsAdult-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 80
              }
            ],
            "stratifier" : [
              {
                "id" : "numConfC19HospPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19HospPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluHospPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluHospPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVHospPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVHospPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmAdult18to49-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmAdult18to49"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmAdult50to64-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmAdult50to64"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmAdult65to74-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmAdult65to74"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmAdult75plus-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmAdult75plus"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmAdult18to49-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmAdult18to49"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmAdult50to64-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmAdult50to64"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmAdult65to74-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmAdult65to74"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmAdult75plus-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmAdult75plus"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmAdult18to49-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmAdult18to49"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmAdult50to64-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmAdult50to64"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmAdult65to74-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmAdult65to74"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmAdult75plus-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmAdult75plus"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "numInPtBedsPed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBedsPed"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBedsPed-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ],
            "stratifier" : [
              {
                "id" : "numConfC19HospPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19HospPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluHospPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluHospPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVHospPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVHospPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmPed0to4-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmPed0to4"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfC19NewAdmPed5to17-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19NewAdmPed5to17"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmPed0to4-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmPed0to4"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluNewAdmPed5to17-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluNewAdmPed5to17"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmPed0to4-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmPed0to4"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVNewAdmPed5to17-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVNewAdmPed5to17"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "numICUBeds-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBeds"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBeds-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "numICUBedsAdult-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBedsAdult"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBedsAdult-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ],
            "stratifier" : [
              {
                "id" : "numConfC19ICUPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19ICUPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluICUPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluICUPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVICUPatsAdult-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVICUPatsAdult"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "numICUBedsPed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBedsPed"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBedsPed-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ],
            "stratifier" : [
              {
                "id" : "numConfC19ICUPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfC19ICUPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfFluICUPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfFluICUPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              },
              {
                "id" : "numConfRSVICUPatsPed-stratifier",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                        "code" : "numConfRSVICUPatsPed"
                      }
                    ]
                  }
                ],
                "stratum" : [
                  {
                    "value" : {
                      "text" : "0"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "numInPtBedsOcc-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBedsOcc"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBedsOcc-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 100
              }
            ]
          },
          {
            "id" : "numInPtBedsOccAdult-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBedsOccAdult"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBedsOccAdult-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 80
              }
            ]
          },
          {
            "id" : "numInPtBedsOccPed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numInPtBedsOccPed"
                }
              ]
            },
            "population" : [
              {
                "id" : "numInPtBedsOccPed-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 20
              }
            ]
          },
          {
            "id" : "numICUBedsOcc-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBedsOcc"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBedsOcc-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "numICUBedsOccAdult-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBedsOccAdult"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBedsOccAdult-initial-population",
                "code" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                      "code" : "initial-population",
                      "display" : "Initial Population"
                    }
                  ]
                },
                "count" : 0
              }
            ]
          },
          {
            "id" : "numICUBedsOccPed-capacity-group",
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes",
                  "code" : "numICUBedsOccPed"
                }
              ]
            },
            "population" : [
              {
                "id" : "numICUBedsOccPed-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://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes 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://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
                "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"
        }
      }
    }
  ]
}