Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.8-testing - draft Chile flag

Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.8-testing built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions

: Códigos de otros contactos del paciente - JSON Representation

Active as of 2022-01-18

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CSOtrosContactos",
  "language" : "es",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"es\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: SistemaDeCodigos CSOtrosContactos</b></p><a name=\"CSOtrosContactos\"> </a><a name=\"hcCSOtrosContactos\"> </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\">Language: es</p></div><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSOtrosContactos</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">tut<a name=\"CSOtrosContactos-tut\"> </a></td><td>Tutor Legal</td><td>Tutor Legal</td></tr><tr><td style=\"white-space:nowrap\">nr<a name=\"CSOtrosContactos-nr\"> </a></td><td>No Registrdo</td><td>No Registrdo</td></tr></table></div>"
  },
  "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSOtrosContactos",
  "version" : "0.4.8-testing",
  "name" : "CSOtrosContactos",
  "title" : "Códigos de otros contactos del paciente",
  "status" : "active",
  "experimental" : false,
  "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ódigos de contactos adicionales usados en Chile para paciente",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "tut",
      "display" : "Tutor Legal",
      "definition" : "Tutor Legal"
    },
    {
      "code" : "nr",
      "display" : "No Registrdo",
      "definition" : "No Registrdo"
    }
  ]
}