Sha256: 9f5e9a33e47887e6324774cd713cd733c77667cbcce1cc4314380f7fa3498104

Contents?: true

Size: 887 Bytes

Versions: 10

Compression:

Stored size: 887 Bytes

Contents

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

 <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  

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

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

  <organization>
    <reference value="Organization/2"/>
  </organization>
  
  <requestProvider>
    <reference value="Organization/1"/>
  </requestProvider>

</EnrollmentResponse>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/enrollmentresponse-example.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/enrollmentresponse-example.xml