RIVO-Noord Zorgviewer Implementation Guide
1.5.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Epic UMCG Endpoint Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "UMCG",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Endpoint UMCG</b></p><a name=\"UMCG\"> </a><a name=\"hcUMCG\"> </a><a name=\"UMCG-nl-NL\"> </a><p><b>status</b>: Test</p><p><b>connectionType</b>: <a href=\"http://hl7.org/fhir/STU3/codesystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type</a> hl7-fhir-rest: HL7 FHIR</p><p><b>name</b>: UMCG</p><p><b>managingOrganization</b>: <a href=\"Organization-eXovwVA3zYl3U3fBH8mdkxw3.html\">Organization UMCG</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://hl7.org/fhir/resource-types Patient}\">Patient</span></p><p><b>payloadMimeType</b>: application/fhir+json, application/json+fhir, application/xml+fhir, application/fhir+xml</p><p><b>address</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https:///example.org/TST-OAUTH2/api/FHIR/STU3/\">https:///example.org/TST-OAUTH2/api/FHIR/STU3/</a></p></div>"
  },
  "status" : "test",
  "connectionType" : {
    "system" : "http://hl7.org/fhir/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "UMCG",
  "managingOrganization" : {
    🔗 "reference" : "Organization/eXovwVA3zYl3U3fBH8mdkxw3"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/resource-types",
          "code" : "Patient"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/fhir+json",
    "application/json+fhir",
    "application/xml+fhir",
    "application/fhir+xml"
  ],
  "address" : "https:///example.org/TST-OAUTH2/api/FHIR/STU3/"
}