Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.5 - ci-build Chile flag

This page is part of the Chile Core (v1.8.5: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Códigos de Países - JSON Representation

Active as of 2022-01-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CodPais",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-CodPais.html\"><code>https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais</code></a></li></ul></div>"
  },
  "url" : "https://hl7chile.cl/fhir/ig/clcore/ValueSet/CodPais",
  "version" : "1.8.5",
  "name" : "CodPaises",
  "title" : "Códigos de Países",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-01-18T00:00:00-03:00",
  "publisher" : "HL7 Chile",
  "contact" : [
    {
      "name" : "HL7 Chile",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7chile.cl"
        },
        {
          "system" : "email",
          "value" : "chair@hl7chile.cl"
        }
      ]
    }
  ],
  "description" : "Codigos definidos para la identificación de países segun norma ISO3166-N",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "copyright" : "All content on ISO Online is copyright protected. The copyright is owned by ISO. Any use of the content, including copying of it in whole or in part, for example to another Internet site, is prohibited and would require written permission from ISO.",
  "compose" : {
    "include" : [
      {
        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais"
      }
    ]
  }
}