Guía de Implmentación FHIR ADRES (Core)
1.0.0 - ci-build Colombia

Guía de Implmentación FHIR ADRES (Core) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage: Ejemplo de Cobertura de Salud inactiva BDUA (Perea Valencia Gloria María). - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "CoverageADRES-ejemplo-a45f98f4-2",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.adres.gov.co/core/StructureDefinition/CoverageADRES"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cobertura CoverageADRES-ejemplo-a45f98f4-2</b></p><a name=\"CoverageADRES-ejemplo-a45f98f4-2\"> </a><a name=\"hcCoverageADRES-ejemplo-a45f98f4-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageADRES.html\">Cobertura de Salud (Coverage) ADRES</a></p></div><p><b>status</b>: Cancelled</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MANDPOL}\">Plan Obligatorio de Salud</span></p><p><b>subscriber</b>: <a href=\"Patient-PatientADRES-ejemplo-6d9f20d5.html\">Marcela Valencia Michelsen (official) (no stated gender), DoB Unknown ( Person number: 444333222111\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>subscriberId</b>: CC444333222111</p><p><b>beneficiary</b>: <a href=\"Patient-PatientADRES-ejemplo-a45f98f4.html\">Gloria María Perea Valencia (official) (no stated gender), DoB Unknown ( Person number: 112233445566\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2006-07-20 --&gt; 2024-07-19</p><p><b>payor</b>: <a href=\"Organization-EAPB-ejemplo-70521753.html\">Organization Ecosalud</a></p><blockquote><p><b>class</b></p><blockquote><p><b>id</b></p>Regimen</blockquote><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: Contributivo</p></blockquote><blockquote><p><b>class</b></p><blockquote><p><b>id</b></p>TipoAfiliado</blockquote><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class class}\">Class</span></p><p><b>value</b>: Beneficiario</p></blockquote></div>"
  },
  "status" : "cancelled",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "MANDPOL",
        "display" : "mandatory health program"
      }
    ],
    "text" : "Plan Obligatorio de Salud"
  },
  "subscriber" : {
    🔗 "reference" : "Patient/PatientADRES-ejemplo-6d9f20d5"
  },
  "subscriberId" : "CC444333222111",
  "beneficiary" : {
    🔗 "reference" : "Patient/PatientADRES-ejemplo-a45f98f4"
  },
  "period" : {
    "start" : "2006-07-20",
    "end" : "2024-07-19"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/EAPB-ejemplo-70521753"
    }
  ],
  "class" : [
    {
      "id" : "Regimen",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group",
            "display" : "Group"
          }
        ]
      },
      "value" : "Contributivo"
    },
    {
      "id" : "TipoAfiliado",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "class",
            "display" : "Class"
          }
        ]
      },
      "value" : "Beneficiario"
    }
  ]
}