View raw Markdown
type: valuesetvalueset: daf-country

Country Value Set

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="daf-country"/>
  <url value="http://hl7.org/fhir/ValueSet/daf-country"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3279"/>
  </identifier>
  <name value="CountryValueSet"/>
  <title value="Country Value Set"/>
  <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>