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

: cust-hosted-examplehealth - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "cust-hosted-examplehealth",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo",
      "valueUrl" : "https://example.org/ehr1-examplehealth/themes/custom/logo.svg"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
      "valueString" : "EHR1 ExampleHealth Patient Gateway"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
      "valueUrl" : "https://patientgateway.ehr1-examplehealth.org"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brands-bundle",
      "valueUrl" : "https://example.org/examplehealth.org/bundle.json"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "https://examplehealth.org"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
          "code" : "clinical",
          "display" : "Clinical Care provider"
        }
      ]
    }
  ],
  "name" : "ExampleHealth",
  "alias" : [
    "GoodHealth Healthcare"
  ],
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://www.example.org/examplehealth.org"
    }
  ],
  "address" : [
    {
      "city" : "Madison",
      "state" : "WI"
    }
  ],
  "endpoint" : [
    {
      "reference" : "Endpoint/ehr1-examplehealth",
      "display" : "FHIR DSTU2 Endpoint for ExampleHealth's EHR1 Patient Gateway"
    }
  ]
}