SMART App Launch
2.2.0-ballot - CI-Build International flag

This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Example Endpoint - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version">
    <valueCode value="4.0.1"/>
  </extension>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="hl7-fhir-rest"/>
  </connectionType>
  <name value="FHIR R4 Endpoint for Example Medical Center"/>
  <contact>
    <system value="url"/>
    <value value="https://dev-portal.example.org"/>
  </contact>
  <payloadType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
      <code value="none"/>
    </coding>
  </payloadType>
  <address value="https://example.org/r4"/>
</Endpoint>