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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-universal-endpoint-auth"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [
fhir:v "https://fhir.bfarm.de/CodeSystem/HiisEndpointConnectionType"^^xsd:anyURI ;
fhir:l <https://fhir.bfarm.de/CodeSystem/HiisEndpointConnectionType>     ] ;
fhir:code [ fhir:v "oauth-authz-server" ]
  ] ; # 
  fhir:name [ fhir:v "cloud.health-it.de"] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-payload-type>       ] ;
fhir:code [ fhir:v "any" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:v "https://cloud.health-it.de/.well-known/openid-configuration"^^xsd:anyURI ;
fhir:l <https://cloud.health-it.de/.well-known/openid-configuration>
  ] . #