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
@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 "HRDMeasureReportBundle"] ; # 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-3d1c14d38985"^^xsd:anyURI ; fhir:l <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38985> ] ; ( fhir:resource <urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38985> ) ] [ 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-3d1c14d38985> a fhir:MeasureReport ; fhir:id [ fhir:v "HRDMeasureReport"] ; # 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_HRDMeasureReport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport HRDMeasureReport</b></p><a name=\"HRDMeasureReport\"> </a><a name=\"hcHRDMeasureReport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/davinci-deqm/STU5/StructureDefinition-indv-measurereport-deqm.html\">DEQM Individual MeasureReport Profile</a></p></div><p><b>DEQM Measure Scoring Extension</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring continuous-variable}\">Continuous Variable</span></p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-HRDMeasureExample.html\">HRD Measureversion: null1.0.0)</a></p><p><b>subject</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38983\">Memorial Hospital Facility</a></p><p><b>date</b>: 2025-03-05 08:15:00-0500</p><p><b>reporter</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38981\">Memorial Hospital</a></p><p><b>period</b>: 2025-03-05 00:00:00-0500 --> 2025-03-05 23:59:59-0500</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBeds-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBeds}\">Number Inpatient Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBeds-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 100</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmUnk}\">Number new confirmed Covid-19 age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmUnk}\">Number new confirmed Flu age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmUnk-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmUnk}\">Number new confirmed RSV age unknown</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>N95MaskSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes N95MaskSupplyDays}\">Days supply of N95 masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>surgMaskSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes surgMaskSupplyDays}\">or surgical masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>shieldSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes shieldSupplyDays}\">Days supply of face shields</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gownSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gownSupplyDays}\">Days supply of gowns</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gloveSupplyDays-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gloveSupplyDays}\">Days supply of gloves</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>N95Mask3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes N95Mask3DaySupply}\">3-day supply of N95 masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>surgMask3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes surgMask3DaySupply}\">3-day supply of surgical masks</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>shield3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes shield3DaySupply}\">3-day supply of face shields</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>gown3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes gown3DaySupply}\">3-day supply of gowns</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>glove3DaySupply-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes glove3DaySupply}\">3-day supply of gloves</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/time-period-ranges P0D--0D}\">P0D--0D</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsAdult}\">Number Inpatient Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsAdult-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 80</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19HospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19HospPatsAdult}\">Number confirmed Covid-19 adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluHospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluHospPatsAdult}\">Number confirmed Flu adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVHospPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVHospPatsAdult}\">Number confirmed RSV adult hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult18to49}\">Number new confirmed Covid-19 adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult50to64}\">Number new confirmed Covid-19 adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult65to74}\">Number new confirmed Covid-19 adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmAdult75plus}\">Number new confirmed Covid-19 adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult18to49}\">Number new confirmed Flu adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult50to64}\">Number new confirmed Flu adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult65to74}\">Number new confirmed Flu adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmAdult75plus}\">Number new confirmed Flu adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult18to49-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult18to49}\">Number new confirmed RSV adult ages 18 to 49</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult50to64-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult50to64}\">Number new confirmed RSV adult ages 50 to 64</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult65to74-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult65to74}\">Number new confirmed RSV adult ages 65 to 74</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmAdult75plus-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmAdult75plus}\">Number new confirmed RSV adult ages 75 plus</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsPed}\">Number Inpatient Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19HospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19HospPatsPed}\">Number confirmed Covid-19 pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluHospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluHospPatsPed}\">Number confirmed Flu pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVHospPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVHospPatsPed}\">Number confirmed RSV pediatric hospital patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmPed0to4}\">Number new confirmed Covid-19 pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19NewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19NewAdmPed5to17}\">Number new confirmed Covid-19 pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmPed0to4}\">Number new confirmed Flu pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluNewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluNewAdmPed5to17}\">Number new confirmed Flu pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmPed0to4-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmPed0to4}\">Number new confirmed RSV pediatric ages 0 to 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVNewAdmPed5to17-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVNewAdmPed5to17}\">Number new confirmed RSV pediatric ages 5 to 17</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBeds-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBeds}\">Number ICU Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBeds-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsAdult}\">Number ICU Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsAdult-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19ICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19ICUPatsAdult}\">Number confirmed Covid-19 adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluICUPatsAdult}\">Number confirmed Flu adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVICUPatsAdult-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVICUPatsAdult}\">Number confirmed RSV adult ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsPed}\">Number ICU Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfC19ICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfC19ICUPatsPed}\">Number confirmed Covid-19 pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfFluICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfFluICUPatsPed}\">Number confirmed Flu pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>numConfRSVICUPatsPed-stratifier</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numConfRSVICUPatsPed}\">Number confirmed RSV pediatric ICU patients</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">0</span></td></tr></table></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOcc-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOcc}\">Number Inpatient Occupancy Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOcc-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 100</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOccAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOccAdult}\">Number Inpatient Occupancy Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOccAdult-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 80</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numInPtBedsOccPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numInPtBedsOccPed}\">Number Inpatient Occupancy Ped Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numInPtBedsOccPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 20</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsOcc-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOcc}\">Number ICU Occupancy Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOcc-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsOccAdult-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOccAdult}\">Number ICU Occupancy Adult Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOccAdult-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote></blockquote><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>numICUBedsOccPed-capacity-group</blockquote><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes numICUBedsOccPed}\">Number ICU Occupancy Pediatric Beds</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numICUBedsOccPed-initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote></blockquote></div>"^^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:status [ fhir:v "complete"] ; # fhir:type [ fhir:v "individual"] ; # fhir:measure [ fhir:v "http://hl7.org/fhir/us/safr/Measure/HRDMeasureExample|1.0.0"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/Measure/HRDMeasureExample?version=1.0.0> ] ; # 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 "numInPtBeds-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBeds" ] ; fhir:display [ fhir:v "Number Inpatient Beds" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBeds-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 100 ] ] ) ; ( fhir:stratifier [ fhir:id [ fhir:v "numConfC19NewAdmUnk-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmUnk" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmUnk-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmUnk" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmUnk-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmUnk" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "N95MaskSupplyDays-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "N95MaskSupplyDays" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "surgMaskSupplyDays-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "surgMaskSupplyDays" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "shieldSupplyDays-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "shieldSupplyDays" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "gownSupplyDays-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "gownSupplyDays" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "gloveSupplyDays-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "gloveSupplyDays" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "N95Mask3DaySupply-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "N95Mask3DaySupply" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "surgMask3DaySupply-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "surgMask3DaySupply" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "shield3DaySupply-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "shield3DaySupply" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "gown3DaySupply-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "gown3DaySupply" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] [ fhir:id [ fhir:v "glove3DaySupply-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "glove3DaySupply" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges> ] ; fhir:code [ fhir:v "P0D--0D" ] ] ) ] ] ) ] ) ] [ fhir:id [ fhir:v "numInPtBedsAdult-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBedsAdult" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBedsAdult-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 80 ] ] ) ; ( fhir:stratifier [ fhir:id [ fhir:v "numConfC19HospPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19HospPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluHospPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluHospPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVHospPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVHospPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmAdult18to49-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmAdult18to49" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmAdult50to64-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmAdult50to64" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmAdult65to74-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmAdult65to74" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmAdult75plus-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmAdult75plus" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmAdult18to49-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmAdult18to49" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmAdult50to64-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmAdult50to64" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmAdult65to74-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmAdult65to74" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmAdult75plus-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmAdult75plus" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmAdult18to49-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmAdult18to49" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmAdult50to64-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmAdult50to64" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmAdult65to74-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmAdult65to74" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmAdult75plus-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmAdult75plus" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] ) ] [ fhir:id [ fhir:v "numInPtBedsPed-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBedsPed" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBedsPed-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 20 ] ] ) ; ( fhir:stratifier [ fhir:id [ fhir:v "numConfC19HospPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19HospPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluHospPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluHospPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVHospPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVHospPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmPed0to4-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmPed0to4" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfC19NewAdmPed5to17-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19NewAdmPed5to17" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmPed0to4-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmPed0to4" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluNewAdmPed5to17-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluNewAdmPed5to17" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmPed0to4-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmPed0to4" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVNewAdmPed5to17-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVNewAdmPed5to17" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] ) ] [ fhir:id [ fhir:v "numICUBeds-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBeds" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBeds-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 "numICUBedsAdult-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBedsAdult" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBedsAdult-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:stratifier [ fhir:id [ fhir:v "numConfC19ICUPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19ICUPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluICUPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluICUPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVICUPatsAdult-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVICUPatsAdult" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] ) ] [ fhir:id [ fhir:v "numICUBedsPed-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBedsPed" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBedsPed-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:stratifier [ fhir:id [ fhir:v "numConfC19ICUPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfC19ICUPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfFluICUPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfFluICUPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] [ fhir:id [ fhir:v "numConfRSVICUPatsPed-stratifier" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numConfRSVICUPatsPed" ] ] ) ] ) ; ( fhir:stratum [ fhir:value [ fhir:text [ fhir:v "0" ] ] ] ) ] ) ] [ fhir:id [ fhir:v "numInPtBedsOcc-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBedsOcc" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBedsOcc-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 100 ] ] ) ] [ fhir:id [ fhir:v "numInPtBedsOccAdult-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBedsOccAdult" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBedsOccAdult-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 80 ] ] ) ] [ fhir:id [ fhir:v "numInPtBedsOccPed-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numInPtBedsOccPed" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numInPtBedsOccPed-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 20 ] ] ) ] [ fhir:id [ fhir:v "numICUBedsOcc-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBedsOcc" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBedsOcc-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 "numICUBedsOccAdult-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBedsOccAdult" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBedsOccAdult-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 "numICUBedsOccPed-capacity-group" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/safr/CodeSystem/us-safr-hrd-example-codes> ] ; fhir:code [ fhir:v "numICUBedsOccPed" ] ] ) ] ; ( fhir:population [ fhir:id [ fhir:v "numICUBedsOccPed-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://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes HOSP}\">Hospital</span></p><p><b>address</b>: 123 Healthcare Drive Springfield IL 62701 USA </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38981\">Organization Memorial Hospital</a></p></div>"^^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://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 "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" ] ] . #
IG © 2026+ HL7 International / Public Health. Package hl7.fhir.us.safr#1.0.0 based on FHIR 4.0.1. Generated 2026-03-31
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
