Sha256: de86fa966a017549b8a1909d83bd32c980722037dbf918c9e4d931f46ac91704

Contents?: true

Size: 755 Bytes

Versions: 4

Compression:

Stored size: 755 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"/>
 
  <request>
    <reference value="http://benefitsinc.com/fhir/claim/12345"/>
  </request>

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

  <organization>
    <reference value="Organization/1"/>
  </organization>
  
  <paymentStatus>
   <coding>
	<system value="http://hl7.org/fhir/paymentstatus"/>
	<code value="paid"/>
   </coding>
  </paymentStatus>

 </PaymentNotice>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/paymentnotice-example.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/paymentnotice-example.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/paymentnotice-example.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/paymentnotice-example.xml