...
The FHIR server-based services provide endpoints as described in the FHIR RESTful API section Service Base URL depending on which resource types and operations they support and their service base URL. The FHIR resource types, operations supported and more supported by a FHIR server-based service is are described in it’s Capability Statement.
...
...
Service | API | Service Base URL | Endpoints | Description |
---|---|---|---|---|
Key Value Store | {base url}/properties/{application} - see API | Variants for creating and reading application property area | ||
{base url}/properties/{application}/{key} | Variants for creating, updating, reading and deleting key/values in an application property area. |
...
Service | API | Service Base URL | Endpoints | Description |
---|---|---|---|---|
SSL-Order Service | {base url}/order | Variants for creating, updating, patching, retrieving and deleting orders and retrieving order details and creating order notes. | ||
{base url}/orders | Search orders | |||
{base url}/order-line | Variants for creating, updating, patching, retrieving, searching and deleting order lines. | |||
{base url}/order-lines | Variants for creating, updating and searching order lines. | |||
{base url}/party | Variants for creating, updating, retrieving and searching parties (a participating body). | |||
{base url}/system/findOrCreateParty | Find or create a Party for a given organization | |||
{base url}/custom/findOrCreateParty | Find or create a Party for a given organization | |||
{base url}/contract | Variants for creating, patching, retrieving and searching contracts. | |||
{base url}/custom/hasValidContract | Check if a valid contract exists between two parties. | |||
{base url}/system/hasOpenOrder | Check if an open order exists for a careplan. | |||
SSL-Catalogue Service | https://ssl-catalogue.%7Benvironment%7D{environment}.ehealth.sundhed.dk/v1 | {base url}/catalogue | Variants for creating, updating and retrieving a catalogue and retrieving catalogue details. | |
{base url}/catalogues | Get catalogues. | |||
{base url}/catalogue-item | Variants for creating, updating and retrieving a catalogue item. | |||
{base url}/catalogue-items | Get catalogue items. | |||
{base url}/annotation | Variants for creating, updating and deleting an annotation. | |||
{base url}/annotations | Get annotations. | |||
{base url}/white-list | Variants for creating, retrieving, searching and deleting white-lists. | |||
{base url}/black-list | Variants for creating, retrieving, searching and deleting black-lists. | |||
{base url}/problem | Variants for creating, patching, retrieving and deleting a problem and retrieving problem details. | |||
{base url}/problems | Get all problems accessible to the current user. | |||
{base url}/package | Variants for creating, patching, retrieving and deleting a package and retrieving package details. | |||
{base url}/packages | Get all packages accessible to the current user. | |||
{base url}/catalogue/template | Download a catalogue as an excel workbook. | |||
{base url}/catalogue/import | Variants for upload an catalogue as an excel workbook and retrieving the status of catalogue import. |