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

: example1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "example1",
  "meta" : {
    "lastUpdated" : "2023-09-05T20:00:43.241454-07:00",
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-09-05T20:00:43.241070-07:00",
  "entry" : [
    {
      "fullUrl" : "https://examplelabs.example.org/Endpoint/examplelabs",
      "resource" : {
        "resourceType" : "Endpoint",
        "id" : "examplelabs",
        "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 ExampleLabs",
        "contact" : [
          {
            "system" : "url",
            "value" : "https://dev-portal.examplelabs.org"
          }
        ],
        "payloadType" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
                "code" : "none"
              }
            ]
          }
        ],
        "address" : "https://fhir.examplelabs.example.org/r4"
      }
    },
    {
      "fullUrl" : "https://examplelabs.example.org/Organization/examplelabs",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "examplelabs",
        "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/examplelabs/images/ExampleLabs_Logo.svg"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
            "valueString" : "ExampleLabs Patient Portal"
          },
          {
            "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
            "valueUrl" : "https://example.org/patient.examplelabs.com/landing"
          }
        ],
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "https://examplelabs.org"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "lab",
                "display" : "Laboratory"
              }
            ]
          }
        ],
        "name" : "ExampleLabs",
        "alias" : [
          "ExampleLabs Alaska"
        ],
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.examplelabs.com"
          }
        ],
        "address" : [
          {
            "line" : [
              "4015 Lake Otis Pkwy"
            ],
            "city" : "Anchorage",
            "state" : "AK",
            "postalCode" : "99508"
          },
          {
            "line" : [
              "3223 Palmer Wasilla Hwy",
              "Suite 4"
            ],
            "city" : "Wasilla",
            "state" : "AK",
            "postalCode" : "99654"
          },
          {
            "line" : [
              "1626 30Th Avenue"
            ],
            "city" : "Fairbanks",
            "state" : "AK",
            "postalCode" : "99701"
          }
        ],
        "endpoint" : [
          {
            "reference" : "Endpoint/examplelabs",
            "display" : "FHIR R4 Endpoint for ExampleLabs Brand"
          }
        ]
      }
    }
  ]
}