Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia, published by MSP Colombia. This guide is not an authorized publication; it is the continuous build for version 0.4.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/IG-ihce-co/ and changes regularly. See the Directory of published versions

: Zona de residencia - JSON Representation

Draft as of 2024-07-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ZonaResidenciaCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ZonaResidenciaCS</b></p><a name=\"ZonaResidenciaCS\"> </a><a name=\"hcZonaResidenciaCS\"> </a><a name=\"hcZonaResidenciaCS-es-CO\"> </a><p>This case-sensitive code system <code>https://www.minsalud.gov.co/ihc/fhir/CodeSystem/ZonaResidenciaCS</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\">01<a name=\"ZonaResidenciaCS-01\"> </a></td><td>Urbana</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ZonaResidenciaCS-02\"> </a></td><td>Rural</td></tr></table></div>"
  },
  "url" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/ZonaResidenciaCS",
  "version" : "0.4.2",
  "name" : "ZonaResidencia",
  "title" : "Zona de residencia",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-07-04T13:46:48+00:00",
  "publisher" : "MSP Colombia",
  "contact" : [
    {
      "name" : "MSP Colombia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.minsalud.gov.co/"
        }
      ]
    }
  ],
  "description" : "Identificador para representar la Zona.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CO",
          "display" : "Colombia"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "01",
      "display" : "Urbana"
    },
    {
      "code" : "02",
      "display" : "Rural"
    }
  ]
}