Guía de Estandares de Informacionde Salud
0.1.1 - ci-build Chile flag

Guía de Estandares de Informacionde Salud, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/eis/ and changes regularly. See the Directory of published versions

: Tramos de FONASA - JSON Representation

Active as of 2022-01-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CSTramosFonasa",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CSTramosFonasa</b></p><a name=\"CSTramosFonasa\"> </a><a name=\"hcCSTramosFonasa\"> </a><a name=\"CSTramosFonasa-es-CL\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"CSTramosFonasa-A\"> </a></td><td>TRAMO A</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"CSTramosFonasa-B\"> </a></td><td>TRAMO B</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"CSTramosFonasa-C\"> </a></td><td>TRAMO C</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"CSTramosFonasa-D\"> </a></td><td>TRAMO D</td></tr></table></div>"
  },
  "url" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa",
  "version" : "0.1.1",
  "name" : "CSTramosFonasa",
  "title" : "Tramos de FONASA",
  "status" : "active",
  "experimental" : true,
  "date" : "2022-01-18T00:00:00-03:00",
  "publisher" : "Unidad de Interoperabilidad - MINSAL",
  "contact" : [
    {
      "name" : "Unidad de Interoperabilidad - MINSAL",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://interoperabilidad.minsal.cl"
        }
      ]
    }
  ],
  "description" : "Código asociados a el tramo al cual pertenece el paciente a FONASA",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "A",
      "display" : "TRAMO A"
    },
    {
      "code" : "B",
      "display" : "TRAMO B"
    },
    {
      "code" : "C",
      "display" : "TRAMO C"
    },
    {
      "code" : "D",
      "display" : "TRAMO D"
    }
  ]
}