@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 -------------------------------------------------------------------

<https://gematik.de/fhir/hddt/Endpoint/example-universal-endpoint-fhir> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-universal-endpoint-fhir"] ; # 
  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-fhir</b></p><a name=\"example-universal-endpoint-fhir\"> </a><a name=\"hcexample-universal-endpoint-fhir\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: HiisEndpointConnectionType: hl7-fhir-rest (hl7-fhir-rest)</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/fhir\">https://cloud.health-it.de/fhir</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 "hl7-fhir-rest" ]
  ] ; # 
  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/fhir"^^xsd:anyURI ;
     fhir:l <https://cloud.health-it.de/fhir>
  ] . # 

# -------------------------------------------------------------------------------------

