This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
General Person Seconday Coverage Example (id = "7546D")
<Coverage xmlns="http://hl7.org/fhir"> <issuer> <type>Organization</type> <id>2</id> </issuer> <period> <start>2011-03-17</start> <end>2012-03-17</end> </period> <type> <system>http://hl7.org/vocab/v3/ActCoverageTypeCode</system> <code>EHCPOL</code> <display>Extended Health Policy</display> </type> <identifier> <system>http://xyz.com/codes/identifier</system> <id>AB9876</id> </identifier> <plan> <system>http://xyz.com/codes/plan</system> <id>11024</id> </plan> <subplan> <system>http://xyz.com/codes/subplan</system> <id>D15C9</id> </subplan> <dependent>1</dependent> <planHolder> <name> <use>official</use> <family>Seebetter</family> <given>Frank</given> <given>I</given> </name> <address> <use>home</use> <line>123 Any St</line> <city>Anytown</city> <state>BC</state> <zip>V3R4R5</zip> <country>CANADA</country> </address> <birthdate>1952-06-26</birthdate> </planHolder> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">A human readable rendering of the coverage</div> </text> </Coverage>