Sha256: 29a85034245a360b40006824468b5fad2cf842040bb3a49f74b4fdd9ca6b96c5

Contents?: true

Size: 1000 Bytes

Versions: 7

Compression:

Stored size: 1000 Bytes

Contents

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

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

  <identifier>
    <system value="http://www.BenefitsInc.com/fhir/eligibilityresponse"/>
    <value value="881234"/>
  </identifier>
  
  <status value="active"/>

  <requestReference>
	<reference value="http://www.BenefitsInc.com/fhir/EligibilityRequest/225476332402"/>
  </requestReference>
  
  <outcome value="complete"/>
  
  <disposition value="Policy is currently in-force."/>
 
  <created value="2014-08-16"/>

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

<!-- 
  <requestOrganizationReference> PK don't know why this gets rejected by tooling.
    <reference value="Organization/1"/>
  </requestOrganizationReference>
 --> 
  <inforce value="true"/>
  
</EligibilityResponse>

Version data entries

7 entries across 7 versions & 1 rubygems

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