2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V3-VocabularyDomainQualifier.xml

Raw XML (canonical form)

Vocabulary domain qualifiers are concepts that are used in domain constraints to specify behavior of the new domain. Code system retired.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-VocabularyDomainQualifier"/>
  <meta>
    <lastUpdated value="2014-12-11T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <url value="http://hl7.org/fhir/v3/vs/VocabularyDomainQualifier"/>
  <version value="2014-12-11"/>
  <name value="v3 Code System VocabularyDomainQualifier"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" Vocabulary domain qualifiers are concepts that are used in domain constraints to specify
     behavior of the new domain. Code system retired."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2014-12-11"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.147"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/VocabularyDomainQualifier"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="_Extensibility"/>
      <abstract value="true"/>
      <display value="Extensibility"/>
      <definition value="The extensibility of coding determines whether or not extensions are allowed in the domain
         of a coded attribute."/>
      <concept>
        <code value="CNE"/>
        <abstract value="false"/>
        <display value="Coded No Extensions"/>
        <definition value="The coded attribute allows only concepts from the defined value set. No extensions are
           allowed."/>
      </concept>
      <concept>
        <code value="CWE"/>
        <abstract value="false"/>
        <display value="Coded With Extensions"/>
        <definition value="The coded attribute allows local codes or user entered text to be sent when the concept
           that the user would like to express is not a member of the defined value set.  If the
           concept that the user wants to express is represented by a code in the standard value
           set, the standard code must be sent.  The local code can be sent in addition to the standard
           code if desired.  Only if the concept that the user wants to express is NOT represented
           by a standard code, can a solitary local code be sent."/>
      </concept>
    </concept>
    <concept>
      <code value="_RealmOfUse"/>
      <abstract value="true"/>
      <display value="RealmOfUse"/>
      <definition value="The jurisdiction or realm within which the domain will be used. A realm might be a country,
         a group of countries, a region of the world, or an organization."/>
      <concept>
        <code value="Canada"/>
        <abstract value="false"/>
        <display value="Canada"/>
      </concept>
      <concept>
        <code value="NorthAmerica"/>
        <abstract value="false"/>
        <display value="North America"/>
      </concept>
      <concept>
        <code value="USA"/>
        <abstract value="false"/>
        <display value="United States"/>
      </concept>
      <concept>
        <code value="UV"/>
        <abstract value="false"/>
        <display value="Universal"/>
        <definition value="The root or universal HL7 jurisdiction or realm from which all subsequent specializations
           are derived."/>
      </concept>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.