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

: example3 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "example3",
  "meta" : {
    "lastUpdated" : "2023-09-05T20:23:42.723732-07:00",
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-09-05T20:23:42.723178-07:00",
  "entry" : [
    {
      "fullUrl" : "https://ehr.example.org/Endpoint/examplehospital1-ehr1",
      "resource" : {
        "resourceType" : "Endpoint",
        "id" : "examplehospital1-ehr1",
        "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 ExampleHospital1'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/ExampleHospital1/api/FHIR/DSTU2"
      }
    },
    {
      "fullUrl" : "https://ehr.example.org/Organization/examplehospital1-ehr1",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "examplehospital1-ehr1",
        "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/examplehospital1-ehr1/themes/custom/logo.svg"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
            "valueString" : "ExampleHospital1 Patient Gateway"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
            "valueUrl" : "https://patientgateway.examplehospital1-ehr1.org"
          }
        ],
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "https://examplehospital1.org"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "clinical",
                "display" : "Clinical Care provider"
              }
            ]
          }
        ],
        "name" : "ExampleHospital1",
        "alias" : [
          "GoodHealth Healthcare"
        ],
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.example.org/examplehospital1.org"
          }
        ],
        "address" : [
          {
            "city" : "Boston",
            "state" : "MA"
          },
          {
            "city" : "Newton",
            "state" : "MA"
          },
          {
            "city" : "Waltham",
            "state" : "MA"
          }
        ],
        "endpoint" : [
          {
            "reference" : "Endpoint/examplehospital1-ehr1",
            "display" : "FHIR DSTU2 Endpoint for ExampleHospital1's EHR1 Patient Gateway Brand"
          }
        ]
      }
    },
    {
      "fullUrl" : "https://ehr.example.org/Organization/examplehospital3-ehr1",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "examplehospital3-ehr1",
        "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/examplehospital3/ui/images/img-logo-2x-new.webp"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description",
            "valueMarkdown" : "Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.\n"
          }
        ],
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "https://examplehospital3.org"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "clinical",
                "display" : "Clinical Care provider"
              }
            ]
          }
        ],
        "name" : "ExampleHospital3",
        "alias" : [
          "GoodCare Cancer Center"
        ],
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.example.org/examplehospital3.org"
          }
        ],
        "address" : [
          {
            "city" : "Boston",
            "state" : "MA"
          }
        ],
        "partOf" : {
          "reference" : "Organization/examplehospital1-ehr1"
        }
      }
    }
  ]
}