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

FHIR IG Statistics: ValueSet/country-code-1.0

Packagetewhatuora.hip-core
TypeValueSet
Idcountry-code-1.0
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-country-code-1.0.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/country-code
Version2013
Statusactive
Date2020-02-24T00:00:00+13:00
NameHpi_country_code_iso_3166_1
TitleISO 3166-1:2013 (2-alpha country code)
Authoritynational
Description2-alpha country codes
PurposeA coded value for country.

Resources that use this resource

ConceptMap
country-code-downcountry-code-down
urn:moh:nzscc99NZSCC4N99_to_ISO3166-1.csv

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
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
country-codeHPI Country Code

Narrative

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

Generated Narrative: ValueSet country-code-1.0

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "country-code-1.0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/country-code",
  "version": "2013",
  "name": "Hpi_country_code_iso_3166_1",
  "title": "ISO 3166-1:2013 (2-alpha country code)",
  "status": "active",
  "experimental": false,
  "date": "2020-02-24T00:00:00+13:00",
  "publisher": "Te Whatu Ora",
  "contact": [
    {
      "name": "Te Whatu Ora",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description": "2-alpha country codes",
  "purpose": "A coded value for country.",
  "compose": {
    "include": [
      {
        "system": "urn:iso:std:iso:3166",
        "version": "2013",
        "filter": [
          {
            "property": "code",
            "op": "regex",
            "value": "[A-Z]{2}"
          }
        ]
      },
      {
        "system": "https://standards.digital.health.nz/ns/country-code",
        "concept": [
          {
            "code": "XK"
          },
          {
            "code": "ANHH"
          },
          {
            "code": "CSHH"
          },
          {
            "code": "ZRHH"
          }
        ]
      }
    ]
  }
}