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

: ehr1-examplehealth - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="ehr1-examplehealth"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"/>
  </meta>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/endpoint-fhir-version">
    <valueCode value="1.0.2"/>
  </extension>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="hl7-fhir-rest"/>
  </connectionType>
  <name value="FHIR DSTU2 Endpoint for ExampleHealth's EHR1 Patient Gateway"/>
  <contact>
    <system value="url"/>
    <value value="https://open.ehr.com"/>
  </contact>
  <payloadType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
      <code value="none"/>
    </coding>
  </payloadType>
  <address value="https://example.org/EHR1/ExampleHealth/api/FHIR/DSTU2"/>
</Endpoint>