CH UMZH Connect IG (R4)
1.0.0-ballot - ballot Switzerland flag

CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Endpoint Fulfiller - TTL Representation

Raw ttl | Download


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

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

<http://hl7.org/fhir/Endpoint/EndpointFulfiller> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EndpointFulfiller"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint EndpointFulfiller</b></p><a name=\"EndpointFulfiller\"> </a><a name=\"hcEndpointFulfiller\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR)</p><p><b>name</b>: Fulfiller FHIR API</p><p><b>managingOrganization</b>: <a href=\"http://registry.example.org/fhir/Organization/Fulfiller\">http://registry.example.org/fhir/Organization/Fulfiller</a></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://fulfiller.example.org/fhir\">https://fulfiller.example.org/fhir</a></p></div>"
  ] ;
  fhir:Endpoint.status [ fhir:value "active"] ;
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ;
     fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
  ] ;
  fhir:Endpoint.name [ fhir:value "Fulfiller FHIR API"] ;
  fhir:Endpoint.managingOrganization [
     fhir:link <http://registry.example.org/fhir/Organization/Fulfiller> ;
     fhir:Reference.reference [ fhir:value "http://registry.example.org/fhir/Organization/Fulfiller" ]
  ] ;
  fhir:Endpoint.payloadType [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" ] ;
       fhir:Coding.code [ fhir:value "any" ]
     ]
  ] ;
  fhir:Endpoint.address [ fhir:value "https://fulfiller.example.org/fhir"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/EndpointFulfiller.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Endpoint/EndpointFulfiller.ttl> .