RIVO-Noord Zorgviewer MVP2 Implementation Guide
0.25.0 - sprint32 Netherlands flag

RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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><b>Generated Narrative: Endpoint</b><a name=\"UMCG\"> </a><a name=\"hcUMCG\"> </a></p><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\">ResourceEndpoint &quot;UMCG&quot; </p></div><p><b>status</b>: test</p><p><b>connectionType</b>: HL7 FHIR (Details: Endpoint Connection Type code hl7-fhir-rest = 'HL7 FHIR', stated as 'null')</p><p><b>name</b>: UMCG</p><p><b>managingOrganization</b>: <a href=\"Organization-eXovwVA3zYl3U3fBH8mdkxw3.html\">Organization/eXovwVA3zYl3U3fBH8mdkxw3</a> &quot;UMCG&quot;</p><p><b>payloadType</b>: Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/codesystem-resource-types.html\">ResourceType</a>#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:///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/"
}