FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/NLLPing.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPing.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPing
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPing
Version1.1.0
Statusactive
Date2024-12-02
NameNLLPing
Titleping
DescriptionThis operation is used for sending av requst to E-hälsomyndigheten for checking that the connection is working.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}