--- type: "valueset" title: "Iso 3166 Part 1: Numeric Codes" valueset: "iso3166-1-N" --- # Iso 3166 Part 1: Numeric Codes - **Version**: 6.0.0 - **Status**: active - **Name**: Iso31661N - **Title**: Iso 3166 Part 1: Numeric Codes - **Publisher**: HL7 International / FHIR Infrastructure - **Description**: This value set defines the ISO 3166 Part 1 Numeric codes ## Content (Compose) - **System**: urn:iso:std:iso:3166 | **Filters**: code regex [0-9]{3} ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 International / FHIR Infrastructure"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/fiwg"/> </telecom> </contact> <description value="This value set defines the ISO 3166 Part 1 Numeric codes"/> <compose> <include> <system value="urn:iso:std:iso:3166"/> <filter> <property value="code"/> <op value="regex"/> <value value="[0-9]{3}"/> </filter> </include> </compose> </ValueSet> ```