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

V3-HL7ConformanceInclusion.xml

Raw XML (canonical form)

These concepts represent theconformance requirments defined for including or valuing an element of an HL7 message. The concepts apply equally to conformance profiles defined for Version 2.x messgaes as defined by the Conformance SIG, and to the conformance columns for Version 3 messages as specified in the HMD. Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-HL7ConformanceInclusion"/>
  <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>
  <url value="http://hl7.org/fhir/v3/vs/HL7ConformanceInclusion"/>
  <version value="2015-03-23"/>
  <name value="v3 Code System HL7ConformanceInclusion"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" These concepts represent theconformance requirments defined for including or valuing
     an element of an HL7 message.  The concepts apply equally to conformance profiles  defined
     for Version 2.x messgaes as defined by the Conformance SIG, and to the conformance columns
     for Version 3 messages as specified in the HMD.  Deprecation Comment: Deprecated as per
     11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used."/>
  <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.55"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/HL7ConformanceInclusion"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="_InclusionNotMandatory"/>
      <abstract value="true"/>
      <display value="InclusionNotMandatory"/>
      <definition value="The message element is not mandatory, but its appearance may be constrained by one of
         the non-mandatory concepts."/>
      <concept>
        <code value="NP"/>
        <abstract value="false"/>
        <display value="Not permitted"/>
        <definition value="This message element may not appear when the message is communicated."/>
      </concept>
      <concept>
        <code value="NR"/>
        <abstract value="false"/>
        <display value="Not required"/>
        <definition value="The message element may be populated or used by one system sponsor (or profile), but not
           by another.  Each system sponsor or profile is required to state the ability to accept
           or send the message element as part of a conformance claim."/>
        <concept>
          <code value="RE"/>
          <abstract value="false"/>
          <display value="Required may be empty"/>
          <definition value="Pursuant to a profile or vendor conformance claim, the message element must appear every
             time the message is communicated, but the value may be communicated as null."/>
        </concept>
        <concept>
          <code value="X"/>
          <abstract value="false"/>
          <display value="Excluded"/>
          <definition value="Pursuant to a profile or vendor conformance claim, this message element may not appear
             when the message is communicated."/>
        </concept>
      </concept>
      <concept>
        <code value="RQ"/>
        <abstract value="false"/>
        <display value="Required"/>
        <definition value="The message element must appear every time the message is communicated, but the value
           may be communicated as null."/>
      </concept>
    </concept>
    <concept>
      <code value="M"/>
      <abstract value="false"/>
      <display value="Mandatory"/>
      <definition value="The message element must appear every time the message is communicated and its value must
         not be null.  This condition is subject to the rules of multiplicity and conditionality.
         If a non-null default value is defined for the element, a null value may be communicated."/>
    </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.