FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Endpoint/direct-endpoint (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Example of a DIRECT endpoint (id = "direct-endpoint")

<?xml version="1.0" encoding="UTF-8"?>

<Endpoint xmlns="http://hl7.org/fhir">
  <id value="direct-endpoint"/> 
  <status value="active"/> 
  <connectionType> 
    <coding> 
      <code value="direct-project"/> 
    </coding> 
  </connectionType> 
  <name value="MARTIN SMIETANKA"/> 
  <managingOrganization> 
    <reference value="Organization/f201"/> 
  </managingOrganization> 
  <payload> 
    <type> 
      <coding> 
        <system value="urn:oid:1.3.6.1.4.1.19376.1.2.3"/> 
        <code value="urn:hl7-org:sdwg:ccda-structuredBody:1.1"/> 
      </coding> 
    </type> 
    <mimeType value="text/x-hl7-text+xml"/> 
    <mimeType value="application/fhir+xml"/> 
    <mimeType value="application/fhir+json"/> 
  </payload> 
  <address value="mailto:MARTIN.SMIETANKA@directnppes.com"/> 
</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.