FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CodPais

Packagehl7.fhir.cl.corecl
Resource TypeValueSet
IdCodPais
FHIR VersionR4
Sourcehttps://hl7chile.cl/fhir/ig/CoreCL/https://hl7chile.cl/fhir/ig/CoreCL/1.7.0/ValueSet-CodPais.html
URLhttps://hl7chile.cl/fhir/ig/CoreCL/ValueSet/CodPais
Version1.7.0
Statusactive
Date2022-01-18T00:00:00-03:00
NameCodPaises
TitleCódigos de Países
Realmcl
Authorityhl7
DescriptionCodigos definidos para la identificación de países segun norma ISO3166-N
CopyrightAll 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.

Resources that use this resource

StructureDefinition
CodigoPaisesCodigo de Identificación de países
CoreLocalizacionClCL Localización
CoreOrganizacionClCL Organización
IdContactoIdentificación del Contacto de un Paciente

Resources that this resource uses

CodeSystem
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code

Narrative

Note: links and images are rebased to the (stated) source

  • Include all codes defined in urn:iso:std:iso:3166

Source

{
  "resourceType": "ValueSet",
  "id": "CodPais",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7chile.cl/fhir/ig/CoreCL/ValueSet/CodPais",
  "version": "1.7.0",
  "name": "CodPaises",
  "title": "Códigos de Países",
  "status": "active",
  "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": "urn:iso:std:iso:3166"
      }
    ]
  }
}