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 . Page versions: R3 R2

Extension-datadictionary.xml

Raw XML (canonical form)

Associates the profile with a collection of Data Elements

Raw XML

<ExtensionDefinition xmlns="http://hl7.org/fhir">
  <id value="datadictionary"/>
  <url value="http://hl7.org/fhir/ExtensionDefinition/datadictionary"/>
  <name value="Associates the profile with a collection of Data Elements"/>
  <display value="Data Dictionary"/>
  <publisher value="Health Level Seven, Inc. - FHIR Core WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/special/committees/FHIR"/>
    </telecom>
  </contact>
  <description value="This extension associates a profile with a data dictionary - a collection of data elements
   that any instance of data that conforms to the profile must also conform to. The value
   of the extension is a uri the defines a query that identifies the collection of relevant
   data elements  This extension can be used on any profile of the resource types Observation
   and Questionnaire. THe profile specifies which elements are mandatory etc, but any elements
   in a resource that conforms to the profile must also conform to one of the defined data
   elements.  For Observation: * Observation.code must be associated with a matching Data
   Element by DataElement.code.  * The profile should bind Observation.code to a value set
   that has the same codes as the collection of data elements (though it can be narrower)
   * the units and the quantity value should conform to the rules laid down in the matching
   Data Element  For Questionnaire: * todo."/>
  <status value="draft"/>
  <date value="2014-01-31"/>
  <contextType value="resource"/>
  <context value="Profile"/>
  <element>
    <path value="Extension"/>
    <short value="Associates the profile with a collection of Data Elements"/>
    <definition value="This extension associates a profile with a data dictionary - a collection of data elements
     that any instance of data that conforms to the profile must also conform to. The value
     of the extension is a uri the defines a query that identifies the collection of relevant
     data elements  This extension can be used on any profile of the resource types Observation
     and Questionnaire. THe profile specifies which elements are mandatory etc, but any elements
     in a resource that conforms to the profile must also conform to one of the defined data
     elements.  For Observation: * Observation.code must be associated with a matching Data
     Element by DataElement.code.  * The profile should bind Observation.code to a value set
     that has the same codes as the collection of data elements (though it can be narrower)
     * the units and the quantity value should conform to the rules laid down in the matching
     Data Element  For Questionnaire: * todo."/>
    <comments value="The query can select a set of data element resources, or identify a bundle that is a collection
     of data elements."/>
    <min value="0"/>
    <max value="1"/>
    <type>
      <code value="string"/>
    </type>
  </element>
</ExtensionDefinition>

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.