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

: examplehospital1-ehr1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="examplehospital1-ehr1"/>
  <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/examplehospital1-ehr1/themes/custom/logo.svg"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
    <valueString value="ExampleHospital1 Patient Gateway"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
    <valueUrl value="https://patientgateway.examplehospital1-ehr1.org"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://examplehospital1.org"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"/>
      <code value="clinical"/>
      <display value="Clinical Care provider"/>
    </coding>
  </type>
  <name value="ExampleHospital1"/>
  <alias value="GoodHealth Healthcare"/>
  <telecom>
    <system value="url"/>
    <value value="https://www.example.org/examplehospital1.org"/>
  </telecom>
  <address>
    <city value="Boston"/>
    <state value="MA"/>
  </address>
  <address>
    <city value="Newton"/>
    <state value="MA"/>
  </address>
  <address>
    <city value="Waltham"/>
    <state value="MA"/>
  </address>
  <endpoint>
    <reference value="Endpoint/examplehospital1-ehr1"/>
    <display
             value="FHIR DSTU2 Endpoint for ExampleHospital1's EHR1 Patient Gateway Brand"/>
  </endpoint>
</Organization>