View raw Markdown
type: exampleresource: Endpointexample: endpoint-examples-general-template

Endpoint Example: endpoint-examples-general-template

Narrative

[%name%], [%payloadType%]
Address: [%address%]

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://hl7.org/fhir ../../schema/bundle.xsd">
  <id value="b5711af0a-d678-46d1-86e9-66e454cf1522"/>
  <meta>
    <lastUpdated value="2012-05-29T23:45:32Z"/> 
  </meta> 
  <type value="collection"/> [%loop count=70%]
  <entry>
    <fullUrl value="http://hl7.org/fhir/Endpoint/[%count%]"/>
    <resource>
      <Endpoint>
        <id value="[%count%]"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml">
              [%name%], [%payloadType%]<br/>
              Address: [%address%]</div>
        </text>
        <status value="[%status%]"/>
        <connectionType>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" />
            <code value="[%connectionType%]" />
          </coding>
        </connectionType>
        <name value="[%name%]"/>
        <managingOrganization>
          <display value="[%managingOrganization%]"/>
        </managingOrganization>
        <!--<method>
          <system value="http://hl7.org/fhir/http-verb" />
          <code value="[%method%]" />
        </method>-->
        <payload>
          <type>
            <coding>
                <!--<system value="http://hl7.org/fhir/fhir-types" />-->
              <code value="[%payloadType%]" />
            </coding>
          </type>
          <mimeType value="[%payloadFormat%]"/>
        </payload>
        <address value="[%address%]"/>
      </Endpoint>
    </resource>
  </entry> [%endloop%] 
</Bundle>