Sha256: 59eeb16dd718cc7337be0527f672cd1a37036ede3f0c908a68b15107f266d4db

Contents?: true

Size: 1.41 KB

Versions: 11

Compression:

Stored size: 1.41 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Account xmlns="http://hl7.org/fhir">
    <id value="example"/>
    <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml">HACC Funded Billing for Peter James Chalmers</div>
    </text>
    <identifier>
        <system value="urn:oid:0.1.2.3.4.5.6.7"/>
        <value value="654321"/>
    </identifier>
    <!--  insert contents here  -->
    <name value="HACC Funded Billing for Peter James Chalmers"/>
    <type>
        <text value="patient"/>
    </type>
    <status value="active"/>
    <active>
        <start value="2016-01-01"/>
        <end value="2016-06-30"/>
    </active>
    <currency>
        <!--  ISO 4217 Currency Codes  -->
        <system value="urn:iso:std:iso:4217"/>
        <code value="USD"/>
        <display value="US Dollar"/>
    </currency>
    <balance>
        <value value="-1200"/>
        <unit value="USD"/>
        <system value="urn:iso:std:iso:4217"/>
        <code value="USD"/>
    </balance>
    <coverage>
        <reference value="Coverage/9876B1"/>
    </coverage>
    <coveragePeriod>
        <start value="2016-01-01"/>
        <end value="2016-06-30"/>
    </coveragePeriod>
    <subject>
        <reference value="Patient/example"/>
        <display value="Peter James Chalmers"/>
    </subject>
    <owner>
        <reference value="Organization/hl7"/>
    </owner>
    <description value="Hospital charges"/>
</Account>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/account-example.xml
fhir_models-1.6.3 examples/xml/account-example.xml
fhir_models-1.6.2 examples/xml/account-example.xml
fhir_models-1.6.1 examples/xml/account-example.xml