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

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "OpusEndpointExample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-03-13T14:33:11.391+00:00",
    "profile" : [
      🔗 "http://portal.wof.purified.link/fhir/StructureDefinition/ITBEndpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "identifier" : [
    {
      "system" : "http://swcloud.fhir.link:8081/namingsystem/endpoint-identifier",
      "value" : "itbDev-colosseum-opus-sandvika"
    },
    {
      "system" : "http://swcloud.fhir.link:8081/namingsystem/primarykey-sufix",
      "value" : "-003"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "FhirDataBaseEndPoint",
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/resource-types",
          "code" : "Practitioner"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/resource-types",
          "code" : "Patient"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/fhir+xml"
  ],
  "address" : "http://swcloud.fhir.link:8081",
  "header" : [
    "bearer-code itbDev-colosseum-opus-sandvika"
  ]
}