Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build Costa Rica flag

Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions

: Cátalogo nacional de provincias - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "state-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem state-code</b></p><a name=\"state-code\"> </a><a name=\"hcstate-code\"> </a><p>This case-insensitive code system <code>https://ministeriodesalud.go.cr/fhir/core/CodeSystem/state-code</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\">1<a name=\"state-code-1\"> </a></td><td>San José</td><td>San José</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"state-code-2\"> </a></td><td>Alajuela</td><td>Alajuela</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"state-code-3\"> </a></td><td>Cartago</td><td>Cartago</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"state-code-4\"> </a></td><td>Heredia</td><td>Heredia</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"state-code-5\"> </a></td><td>Guanacaste</td><td>Guanacaste</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"state-code-6\"> </a></td><td>Puntarenas</td><td>Puntarenas</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"state-code-7\"> </a></td><td>Limon</td><td>Limon</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cgp"
    }
  ],
  "url" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/state-code",
  "version" : "0.1.1-draft",
  "name" : "StateCode",
  "title" : "Cátalogo nacional de provincias",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-03",
  "publisher" : "Ministerio de Salud de Costa Rica",
  "contact" : [
    {
      "name" : "Ministerio de Salud de Costa Rica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ministeriodesalud.go.cr/fhir"
        },
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com"
        }
      ]
    },
    {
      "name" : "IHE Costa Rica",
      "telecom" : [
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Código de provincia en formato Zip Code",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CR"
        }
      ]
    }
  ],
  "copyright" : "Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.",
  "caseSensitive" : false,
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "1",
      "display" : "San José",
      "definition" : "San José"
    },
    {
      "code" : "2",
      "display" : "Alajuela",
      "definition" : "Alajuela"
    },
    {
      "code" : "3",
      "display" : "Cartago",
      "definition" : "Cartago"
    },
    {
      "code" : "4",
      "display" : "Heredia",
      "definition" : "Heredia"
    },
    {
      "code" : "5",
      "display" : "Guanacaste",
      "definition" : "Guanacaste"
    },
    {
      "code" : "6",
      "display" : "Puntarenas",
      "definition" : "Puntarenas"
    },
    {
      "code" : "7",
      "display" : "Limon",
      "definition" : "Limon"
    }
  ]
}