Sha256: 63dd0122b4f75a5ae7f4cfd14f93229af352700468e996c04f5ed67d21997843

Contents?: true

Size: 880 Bytes

Versions: 7

Compression:

Stored size: 880 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?><EligibilityRequest xmlns="http://hl7.org/fhir">
  <id value="52345"/>

  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the EligibilityRequest</div>
  </text>

  <identifier>
    <system value="http://happyvalley.com/elegibilityrequest"/>
    <value value="52345"/>
  </identifier>
 
  <status value="active"/>
 
  <created value="2014-08-16"/>

  <insurerReference>
    <reference value="Organization/2"/>
  </insurerReference>

  <organizationReference>
    <reference value="Organization/1"/>
  </organizationReference>

  <priority>
    <code value="normal"/>
  </priority>

  <patientReference>
    <reference value="Patient/pat1"/>
  </patientReference>
 
  <coverageReference>
      <reference value="Coverage/9876B1"/>
  </coverageReference>

 </EligibilityRequest>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.3 examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.2 examples/xml/eligibilityrequest-example.xml
fhir_models-1.6.1 examples/xml/eligibilityrequest-example.xml