ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: OpusEndpointExample - 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 "OpusEndpointExample"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2021-03-13T14:33:11.391+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBEndpoint"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBEndpoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint OpusEndpointExample</b></p><a name=\"OpusEndpointExample\"> </a><a name=\"hcOpusEndpointExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2021-03-13 14:33:11+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ITBEndpoint.html\">ITB Endpoint</a></p></div><p><b>identifier</b>: <code>http://swcloud.fhir.link:8081/namingsystem/endpoint-identifier</code>/itbDev-colosseum-opus-sandvika, <code>http://swcloud.fhir.link:8081/namingsystem/primarykey-sufix</code>/-003</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.5.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>: FhirDataBaseEndPoint</p><p><b>payloadType</b>: <span title=\"Codes:{http://hl7.org/fhir/resource-types Practitioner}\">Practitioner</span>, <span title=\"Codes:{http://hl7.org/fhir/resource-types Patient}\">Patient</span></p><p><b>payloadMimeType</b>: application/fhir+xml</p><p><b>address</b>: <a href=\"http://swcloud.fhir.link:8081\">http://swcloud.fhir.link:8081</a></p><p><b>header</b>: bearer-code itbDev-colosseum-opus-sandvika</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://swcloud.fhir.link:8081/namingsystem/endpoint-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "itbDev-colosseum-opus-sandvika" ]
  ] [
fhir:system [ fhir:v "http://swcloud.fhir.link:8081/namingsystem/primarykey-sufix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "-003" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
  ] ; # 
  fhir:name [ fhir:v "FhirDataBaseEndPoint"] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Practitioner" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Patient" ]     ] )
  ] ) ; # 
  fhir:payloadMimeType ( [ fhir:v "application/fhir+xml"] ) ; # 
  fhir:address [ fhir:v "http://swcloud.fhir.link:8081"^^xsd:anyURI] ; # 
  fhir:header ( [ fhir:v "bearer-code itbDev-colosseum-opus-sandvika"] ) . #