Administrative Incubator
0.1.0 - International flag

Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions

: Sample Plan

Raw xml | Download


<InsuranceProduct xmlns="http://hl7.org/fhir">
  <id value="example-onc"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			Sample Plan
        </div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.33.3"/>
  </identifier>
  <status value="active"/>
  <name value="Sample Plan"/>
  <alias value="PPO Sample Plan"/>
  <period>
    <start value="2017-01-01"/>
  </period>
  <ownedBy>
    <reference value="Organization/Test"/>
    <display value="Test"/>
  </ownedBy>
  <administeredBy>
    <reference value="Organization/Test"/>
    <display value="Test"/>
  </administeredBy>
  <contact>
    <address>
      <line value="123 Fake Street"/>
      <city value="Washington"/>
      <state value="DC"/>
      <postalCode value="20005"/>
      <country value="USA"/>
    </address>
  </contact>
  <coverageArea>
    <reference value="Location/2"/>
    <display value="National"/>
  </coverageArea>
  <coverage>
    <type>
      <text value="Medical"/>
    </type>
    <benefit>
      <type>
        <text value="Diagnostic and treatment services"/>
      </type>
      <limit>
        <code>
          <text value="primary care visit"/>
        </code>
      </limit>
      <limit>
        <code>
          <text value="specialty care visit"/>
        </code>
      </limit>
    </benefit>
  </coverage>
  <endpoint>
    <reference value="Endpoint/example"/>
  </endpoint>
</InsuranceProduct>