View raw Markdown
type: valuesetvalueset: iso3166-1-N

Iso 3166 Part 1: Numeric Codes

Content (Compose)

ValueSet XML

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="3166-1-N"/>
  <meta>

  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3354"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="Iso31661N"/>
  <title value="Iso 3166 Part 1: Numeric Codes"/>
  <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>