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 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="examplelabs"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"/>
  </meta>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo">
    <valueUrl
              value="https://example.org/examplelabs/images/ExampleLabs_Logo.svg"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
    <valueString value="ExampleLabs Patient Portal"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
    <valueUrl value="https://example.org/patient.examplelabs.com/landing"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://examplelabs.org"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"/>
      <code value="lab"/>
      <display value="Laboratory"/>
    </coding>
  </type>
  <name value="ExampleLabs"/>
  <alias value="ExampleLabs Alaska"/>
  <telecom>
    <system value="url"/>
    <value value="https://www.examplelabs.com"/>
  </telecom>
  <address>
    <line value="4015 Lake Otis Pkwy"/>
    <city value="Anchorage"/>
    <state value="AK"/>
    <postalCode value="99508"/>
  </address>
  <address>
    <line value="3223 Palmer Wasilla Hwy"/>
    <line value="Suite 4"/>
    <city value="Wasilla"/>
    <state value="AK"/>
    <postalCode value="99654"/>
  </address>
  <address>
    <line value="1626 30Th Avenue"/>
    <city value="Fairbanks"/>
    <state value="AK"/>
    <postalCode value="99701"/>
  </address>
  <endpoint>
    <reference value="Endpoint/examplelabs"/>
    <display value="FHIR R4 Endpoint for ExampleLabs Brand"/>
  </endpoint>
</Organization>