View raw Markdown
type: valuesetvalueset: currencies

Currencies

Content (Compose)

ValueSet XML

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

<ValueSet xmlns="http://hl7.org/fhir">
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.1025"/>
  </identifier>
  <name value="Currencies"/>
  <title value="Currencies"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="HL7 International - FHIR-Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Currency codes from ISO 4217 (see https://www.iso.org/iso-4217-currency-codes.html)"/>
  <compose>
    <include>
      <system value="urn:iso:std:iso:4217"/>
    </include>
  </compose>
</ValueSet>