FHIR CI-Build

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

Example List/example-xds (XML)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

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

XDS SubmissionSet example (id = "example-xds")

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

<!--  
source data from http://wiki.ihe.net/index.php?title=Annotated_ProvideAndRegister.b_Transacti
on.
  --><!--  
  <related>
    <identifier>
      <system value="http://example.org/documents"/>
      <value value="23425234234-9999"/>
    </identifier>
    <ref>
      <reference value="DocumentReference/example"/>
    </ref>
  </related>
  --><List xmlns="http://hl7.org/fhir">
  <id value="example-xds"/> 
  <contained> 
    <Practitioner> 
      <id value="a1"/> 
      <name> 
        <family value="Dopplemeyer"/> 
        <given value="Sherry"/> 
      </name> 
      <telecom> 
        <system value="email"/> 
        <value value="john.doe@healthcare.example.org"/> 
      </telecom> 
    </Practitioner> 
  </contained> 
  <identifier> 
    <!--   master identifier   -->
    <type> 
      <coding> 
        <system value="http://ihe.net/fhir/CodeSystem/identifier-type"/> 
        <code value="master"/> 
      </coding> 
    </type> 
    <system value="http://example.org/documents"/> 
    <value value="23425234234-2346"/> 
  </identifier> 
  <identifier> 
    <!--   set identifier   -->
    <type> 
      <coding> 
        <system value="http://ihe.net/fhir/CodeSystem/identifier-type"/> 
        <code value="set"/> 
      </coding> 
    </type> 
    <system value="http://example.org/documents"/> 
    <value value="23425234234-2347"/> 
  </identifier> 
  <status value="current"/> 
  <mode value="working"/> 
  <title value="Physical"/> 
  <code> 
    <text value="History and Physical"/> 
  </code> 
  <subject> 
    <reference value="Patient/xcda"/> 
  </subject> 
  <date value="2004-12-25T23:50:50-05:00"/> 
  <source> 
    <reference value="#a1"/> 
  </source> 
  <!--  
  <recipient>
    <reference value="Practitioner/xcda1"/>
  </recipient>
  <source value="urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"/>
  -->
  <entry> 
    <item> 
      <reference value="DocumentReference/example"/> 
    </item> 
  </entry> 
</List> 

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.