STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Endpoint-example.xml

Raw XML (canonical form)

Example Endpoint (id = "example")

<Endpoint xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      Health Intersections CarePlan Hub<br/>
      CarePlans can be uploaded to/from this loccation
    </div>
  </text>
  <identifier>
    <system value="http://example.org/enpoint-identifier"/>
    <value value="epcp12"/>
  </identifier>
  <status value="active"/>
  <name value="Health Intersections CarePlan Hub"/>
  <managingOrganization>
    <reference value="Organization/hl7"/>
  </managingOrganization>
  <contact>
    <system value="email"/>
    <value value="endpointmanager@example.org"/>
    <use value="work"/>
    </contact>
  <period>
    <start value="2014-09-01"/>
  </period>
  <connectionType>
    <system value="http://hl7.org/fhir/endpoint-connection-type"/>
    <code value="hl7-fhir-rest"/>
  </connectionType>
  <payloadType>
    <coding>
        <system value="http://hl7.org/fhir/resource-types"/>
      <code value="CarePlan"/>
    </coding>
  </payloadType>
  <payloadMimeType value="application/fhir+xml"/>

  <address value="http://fhir3.healthintersections.com.au/open/CarePlan"/>
  <!--   Not a valid bearer token, but is here for demonstration purposes   -->
  <header value="bearer-code BASGS534s4"/>

  <!--   Example public key extracted from http://phpseclib.sourceforge.net/rsa/examples.html
     -->
  <publicKey value="-----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqGKukO1De7zhZj6+H0qtjTkVxwTCpvKe4e
  CZ0 FPqri0cb2JZfXJ/DgYSF6vUpwmJG8wVQZKjeGcjDOL5UlsuusFncCzWBQ7RKNUSesmQRMSGkVb1/ 3j+skZ6UtW+5u09lHNsj
  6tQ51s1SPrCBkedbNf0Tp0GbMJDyR4e9T04ZZwIDAQAB -----END PUBLIC KEY-----"/>
</Endpoint>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.