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

: example6 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "example6",
  "meta" : {
    "lastUpdated" : "2023-09-05T20:49:08.419567-07:00",
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-09-05T20:49:08.418823-07:00",
  "entry" : [
    {
      "fullUrl" : "https://ehr.example.org/Endpoint/ehr1-examplehealth",
      "resource" : {
        "resourceType" : "Endpoint",
        "id" : "ehr1-examplehealth",
        "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" : "1.0.2"
          }
        ],
        "status" : "active",
        "connectionType" : {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code" : "hl7-fhir-rest"
        },
        "name" : "FHIR DSTU2 Endpoint for ExampleHealth's EHR1 Patient Gateway",
        "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/EHR1/ExampleHealth/api/FHIR/DSTU2"
      }
    },
    {
      "fullUrl" : "https://ehr.example.org/Organization/cust-hosted-examplehealth",
      "resource" : {
        "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"
          }
        ]
      }
    }
  ]
}