FHIR R6 FM Incubator
0.1.0 - ci-build International flag

FHIR R6 FM Incubator, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fm-incubator/ and changes regularly. See the Directory of published versions

: 22345 - XML Representation

Page standards status: Informative

Raw xml | Download


<EnrollmentRequest xmlns="http://hl7.org/fhir">
  <id value="22345"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the EnrollmentRequest.</div>
  </text>
  <identifier>
    <system value="http://happyvalley.com/enrollmentrequest"/>
    <value value="EN22345"/>
  </identifier>
  <status value="active"/>
  <created value="2014-08-16"/>
  <insurer>
    <reference value="Organization/2"/>
  </insurer>
  <provider>
    <reference value="Organization/1"/>
  </provider>
  <candidate>
    <reference value="Patient/1"/>
  </candidate>
  <coverage>
    <reference value="Coverage/9876B1"/>
  </coverage>
</EnrollmentRequest>