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: R4 R3 R2

V3-CodingRationale.xml

Raw XML (canonical form)

Identifies how to interpret the instance of the code, codeSystem value in a set of translations. Since HL7 (or a government body) may mandate that codes from certain code systems be sent in conformant messages, other synonyms that are sent in the translation set need to be distinguished among the originally captured source, the HL7 specified code, or some future role. When this code is NULL, it indicates that the translation is an undefined type. When valued, this property must contain one of the following values: SRC - Source (or original) code HL7 - HL7 Specified or Mandated SH - both HL7 mandated and the original code (precoordination) There may be additional values added to this value set as we work through the use of codes in messages and determine other Use Cases requiring special interpretation of the translations.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-CodingRationale"/>
  <meta>
    <lastUpdated value="2014-12-11T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/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/ExtensionDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.1.11.19250"/>
  </extension>
  <url value="http://hl7.org/fhir/v3/vs/CodingRationale"/>
  <version value="2014-12-11"/>
  <name value="v3 Code System CodingRationale"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" Identifies how to interpret the instance of the code, codeSystem value in a set of translations.
      Since HL7 (or a government body) may mandate that codes from certain code systems be
     sent in conformant messages, other synonyms that are sent in the translation set need
     to be distinguished among the originally captured source, the HL7 specified code, or some
     future role.  When this code is NULL, it indicates that the translation is an undefined
     type.  When valued, this property must contain one of the following values: SRC - Source
     (or original) code HL7 - HL7 Specified or Mandated SH - both HL7 mandated and the original
     code (precoordination) There may be additional values added to this value set as we work
     through the use of codes in messages and determine other Use Cases requiring special interpretation
     of the translations."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2014-12-11"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.1074"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/CodingRationale"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="O"/>
      <abstract value="false"/>
      <display value="originally produced code"/>
      <definition value="Description: Originally produced code."/>
    </concept>
    <concept>
      <code value="OR"/>
      <abstract value="false"/>
      <display value="original and required"/>
      <definition value="Originally produced code, required by the specification describing the use of the coded
         concept."/>
    </concept>
    <concept>
      <code value="P"/>
      <abstract value="false"/>
      <display value="post-coded"/>
      <definition value="Description: Post-coded from free text source&lt;/description&gt;"/>
    </concept>
    <concept>
      <code value="PR"/>
      <abstract value="false"/>
      <display value="post-coded and required"/>
      <definition value="Post-coded from free text source, required by the specification describing the use of
         the coded concept."/>
    </concept>
    <concept>
      <code value="R"/>
      <abstract value="false"/>
      <display value="required"/>
      <definition value="Description: Required standard code for HL7."/>
    </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.