http://hl7.org/fhir/ValueSet/iso3166-1-N|4.0.1

Iso 3166 Part 1: Numeric Codes

Iso3166-1-N

http://hl7.org/fhir/ValueSet/iso3166-1-N

This value set defines the ISO 3166 Part 1 Numeric codes

IDiso3166-1-N
StatusACTIVE
URLhttp://hl7.org/fhir/ValueSet/iso3166-1-N
Version4.0.1
PublisherFHIR Project team

Includes

Systemurn:iso:std:iso:3166
Filters
PropertyOperatorValue
coderegex[0-9]{3}
{
  "resourceType": "ValueSet",
  "id": "iso3166-1-N",
  "meta": {
  "versionId": "1",
  "lastUpdated": "2023-12-19T16:43:22.663+10:00",
  "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ]
  },
  "url": "http://hl7.org/fhir/ValueSet/iso3166-1-N",
  "version": "4.0.1",
  "name": "Iso3166-1-N",
  "title": "Iso 3166 Part 1: Numeric Codes",
  "status": "active",
  "experimental": false,
  "publisher": "FHIR Project team",
  "contact": [ {
  "telecom": [ {
    "system": "url",
    "value": "http://hl7.org/fhir"
  } ]
  } ],
  "description": "This value set defines the ISO 3166 Part 1 Numeric codes",
  "compose": {
  "include": [ {
    "system": "urn:iso:std:iso:3166",
    "filter": [ {
    "property": "code",
    "op": "regex",
    "value": "[0-9]{3}"
    } ]
  } ]
  }
}