DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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: R4 R3 R2

V3-ActRelationshipSubset.xml

Raw XML (canonical form)

<ns1:p>Used to indicate that the target of the relationship will be a filtered subset of the total related set of targets.</ns1:p><ns1:p>Used when there is a need to limit the number of components to the first, the last, the next, the total, the average or some other filtered or calculated subset.</ns1:p>

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-ActRelationshipSubset"/>
  <meta>
    <lastUpdated value="2015-03-23T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.1.11.19613"/>
  </extension>
  <url value="http://hl7.org/fhir/v3/vs/ActRelationshipSubset"/>
  <version value="2015-03-23"/>
  <name value="v3 Code System ActRelationshipSubset"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" &lt;ns1:p&gt;Used to indicate that the target of the relationship will be a filtered
     subset of the total related set of targets.&lt;/ns1:p&gt;&lt;ns1:p&gt;Used when there
     is a need to limit the number of components to the first, the last, the next, the total,
     the average or some other filtered or calculated subset.&lt;/ns1:p&gt;"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2015-03-23"/>
  <define>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.1099"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/ActRelationshipSubset"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="_ParticipationSubset"/>
      <abstract value="true"/>
      <display value="ParticipationSubset"/>
      <definition value="Used to indicate that the participation is a filtered subset of the total participations
         of the same type owned by the Act.                           Used when there is a need
         to limit the participations to the first, the last, the next or some other filtered subset."/>
      <concept>
        <code value="FUTURE"/>
        <abstract value="false"/>
        <display value="expected future"/>
        <definition value="An occurrence that is scheduled to occur in the future. An Act whose effective time is
           greater than 'now', where 'now' is the time the instance is authored."/>
        <concept>
          <code value="FUTSUM"/>
          <abstract value="false"/>
          <display value="future summary"/>
          <definition value="Represents a 'summary' of all acts that are scheduled to occur in the future (whose effective
             time is greater than 'now' where is the time the instance is authored.). The effectiveTime
             represents the outer boundary of all occurrences, repeatNumber represents the total number
             of repetitions, etc."/>
        </concept>
        <concept>
          <code value="LAST"/>
          <abstract value="false"/>
          <display value="expected last"/>
          <definition value="Restricted to the latest known occurrence that is scheduled to occur. The Act with the
             highest known effective time."/>
        </concept>
        <concept>
          <code value="NEXT"/>
          <abstract value="false"/>
          <display value="expected next"/>
          <definition value="Restricted to the nearest recent known occurrence scheduled to occur in the future. The
             Act with the lowest effective time, still greater than 'now'. ('now' is the time the instance
             is authored.)"/>
        </concept>
      </concept>
      <concept>
        <code value="PAST"/>
        <abstract value="false"/>
        <display value="previous"/>
        <definition value="An occurrence that occurred or was scheduled to occur in the past. An Act whose effective
           time is less than 'now'. ('now' is the time the instance is authored.)"/>
        <concept>
          <code value="FIRST"/>
          <abstract value="false"/>
          <display value="first known"/>
          <definition value="Restricted to the earliest known occurrence that occurred or was scheduled to occur in
             the past. The Act with the lowest effective time. ('now' is the time the instance is authored.)"/>
        </concept>
        <concept>
          <code value="PREVSUM"/>
          <abstract value="false"/>
          <display value="previous summary"/>
          <definition value="Represents a 'summary' of all acts that previously occurred or were scheduled to occur.
             The effectiveTime represents the outer boundary of all occurrences, repeatNumber represents
             the total number of repetitions, etc. ('now' is the time the instance is authored.)"/>
        </concept>
        <concept>
          <code value="RECENT"/>
          <abstract value="false"/>
          <display value="most recent"/>
          <definition value="Restricted to the most recent known occurrence that occurred or was scheduled to occur
             in the past. The Act with the most recent effective time, still less than 'now'. ('now'
             is the time the instance is authored.)"/>
        </concept>
      </concept>
      <concept>
        <code value="SUM"/>
        <abstract value="false"/>
        <display value="summary"/>
        <definition value="Represents a 'summary' of all acts that have occurred or were scheduled to occur and which
           are scheduled to occur in the future. The effectiveTime represents the outer boundary
           of all occurrences, repeatNumber represents the total number of repetitions, etc."/>
      </concept>
    </concept>
    <concept>
      <code value="ActRelationshipExpectedSubset"/>
      <abstract value="false"/>
      <display value="ActRelationshipExpectedSubset"/>
      <definition value="ActRelationshipExpectedSubset"/>
    </concept>
    <concept>
      <code value="ActRelationshipPastSubset"/>
      <abstract value="false"/>
      <display value="ActRelationshipPastSubset"/>
      <definition value="ActRelationshipPastSubset"/>
    </concept>
    <concept>
      <code value="MAX"/>
      <abstract value="false"/>
      <display value="maximum"/>
      <definition value="The occurrence whose value attribute is greater than all other occurrences at the time
         the instance is created."/>
    </concept>
    <concept>
      <code value="MIN"/>
      <abstract value="false"/>
      <display value="minimum"/>
      <definition value="The occurrence whose value attribute is less than all other occurrences at the time the
         instance is created."/>
    </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.