Clic Santé
1.0.0 - trial-use

This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example Active Coverage - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "ExampleActiveCoverage",
  "meta" : {
    "profile" : [
      🔗 "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleActiveCoverage</b></p><a name=\"ExampleActiveCoverage\"> </a><a name=\"hcExampleActiveCoverage\"> </a><a name=\"ExampleActiveCoverage-en-US\"> </a><p><b>Coverage NAM</b>: DOEJ90010116</p><p><b>Coverage NAM Sequential Number</b>: 19</p><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-65455b44-591e-420a-a34a-1e0d48e50b44.html\">Weldon Mickael Cormier Male, DoB: 1964-04-06</a></p><p><b>payor</b>: RAMQ</p></div>"
  },
  "extension" : [
    {
      "url" : "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage-nam",
      "valueString" : "DOEJ90010116"
    },
    {
      "url" : "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage-nam-sequential-number",
      "valueString" : "19"
    }
  ],
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/65455b44-591e-420a-a34a-1e0d48e50b44"
  },
  "payor" : [
    {
      "display" : "RAMQ"
    }
  ]
}