Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hospitalización - Aseguramiento - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Coverage",
  "id" : "Example-Coverage-hosp-5f78c1680056",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileCoverageHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage Example-Coverage-hosp-5f78c1680056</b></p><a name=\"Example-Coverage-hosp-5f78c1680056\"> </a><a name=\"hcExample-Coverage-hosp-5f78c1680056\"> </a><a name=\"Example-Coverage-hosp-5f78c1680056-es-ES\"> </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-ProfileCoverageHCEU.html\">HCEU - Coverage</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Coverages/</code>/64353642\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span></p><p><b>policyHolder</b>: <a href=\"Organization-Example-Organization-Assurance-b550a4661c15.html\">Organization Nueva EPS</a></p><p><b>subscriber</b>: <a href=\"Patient-Example-Patient-hosp-feb7a6003026.html\">Adriana Lucía Cortés García(official) Male, DoB: 1988-06-12 ( Cédula de Ciudadanía: 4656732234\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>subscriberId</b>: FD23522345</p><p><b>beneficiary</b>: <a href=\"Patient-Example-Patient-hosp-feb7a6003026.html\">Adriana Lucía Cortés García(official) Male, DoB: 1988-06-12 ( Cédula de Ciudadanía: 4656732234\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2025-01-01 --&gt; 2025-12-31</p><p><b>payor</b>: <a href=\"Organization-Example-Organization-Assurance-b550a4661c15.html\">Organization Nueva EPS</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/Coverages/",
      "value" : "64353642"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "EHCPOL",
        "display" : "extended healthcare"
      }
    ]
  },
  "policyHolder" : {
    🔗 "reference" : "Organization/Example-Organization-Assurance-b550a4661c15"
  },
  "subscriber" : {
    🔗 "reference" : "Patient/Example-Patient-hosp-feb7a6003026"
  },
  "subscriberId" : "FD23522345",
  "beneficiary" : {
    🔗 "reference" : "Patient/Example-Patient-hosp-feb7a6003026"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self",
        "display" : "Self"
      }
    ]
  },
  "period" : {
    "start" : "2025-01-01",
    "end" : "2025-12-31"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/Example-Organization-Assurance-b550a4661c15"
    }
  ]
}