Health Device Data Transfer
Version 1.0.0-rc2 - release

Specification of health data transfer from devices to DiGA (§ 374a SGB V)

: HDDT Universal Backend Auth Endpoint Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "example-universal-endpoint-auth",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-universal-endpoint-auth</b></p><a name=\"example-universal-endpoint-auth\"> </a><a name=\"hcexample-universal-endpoint-auth\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: HiisEndpointConnectionType: oauth-authz-server (oauth-authz-server)</p><p><b>name</b>: cloud.health-it.de</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}\">Any</span></p><p><b>address</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=https://cloud.health-it.de/.well-known/openid-configuration\">https://cloud.health-it.de/.well-known/openid-configuration</a></p></div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "https://fhir.bfarm.de/CodeSystem/HiisEndpointConnectionType",
    "code" : "oauth-authz-server"
  },
  "name" : "cloud.health-it.de",
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code" : "any"
        }
      ]
    }
  ],
  "address" : "https://cloud.health-it.de/.well-known/openid-configuration"
}