<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CoverageExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "CoverageExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/CoverageMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage CoverageExample001</b></p><a name=\"CoverageExample001\"> </a><a name=\"hcCoverageExample001\"> </a><a name=\"CoverageExample001-en-US\"> </a><p><b>identifier</b>: <code>https://obrasocial.gob.ar/beneficiario</code>/992.123.456.1</p><p><b>status</b>: Active</p><p><b>subscriber</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>subscriberId</b>: 992.123.456</p><p><b>beneficiary</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>dependent</b>: 1</p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/SubscriberRelationshipCodesCS self}\">Self</span></p><p><b>period</b>: 2020-05-23 --&gt; 2026-05-23</p><p><b>payor</b>: <a href=\"Organization-OrganizationExample001.html\">Organization MEDICAIA HEALTHCARE</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://obrasocial.gob.ar/beneficiario",
      "value" : "992.123.456.1"
    }
  ],
  "status" : "active",
  "subscriber" : {
    🔗 "reference" : "Patient/PatientExample001"
  },
  "subscriberId" : "992.123.456",
  "beneficiary" : {
    🔗 "reference" : "Patient/PatientExample001"
  },
  "dependent" : "1",
  "relationship" : {
    "coding" : [
      {
        "system" : "https://fhir.medicaia.ar/CodeSystem/SubscriberRelationshipCodesCS",
        "code" : "self",
        "display" : "Self"
      }
    ]
  },
  "period" : {
    "start" : "2020-05-23",
    "end" : "2026-05-23"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/OrganizationExample001"
    }
  ]
}