Dutch only ValueSet

Below are the most important details for this value set.

ValueSet 'DutchOnlyVS'

Version1.0.0
StatusActive

BCP47 code for Netherlands only

This value set includes codes from the following code systems:

  • The following codes from system: urn:ietf:bcp:47

    CodeDisplay
    nl-NLDutch (Netherlands)
    fy-NLFrysian (Netherlands)

The value set is defined as follows in XML:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="DutchOnlyVS" />
    <url value="http://fake-acme.org/fhir/ValueSet/DutchOnlyVS" />
    <version value="1.0.0" />
    <name value="DutchOnlyVS" />
    <status value="active" />
    <description value="BCP47 code for Netherlands only" />
    <compose>
        <include>
            <system value="urn:ietf:bcp:47" />
            <concept>
                <code value="nl-NL" />
                <display value="Dutch (Netherlands)" />
            </concept>
            <concept>
                <code value="fy-NL" />
                <display value="Frysian (Netherlands)" />
            </concept>
        </include>
    </compose>
</ValueSet>