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

US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-safr/ and changes regularly. See the Directory of published versions

: BedCapacityExampleCS - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "us-safr-bed-capacity-example-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem us-safr-bed-capacity-example-codes</b></p><a name=\"us-safr-bed-capacity-example-codes\"> </a><a name=\"hcus-safr-bed-capacity-example-codes\"> </a><p>This case-insensitive code system <code>http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">HOSP<a name=\"us-safr-bed-capacity-example-codes-HOSP\"> </a></td><td>Hospital</td><td>Hospital Facility</td></tr><tr><td style=\"white-space:nowrap\">IRF<a name=\"us-safr-bed-capacity-example-codes-IRF\"> </a></td><td>Inpatient Rehabilitation</td><td>Inpatient Rehabilitation Facility</td></tr><tr><td style=\"white-space:nowrap\">IPF<a name=\"us-safr-bed-capacity-example-codes-IPF\"> </a></td><td>Inpatient Psychiatric</td><td>Inpatient Psychiatric Facility</td></tr><tr><td style=\"white-space:nowrap\">CHLD<a name=\"us-safr-bed-capacity-example-codes-CHLD\"> </a></td><td>Children's or Pediatric</td><td>Children's or Pediatric Facility</td></tr><tr><td style=\"white-space:nowrap\">OTH<a name=\"us-safr-bed-capacity-example-codes-OTH\"> </a></td><td>Other facility-within-facility or subunit</td><td>Other facility-within-facility or subunit</td></tr><tr><td style=\"white-space:nowrap\">ICU<a name=\"us-safr-bed-capacity-example-codes-ICU\"> </a></td><td>Intensive Care Unit</td><td>Intensive Care Unit</td></tr><tr><td style=\"white-space:nowrap\">ED<a name=\"us-safr-bed-capacity-example-codes-ED\"> </a></td><td>Emergency Department</td><td>Emergency Department</td></tr><tr><td style=\"white-space:nowrap\">PEDS<a name=\"us-safr-bed-capacity-example-codes-PEDS\"> </a></td><td>Pediatric</td><td>Pediatric</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.53.16.5"
    }
  ],
  "version" : "1.0.0",
  "name" : "BedCapacityExampleCS",
  "title" : "Healthcare Bed Capacity Reporting Code System",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-03-31T13:23:39+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This CodeSystem defines coded concepts for Healthcare Capacity reporting to US SAFR. This is an example CodeSystem and is experimental, and is expected to be replaced by LOINC codes once they have been assigned.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "HOSP",
      "display" : "Hospital",
      "definition" : "Hospital Facility"
    },
    {
      "code" : "IRF",
      "display" : "Inpatient Rehabilitation",
      "definition" : "Inpatient Rehabilitation Facility"
    },
    {
      "code" : "IPF",
      "display" : "Inpatient Psychiatric",
      "definition" : "Inpatient Psychiatric Facility"
    },
    {
      "code" : "CHLD",
      "display" : "Children's or Pediatric",
      "definition" : "Children's or Pediatric Facility"
    },
    {
      "code" : "OTH",
      "display" : "Other facility-within-facility or subunit",
      "definition" : "Other facility-within-facility or subunit"
    },
    {
      "code" : "ICU",
      "display" : "Intensive Care Unit",
      "definition" : "Intensive Care Unit"
    },
    {
      "code" : "ED",
      "display" : "Emergency Department",
      "definition" : "Emergency Department"
    },
    {
      "code" : "PEDS",
      "display" : "Pediatric",
      "definition" : "Pediatric"
    }
  ]
}