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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "ex-converage",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "payor" : [
    {
      "display" : "United Healthcare"
    }
  ],
  "costToBeneficiary" : [
    {
      "valueQuantity" : {
        "value" : 20,
        "unit" : "USD",
        "system" : "urn:iso:std:iso:4217",
        "code" : "USD"
      }
    }
  ]
}