FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeEndpoint
IdEndpoint-UMCG.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint UMCG

status: Test

connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)

name: UMCG

managingOrganization: Organization UMCG

payloadType: Patient

payloadMimeType: application/fhir+json, application/json+fhir, application/xml+fhir, application/fhir+xml

address: https:///example.org/TST-OAUTH2/api/FHIR/STU3/


Source1

{
  "resourceType": "Endpoint",
  "id": "UMCG",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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/"
}