BasicHospitalBedSituationSe

Introduction

BasicUnitBedSituationSe is based on the Basic resource in FHIR R4.

Intended Use

For the given hospital, return bed overview information including the following:

  • Prognosis for responsible units.
  • Emergency situation.
  • Likely admissions.
  • Transfers to other hospitals.

This information can be used to get an overview of the bed situation in a hospital. The intended users of the information provided in this API are healthcare professionals and administrators.

Specific Rules and Limitations

Type Description
Rule N/A

Profile Overview

BasicHospitalBedSituationSe

createdΣ0..1date

Versions

COS version Profile version Required COSMIC version Date Description
3.0.0 1.0.0 R8.3.05 Oct 2021 Initial version, support for GET and search

Extensions

Extension Data type Description
SpecificPrognosis complex prognosis of number of patients and available beds for a specific date and time
TransferToOtherHospital complex Current number of patients whom are planned to be transferred from one hospital to another hospital
EmergencySituation complex Current number of patients for each responsible unit at emergency units located in the hospital
LikelyAdmission complex Current number of patients whom are likely to be admitted to inpatient care

Supported Operations

HTTP Methods

Method Description
GET serach for current and near future prognosis of the bed situation for a specified unit

Supported Queries

  1. GET [baseURL]/Basic/_search?subject={}&_profile={} (search)

Query Operations

Search Parameters

Parameter Format Comment
Subject string internal unit ID
_profile string Canonical url for specific profile (https://fhir.cambio.se/StructureDefinition/BasicHospitalBedSituationSe/v1)

Error Codes

Common error messages : see Error handling section

Specific error messages for BasicHospitalBedSituationSe are listed below.

Code error message Description
400 subject is mandatory cause: empty subject
400 Invalid resource type for the parameter cause: not provided a value for _profile