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

: ehpmadison - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="ehpmadison"/>
  <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/examplehealth.org/logo/ehp-madison.png"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://ehpmadison.com"/>
  </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="ExampleHealth Physicians Madison"/>
  <alias value="GoodHealth Madison"/>
  <telecom>
    <system value="url"/>
    <value value="https://www.ehpmadison.com"/>
  </telecom>
  <address>
    <city value="Madison"/>
    <state value="WI"/>
  </address>
  <partOf>
    <reference value="Organization/examplehealth"/>
  </partOf>
</Organization>