AU eRequesting Implementation Guide
0.3.0-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: Coverage - Concession - XML Representation

Page standards status: Informative

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="coverage-concession"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage coverage-concession</b></p><a name="coverage-concession"> </a><a name="hccoverage-concession"> </a><a name="coverage-concession-en"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-erequesting-coverage.html">AU eRequesting Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/coverage-selfpay payconc}">Concession</span></p><p><b>beneficiary</b>: <a href="Patient-roberts-fred.html">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}">Self</span></p><p><b>period</b>: 2023-01-01 --&gt; (ongoing)</p><p><b>payor</b>: Identifier: IHI/8003608500314661</p></div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/coverage-selfpay"/>
      <code value="payconc"/>
      <display value="Concession"/>
    </coding>
  </type>
  <beneficiary>🔗 
    <reference value="Patient/roberts-fred"/>
  </beneficiary>
  <relationship>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/subscriber-relationship"/>
      <code value="self"/>
    </coding>
    <text value="Self"/>
  </relationship>
  <period>
    <start value="2023-01-01"/>
  </period>
  <payor>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="NI"/>
        </coding>
        <text value="IHI"/>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608500314661"/>
    </identifier>
  </payor>
</Coverage>