View raw Markdown
type: codesystemcodesystem: expansion-processing-rule

Expansion Processing Rule

Concepts

CodeDisplayDefinition
all-codesAll Codeshe expansion (e.g. when in UI mode) includes all codes; those included in a group and those not included in a group, as well as the codes for the groups themselves (e.g. a parent node in a hierarchical code system).
ungroupedGroups + Ungrouped codesThe expansion (e.g. when in UI mode) includes the codes for the groups, and any codes that are not included in a group.
groups-onlyGroups OnlyThe expansion (e.g. when in UI mode) only includes the codes for the groups.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="expansion-processing-rule"/>
  <meta>

  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/>
  </extension>
  <url value="http://hl7.org/fhir/expansion-processing-rule"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2014"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ExpansionProcessingRule"/>
  <title value="Expansion Processing Rule"/>
  <experimental value="true"/>
  <description value="ExpansionProcessingRule"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="all-codes"/>
    <display value="All Codes"/>
    <definition value="he expansion (e.g. when in UI mode) includes all codes; those included in a group and those not included in a group, as well as the codes for the groups themselves (e.g. a parent node in a hierarchical code system)."/>
  </concept>
  <concept>
    <code value="ungrouped"/>
    <display value="Groups + Ungrouped codes"/>
    <definition value="The expansion (e.g. when in UI mode) includes the codes for the groups, and any codes that are not included in a group."/>
  </concept>
  <concept>
    <code value="groups-only"/>
    <display value="Groups Only"/>
    <definition value="The expansion (e.g. when in UI mode) only includes the codes for the groups."/>
  </concept>
</CodeSystem>