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

Iso 3166 Part 1: 3 Letter Codes

Iso3166-1-3

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

This value set defines the ISO 3166 Part 1 3-letter codes

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

Includes

Systemurn:iso:std:iso:3166
Filters
PropertyOperatorValue
coderegex[A-Z]{3}
{
  "resourceType": "ValueSet",
  "id": "iso3166-1-3",
  "meta": {
  "versionId": "1",
  "lastUpdated": "2023-12-19T16:44:00.743+10:00",
  "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ]
  },
  "url": "http://hl7.org/fhir/ValueSet/iso3166-1-3",
  "version": "4.0.1",
  "name": "Iso3166-1-3",
  "title": "Iso 3166 Part 1: 3 Letter 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 3-letter codes",
  "compose": {
  "include": [ {
    "system": "urn:iso:std:iso:3166",
    "filter": [ {
    "property": "code",
    "op": "regex",
    "value": "[A-Z]{3}"
    } ]
  } ]
  }
}