SMART App Launch
2.2.0-preview - CI-Build International flag

SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions

: brand2-opt2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "brand2-opt2",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/endpoint-fhir-version",
      "valueCode" : "4.0.1"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "FHIR R4 Endpoint for Brand1/Brand2",
  "contact" : [
    {
      "system" : "url",
      "value" : "https://open.ehr.com"
    }
  ],
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code" : "none"
        }
      ]
    }
  ],
  "address" : "https://example.org/brand2.org/ProdFHIR/api/FHIR/R4"
}