Sha256: 5304537e4f19de35b804a1a1b9baa4f117e0f3f21829b77e2eb03a837607ca9f

Contents?: true

Size: 716 Bytes

Versions: 7

Compression:

Stored size: 716 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?><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"/>

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

  <subjectReference>
    <reference value="Patient/1"/>
  </subjectReference>
  
  <coverage>
     <reference value="Coverage/9876B1"/>
  </coverage>
 </EnrollmentRequest>

Version data entries

7 entries across 7 versions & 1 rubygems

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