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 - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HospitalBedCapacityReportBundle"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-measurereport-bundle"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-measurereport-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2025-03-05T08:15:00-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981"^^xsd:anyURI ;
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981>     ] ;
    ( fhir:resource <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38982"^^xsd:anyURI ;
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38982>     ] ;
    ( fhir:resource <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38982> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38984"^^xsd:anyURI ;
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38984>     ] ;
    ( fhir:resource <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38984> )
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983"^^xsd:anyURI ;
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983>     ] ;
    ( fhir:resource <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983> )
  ] ) . # 

<urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981> a fhir:Organization ;
  fhir:id [ fhir:v "MemorialHospitalOrganization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-submitting-organization"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-submitting-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://www.cdc.gov/nhsn/OrgID"^^xsd:anyURI ;
fhir:l <https://www.cdc.gov/nhsn/OrgID>     ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>       ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Memorial Hospital"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-555-123-4567" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "123 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Springfield" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "62701" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . # 

<urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38982> a fhir:Device ;
  fhir:id [ fhir:v "cqf-tooling"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystemdevice|1.0.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystemdevice?version=1.0.0>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:manufacturer [ fhir:v "CQFramework"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "cqf-tooling" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/software-system-type-codes"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/software-system-type-codes>       ] ;
fhir:code [ fhir:v "tooling" ]     ] )
  ] ; # 
  fhir:version ( [
fhir:value [ fhir:v "3.1.0-SNAPSHOT" ]
  ] ) . # 

<urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38984> a fhir:MeasureReport ;
  fhir:id [ fhir:v "BedCapacityMeasureReport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-scoring"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-scoring>         ] ;
fhir:code [ fhir:v "continuous-variable" ] ;
fhir:display [ fhir:v "Continuous Variable" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-dataLocation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-dataLocation>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983> ;
fhir:reference [ fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "complete"] ; # 
  fhir:type [ fhir:v "individual"] ; # 
  fhir:measure [
fhir:v "http://hl7.org/fhir/us/safr/Measure/BedCapacityMeasure|1.0.0-ballot"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/Measure/BedCapacityMeasure?version=1.0.0-ballot>
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983> ;
fhir:reference [ fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983" ] ;
fhir:display [ fhir:v "Memorial Hospital Facility" ]
  ] ; # 
  fhir:date [ fhir:v "2025-03-05T08:15:00-05:00"^^xsd:dateTime] ; # 
  fhir:reporter [
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981> ;
fhir:reference [ fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981" ] ;
fhir:display [ fhir:v "Memorial Hospital" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-03-05T00:00:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-03-05T23:59:59-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:improvementNotation [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-improvement-notation>       ] ;
fhir:code [ fhir:v "increase" ] ;
fhir:display [ fhir:v "Increased score indicates improvement" ]     ] )
  ] ; # 
  fhir:group ( [
fhir:id [ fhir:v "AllBedsOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AllBedsOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AllBedsOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AllBedsUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AllBedsUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AllBedsUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultTotalOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultTotalOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultTotalOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultTotalUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultTotalUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultTotalUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultICULOCOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultICULOCOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultICULOCOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultNonICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultNonICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultNonICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultNonICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultNonICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultNonICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultPCUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultPCUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultPCUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultPCUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultPCUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultPCUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultMTMSOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultMTMSOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultMTMSOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultMTMSUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultMTMSUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultMTMSUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultObsOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultObsOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultObsOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultObsUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultObsUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultObsUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsTotalOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsTotalOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsTotalOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsTotalUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsTotalUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsTotalUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsICULOCOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsICULOCOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsICULOCOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsNonICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsNonICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsNonICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsNonICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsNonICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsNonICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsPCUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsPCUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsPCUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsPCUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsPCUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsPCUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsMTMSOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsMTMSOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsMTMSOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsMTMSUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsMTMSUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsMTMSUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsObsOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsObsOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsObsOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsObsUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsObsUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsObsUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SpecialtyTotalOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SpecialtyTotalOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SpecialtyTotalOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SpecialtyTotalUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SpecialtyTotalUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SpecialtyTotalUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SpecialtyNonCribOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SpecialtyNonCribOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SpecialtyNonCribOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SpecialtyNonCribUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SpecialtyNonCribUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SpecialtyNonCribUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "OBOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "OBOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "OBOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "OBUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "OBUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "OBUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU4Occupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU4Occupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU4Occupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU4Unoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU4Unoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU4Unoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU3Unoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU3Unoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU3Unoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU3PlusOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU3PlusOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU3PlusOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU3PlusUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU3PlusUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU3PlusUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU3Occupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU3Occupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU3Occupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU2Occupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU2Occupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU2Occupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU2Unoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU2Unoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU2Unoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NurseryOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NurseryOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NurseryOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NurseryUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NurseryUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NurseryUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU1Occupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU1Occupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU1Occupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NICU1Unoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NICU1Unoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NICU1Unoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultPsychOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultPsychOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultPsychOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultPsychUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultPsychUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultPsychUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsPsychOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsPsychOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsPsychOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsPsychUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsPsychUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsPsychUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "RehabOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "RehabOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "RehabOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "RehabUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "RehabUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "RehabUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveTotalOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveTotalOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveTotalOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveTotalUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveTotalUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveTotalUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeInactiveTotalOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeInactiveTotalOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeInactiveTotalOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeInactiveTotalUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeInactiveTotalUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeInactiveTotalUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeInactiveICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeInactiveICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeInactiveICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveNonICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveNonICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveNonICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeActiveNonICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeActiveNonICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeActiveNonICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeInactiveNonICUOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeInactiveNonICUOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeInactiveNonICUOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "SurgeInactiveNonICUUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "SurgeInactiveNonICUUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "SurgeInactiveNonICUUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "BurnOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "BurnOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "BurnOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "BurnUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "BurnUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "BurnUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NegativePressureOccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NegativePressureOccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NegativePressureOccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "NegativePressureUnoccupied-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "NegativePressureUnoccupied" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "NegativePressureUnoccupied-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultEDCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultEDCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultEDCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "AdultEDAdmittedCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "AdultEDAdmittedCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "AdultEDAdmittedCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsEDCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsEDCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsEDCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "PedsEDAdmittedCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "PedsEDAdmittedCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "PedsEDAdmittedCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "TotalEDCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "TotalEDCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "TotalEDCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] [
fhir:id [ fhir:v "TotalEDAdmittedCensus-bed-capacity-group" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes>         ] ;
fhir:code [ fhir:v "TotalEDAdmittedCensus" ]       ] )     ] ;
    ( fhir:population [
fhir:id [ fhir:v "TotalEDAdmittedCensus-initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/measure-population>           ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ]         ] )       ] ;
fhir:count [ fhir:v 0 ]     ] )
  ] ) . # 

<urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38983> a fhir:Location ;
  fhir:id [ fhir:v "MemorialHospitalFacility"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/location-identifier"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/location-identifier>     ] ;
fhir:value [ fhir:v "MEM-MAIN" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Memorial Hospital Main Campus"] ; # 
  fhir:description [ fhir:v "Main hospital campus including ICU, ED, and Pediatric units"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>       ] ;
fhir:code [ fhir:v "HOSP" ] ;
fhir:display [ fhir:v "Hospital" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "123 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Springfield" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "62701" ] ;
fhir:country [ fhir:v "USA" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type>       ] ;
fhir:version [ fhir:v "2.0.1" ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981> ;
fhir:reference [ fhir:v "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981" ]
  ] . #