Functional area Type Description
Bed overview FHIR The FHIR resource Basic is used to find current and near future prognosis of the bed situation for the requested unit:
  • Overview of the bed situation
  • Find free bed for patients that needs to be admitted
  • In cases of overcrowding act on changes in planned inflow or outflow
  • Transmissions to other hostpitals
  • Find patients outlying at another unit.
Read more about Bed overview in the Cambio Implementation Guide.
Booked appointment FHIR Several different FHIR resource are used to handle information regarding appointments.
Read more about Bookings in the Cambio Implementation Guide.
REST Requests all booked appointments for a patient during the specified time interval. You can also update a booked appointment. The only valid update using this API is to change the status of the appointment to 'arrived'.

Limitations:You cannot register a new booked appointment with this API, or cancel appointments.

Read more about Booked appointment in the REST API Documentation.

Care contacts REST A care contact is an occasion where a contact is made between a care giver and a patient for the delivery of care.
Care contacts gets all care contacts for the given patient.


Read more about Care contacts in the REST API Documentation.
Invoice FHIR The invoice resource contains the payment details related to a single patient visit.

Read more about Invoice in the Cambio Implementation Guide.
Patient information FHIR The FHIR resource Patient is used to communicate administrative information about patients, such as name, gender, birthdate, between different systems.

Read more about Patient in the Cambio Implementation Guide.

REST Provides demographic patient information about a given patient.

Read more about Patient information in the REST API Documentation.

Payment notice REST Payment notice updates the payment status to PAID for a given appointment and for a given patient.

Read more about Payment notice in the REST API Documentation.

Video meetings REST Note: Deprecated - Will be removed in COSMIC 4.1.0
Gets all booked video appointments supporting remote participation through video. The result can be filtered by using a time interval.

Read more about Video meetings in the REST API Documentation.