Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

Guía de Implementación Vigilancia ESAVI, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions

: Cargos - JSON Representation

Active as of 2025-07-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CargoCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CargoCS</b></p><a name=\"CargoCS\"> </a><a name=\"hcCargoCS\"> </a><p>This  code system <code>https://paho.org/fhir/ops-esavi/CodeSystem/CargoCS</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\">1<a name=\"CargoCS-1\"> </a></td><td>Médico</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CargoCS-2\"> </a></td><td>Enfermero</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CargoCS-3\"> </a></td><td>Farmacéutico</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CargoCS-4\"> </a></td><td>Técnico</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CargoCS-5\"> </a></td><td>Abogado</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"CargoCS-0\"> </a></td><td>Otro</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/ops-esavi/CodeSystem/CargoCS",
  "version" : "0.1.0",
  "name" : "CargoCS",
  "title" : "Cargos",
  "status" : "active",
  "date" : "2025-07-23T20:21:09+00:00",
  "publisher" : "CENS",
  "contact" : [
    {
      "name" : "CENS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cens.cl"
        }
      ]
    }
  ],
  "description" : "Cargos dentro de una organizacion",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Médico"
    },
    {
      "code" : "2",
      "display" : "Enfermero"
    },
    {
      "code" : "3",
      "display" : "Farmacéutico"
    },
    {
      "code" : "4",
      "display" : "Técnico"
    },
    {
      "code" : "5",
      "display" : "Abogado"
    },
    {
      "code" : "0",
      "display" : "Otro"
    }
  ]
}