Tiempos de Espera Interoperable
0.1.6 - draft Chile flag

Tiempos de Espera Interoperable - Local Development build (v0.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage Evento Iniciar - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "EjemploCoverage",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/CoverageIniciarLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"EjemploCoverage\"> </a><a name=\"hcEjemploCoverage\"> </a></p><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\">Resource Coverage &quot;EjemploCoverage&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageIniciarLE.html\">Coverage Iniciar LE</a></p></div><p><b>status</b>: active</p><p><b>type</b>: health insurance plan policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#HIP)</span></p><p><b>beneficiary</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> &quot; DIAZ&quot;</p><p><b>payor</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> &quot; DIAZ&quot;</p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>FONASA Fondo Nacional de Salud. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPrevisionCodigo.html\">PrevisionCodigo</a>#1)</span></td><td>FONASA</td></tr></table></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "HIP"
      }
    ]
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/EjemploPatient",
    "display" : "Anibal Diaz Cortés"
  },
  "payor" : [
    {
      🔗 "reference" : "Patient/EjemploPatient",
      "display" : "Anibal Diaz Cortés"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSPrevisionCodigo",
            "code" : "1",
            "display" : "FONASA Fondo Nacional de Salud."
          }
        ]
      },
      "value" : "FONASA"
    }
  ]
}