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

: Identidad de genero - JSON Representation

Draft as of 2024-07-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "IdentidadGeneroCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem IdentidadGeneroCS</b></p><a name=\"IdentidadGeneroCS\"> </a><a name=\"hcIdentidadGeneroCS\"> </a><a name=\"hcIdentidadGeneroCS-es-CO\"> </a><p>This case-sensitive code system <code>https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS</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=\"IdentidadGeneroCS-01\"> </a></td><td>Masculino</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"IdentidadGeneroCS-02\"> </a></td><td>Femenino</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"IdentidadGeneroCS-03\"> </a></td><td>Transgénero</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"IdentidadGeneroCS-04\"> </a></td><td>Neutro</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"IdentidadGeneroCS-05\"> </a></td><td>No lo declara</td></tr></table></div>"
  },
  "url" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS",
  "version" : "0.4.2",
  "name" : "IdentidadGenero",
  "title" : "Identidad de genero",
  "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" : "Identidad de Género.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CO",
          "display" : "Colombia"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "01",
      "display" : "Masculino"
    },
    {
      "code" : "02",
      "display" : "Femenino"
    },
    {
      "code" : "03",
      "display" : "Transgénero"
    },
    {
      "code" : "04",
      "display" : "Neutro"
    },
    {
      "code" : "05",
      "display" : "No lo declara"
    }
  ]
}