Guide d'implémentation du GT Standards et Interopérabilité pour les EDS
0.1.0 - ci-build France flag

Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: coverage-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "coverage-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage-example-1</b></p><a name=\"coverage-example-1\"> </a><a name=\"hccoverage-example-1\"> </a><a name=\"coverage-example-1-fr-FR\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-1.html\">Anonymous Patient Female, DoB: 1948-07-12</a></p><p><b>payor</b>: <a href=\"Organization-assurance-maladie.html\">Organization CPAM de Paris</a></p></div>"
  },
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-example-1"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/assurance-maladie"
    }
  ]
}