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

FHIR IG analytics

Packagehl7.fhir.uv.smart-multi-server-auth
Resource TypeEndpoint
IdEndpoint-EpicSandboxEndpoint.json
FHIR VersionR4

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 EpicSandboxEndpoint

Endpoint FHIR Version: 4.0.1

status: Active

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

contact: https://fhir.epic.com/

payloadType: None

address: https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/


Source1

{
  "resourceType": "Endpoint",
  "id": "EpicSandboxEndpoint",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version",
      "valueCode": "4.0.1"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest"
  },
  "contact": [
    {
      "system": "url",
      "value": "https://fhir.epic.com/"
    }
  ],
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "none"
        }
      ]
    }
  ],
  "address": "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/"
}