Sha256: 1ee6e3e1f77094b3125e0f7c39e33c5d63b0c72e6987808f631b46c3acefd864

Contents?: true

Size: 943 Bytes

Versions: 10

Compression:

Stored size: 943 Bytes

Contents

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

	<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://happyvalley.com/coverageelegibilityrequest"/>
		<value value="52345"/>
	</identifier>

	<status value="active"/>

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

	<purpose value="validation"/>
	
	<patient>
		<reference value="Patient/pat1"/>
	</patient>

	<created value="2014-08-16"/>

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

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

	<insurance>
		<focal value="true"/>
		<coverage>
			<reference value="Coverage/9876B1"/>
		</coverage>
	</insurance>

</CoverageEligibilityRequest>

Version data entries

10 entries across 10 versions & 1 rubygems

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