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

: examplelabs - JSON Representation

Raw json | Download


{
  "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"
    }
  ]
}