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
| ID | iso3166-1-N |
|---|
| Status | ACTIVE |
|---|
| URL | http://hl7.org/fhir/ValueSet/iso3166-1-N |
|---|
| Version | 4.0.1 |
|---|
| Publisher | FHIR Project team |
|---|
Includes
| System | urn:iso:std:iso:3166 |
|---|
| Filters |
| Property | Operator | Value |
|---|
| code | regex | [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}"
} ]
} ]
}
}