GI CORE FALP
1.0.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-CORE-Falp/ and changes regularly. See the Directory of published versions

: Example Presentación de Salud - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "example-coverage",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestacionSalud"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage example-coverage</b></p><a name=\"example-coverage\"> </a><a name=\"hcexample-coverage\"> </a><a name=\"example-coverage-es-CL\"> </a><p><b>Set de códigos de previones de Salud</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSPrevision 1}\">FONASA</span></p><p><b>Set de códigos de tramos de Fonasa</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa C}\">TRAMO C</span></p><p><b>Seguros Segunda Capa</b>: true</p><p><b>Nombre y/o código del Seguro Segunda Capa</b>: MEGA TRONIX 1000</p><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-EjPaciente.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7\u00a0(use:\u00a0secondary,\u00a0))</a></p><p><b>payor</b>: <a href=\"Organization-example-Organizacion.html\">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Prevision",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSPrevision",
            "code" : "1"
          }
        ]
      }
    },
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/TramosFonasa",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa",
            "code" : "C"
          }
        ]
      }
    },
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/SegCapa",
      "valueBoolean" : true
    },
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/NombreSeguro",
      "valueString" : "MEGA TRONIX 1000"
    }
  ],
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/EjPaciente"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/example-Organizacion"
    }
  ]
}