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

: example4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "example4",
  "meta" : {
    "lastUpdated" : "2023-09-05T20:31:01.224902-07:00",
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-09-05T20:31:01.224122-07:00",
  "entry" : [
    {
      "fullUrl" : "https://ehr.example.org/Endpoint/examplehospital2-ehr2",
      "resource" : {
        "resourceType" : "Endpoint",
        "id" : "examplehospital2-ehr2",
        "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 EHR2 Endpoint for ExampleHospital2",
        "contact" : [
          {
            "system" : "url",
            "value" : "https://code.ehr2.com"
          }
        ],
        "payloadType" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
                "code" : "none"
              }
            ]
          }
        ],
        "address" : "https://example.org/examplehospital2.ehr2/r4"
      }
    },
    {
      "fullUrl" : "https://ehr.example.org/Organization/examplehospital2-ehr2",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "examplehospital2-ehr2",
        "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://www.example.org/hospital2/media/logo.ashx?h=85&w=600&la=en&hash=AF50B39C3F246D61E4C012ED25A2D8CF4C3A1607"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
            "valueString" : "ExampleHospital2 Pediatrics Portal"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
            "valueUrl" : "https://apps.examplehospital2/pediatrics-portal/index.html"
          }
        ],
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "https://examplehospital2"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "clinical",
                "display" : "Clinical Care provider"
              }
            ]
          }
        ],
        "name" : "Example Hospital1",
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.example.org/examplehospital2/"
          }
        ],
        "address" : [
          {
            "city" : "Boston",
            "state" : "MA"
          }
        ],
        "endpoint" : [
          {
            "reference" : "Endpoint/examplehospital2-ehr2",
            "display" : "FHIR R4 EHR2 Endpoint for ExampleHospital2 Brand"
          }
        ]
      }
    },
    {
      "fullUrl" : "https://ehr.example.org/Organization/examplehospital3-ehr2",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "examplehospital3-ehr2",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"
          ]
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
            "valueUrl" : "https://patientgateway.examplehospital1-ehr1.org"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description",
            "valueMarkdown" : "Pediatrics Portal is a Web-based, easy-to-use, and secure way to access your child's information at your convenience."
          }
        ],
        "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/"
          }
        ],
        "address" : [
          {
            "city" : "Boston",
            "state" : "MA"
          }
        ],
        "partOf" : {
          "reference" : "Organization/examplehospital2-ehr2"
        }
      }
    }
  ]
}