Sha256: ed6831112bae4de3ca6667c1d9a891cb47b778c6d7566f711e56712d812c1654

Contents?: true

Size: 935 Bytes

Versions: 10

Compression:

Stored size: 935 Bytes

Contents

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

	<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://hospitalx.com/selfpayagreement"/>
		<value value="SP12345678"/>
	</identifier>

	<status value="active"/>

	<type>
		<coding>
			<system value="http://terminology.hl7.org/CodeSystem/coverage-selfpay"/>
			<code value="pay"/>
			<display value="PAY"/>
		</coding>
	</type>

	<subscriber>
		<reference value="Patient/5"/>
	</subscriber>

	<beneficiary>
		<reference value="Patient/5"/>
	</beneficiary>

	<relationship>
		<coding>
			<code value="self"/>
		</coding>
	</relationship>

	<period> 
		<end value="2012-03-17"/>
	</period>

	<payor>
		<reference value="Patient/5"/>
	</payor>

</Coverage>

Version data entries

10 entries across 10 versions & 1 rubygems

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