0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). 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/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: Coverage Example - XML Representation

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="ex-converage"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage ex-converage</b></p><a name="ex-converage"> </a><a name="hcex-converage"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href="Patient-ex-patient.html">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>payor</b>: United Healthcare</p><h3>CostToBeneficiaries</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td>20 USD<span style="background: LightGoldenRodYellow"> (Details: unknown  codeUSD = 'United States dollar')</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <beneficiary>🔗 
    <reference value="Patient/ex-patient"/>
  </beneficiary>
  <payor>
    <display value="United Healthcare"/>
  </payor>
  <costToBeneficiary>
    <valueQuantity>
      <value value="20"/>
      <unit value="USD"/>
      <system value="urn:iso:std:iso:4217"/>
      <code value="USD"/>
    </valueQuantity>
  </costToBeneficiary>
</Coverage>