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

Extension-context.xml

Definition for Value SetExtensionContext

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ExtensionContext</h2>
      <p>How an extension context is interpreted</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/extension-context</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>resource
            <a name="resource"> </a>
          </td>
          <td/>
          <td>The context is all elements matching a particular resource element path.</td>
        </tr>
        <tr>
          <td>datatype
            <a name="datatype"> </a>
          </td>
          <td/>
          <td>The context is all nodes matching a particular data type element path (root or repeating
             element) or all elements referencing a particular primitive data type (expressed as the
             datatype name).</td>
        </tr>
        <tr>
          <td>mapping
            <a name="mapping"> </a>
          </td>
          <td/>
          <td>The context is all nodes whose mapping to a specified reference model corresponds to a
             particular mapping structure.  The context identifies the mapping target. The mapping
             should clearly identify where such an extension could be used.</td>
        </tr>
        <tr>
          <td>extension
            <a name="extension"> </a>
          </td>
          <td/>
          <td>The context is a particular extension from a particular profile.  Expressed as uri#name,
             where uri identifies the profile and #name identifies the extension code.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/extension-context"/>
  <name value="ExtensionContext"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="How an extension context is interpreted"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.975+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/extension-context"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="resource"/>
      <definition value="The context is all elements matching a particular resource element path."/>
    </concept>
    <concept>
      <code value="datatype"/>
      <definition value="The context is all nodes matching a particular data type element path (root or repeating
       element) or all elements referencing a particular primitive data type (expressed as the
       datatype name)."/>
    </concept>
    <concept>
      <code value="mapping"/>
      <definition value="The context is all nodes whose mapping to a specified reference model corresponds to a
       particular mapping structure.  The context identifies the mapping target. The mapping
       should clearly identify where such an extension could be used."/>
    </concept>
    <concept>
      <code value="extension"/>
      <definition value="The context is a particular extension from a particular profile.  Expressed as uri#name,
       where uri identifies the profile and #name identifies the extension code."/>
    </concept>
  </define>
</ValueSet>