--- type: "valueset" title: "Country Value Set" valueset: "daf-country" --- # Country Value Set - **Official URL**: http://hl7.org/fhir/ValueSet/daf-country - **Status**: active - **Name**: CountryValueSet - **Title**: Country Value Set - **Publisher**: HL7 FHIR - **Description**: A value set of codes for the representation of names of countries, territories and areas of geographical interest ## Content (Compose) - **System**: urn:iso:std:iso:3166 | **Filters**: code regex [a-z]{2} ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 FHIR"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="A value set of codes for the representation of names of countries, territories and areas of geographical interest"/> <compose> <include> <system value="urn:iso:std:iso:3166"/> <filter> <property value="code"/> <op value="regex"/> <value value="[a-z]{2}"/> </filter> </include> </compose> </ValueSet> ```