MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Coverage Type ValueSet - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mr-coverage-type"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.3.0/CodeSystem-coverage-selfpay.html"><code>http://terminology.hl7.org/CodeSystem/coverage-selfpay</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-coverage-selfpay.html#coverage-selfpay-pay">pay</a></td><td>Pay</td><td>An individual or organization is paying directly for goods and services.</td></tr></table></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-PUBLICPOL">PUBLICPOL</a></td><td>public healthcare</td><td>Insurance policy funded by a public health system such as a provincial or national health plan. Examples include BC MSP (British Columbia Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).</td></tr></table></li></ul></div>
  </text>
  <url value="https://fhir.medirecords.com/ValueSet/mr-coverage-type"/>
  <version value="1.3.0"/>
  <name value="MRCoverageTypeValueSet"/>
  <title value="MediRecords Coverage Type ValueSet"/>
  <status value="active"/>
  <date value="2023-12-21T01:01:27+00:00"/>
  <description value="MediRecords Coverage Type ValueSet"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/coverage-selfpay"/>
      <concept>
        <code value="pay"/>
        <display value="Pay"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <concept>
        <code value="PUBLICPOL"/>
        <display value="public healthcare"/>
      </concept>
    </include>
  </compose>
</ValueSet>