View raw Markdown
type: exampleresource: InsurancePlanexample: insuranceplan-example1

InsurancePlan Example: insuranceplan-example1

Narrative

Health Level Seven International Staff Plan

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<InsurancePlan xmlns="http://hl7.org/fhir">
    <id value="example1" />
    <text>
        <status value="generated" />
        <div xmlns="http://www.w3.org/1999/xhtml">
            Health Level Seven International Staff Plan
        </div>
    </text>
    <!-- HL7 itself -->

        <type>
            <text value="Silver" />
        </type>
        <generalCost>
            <cost>
                <value value="2000" />
                <currency value="USD" />
            </cost>
        </generalCost>

</InsurancePlan>