Sha256: f05458545360356ee1f262e111b4e99ea2cf66de10e7e97b6ae7b63719aa021b

Contents?: true

Size: 955 Bytes

Versions: 7

Compression:

Stored size: 955 Bytes

Contents

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

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

  <identifier>
    <system value="http://www.BenefitsInc.com/fhir/enrollmentresponse"/>
    <value value="781234"/>
  </identifier>

  <status value="active"/>
  
  <requestReference>
	<reference value="http://www.BenefitsInc.com/fhir/EnrollmentRequest/225476332402"/>
  </requestReference>
  
  <outcome value="complete"/>
  
  <disposition value="Dependant added to policy."/>
 
  <created value="2014-08-16"/>

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

  <!-- requestOrganizationReference> PK don't know why the tooling rejects this.
    <reference value="Organization/1"/>
  </requestOrganizationReference -->
 
</EnrollmentResponse>

Version data entries

7 entries across 7 versions & 1 rubygems

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