Sha256: 17621b710a9f149611bee0bd3cf0ff09873e9b99f098808bd4ac07449841d9e9

Contents?: true

Size: 776 Bytes

Versions: 7

Compression:

Stored size: 776 Bytes

Contents

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

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

  <identifier>
	<system value="http://benefitsinc.com/paymentnotice"/>
	<value value="776543"/>
  </identifier>
 
  <status value="active"/>
 
  <created value="2014-08-16"/>

  <organizationReference>
    <reference value="Organization/1"/>
  </organizationReference>
  
  <requestReference>
    <reference value="http://benefitsinc.com/fhir/oralhealthclaim/12345"/>
  </requestReference>

	<paymentStatus>
		<system value="http://hl7.org/fhir/paymentstatus"/>
		<code value="paid"/>
	</paymentStatus>

 </PaymentNotice>

Version data entries

7 entries across 7 versions & 1 rubygems

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