| Package | poc.bonsai.current |
| Resource Type | OperationDefinition |
| Id | NLLPing.OperationDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPing |
| URL | http://electronichealth.se/fhir/OperationDefinition/NLLPing |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-12-02 |
| Name | NLLPing |
| Title | ping |
| Description | This operation is used for sending av requst to E-hälsomyndigheten for checking that the connection is working. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPing",
"version": "1.1.0",
"name": "NLLPing",
"title": "ping",
"status": "active",
"kind": "operation",
"date": "2024-12-02",
"publisher": "The Swedish eHealth Agency",
"description": "This operation is used for sending av requst to E-hälsomyndigheten for checking that the connection is working.",
"affectsState": false,
"code": "ping",
"comment": "Can be invoked with a HTTP POST or GET.\r\nThis operation can be used for two things:\r\n- to check if there is a connection to the server by not including an authentication token in the authorization header.\r\n- include an authentication token in the authorization header to verify the format of the token and get a list of all applicable user roles.",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "result",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Upon a successful call, you receive confirmation and information about the assigned role if the call included a valid authentication token.",
"type": "string"
}
]
}