FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Coding Purpose Code System - XML Representation

Page standards status: Draft

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="coding-purpose"/>
  <meta>
    <lastUpdated value="2023-01-31T07:07:38.434+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://hl7.org/fhir/coding-purpose</code> defines the following codes in a Is-A heirarchy:</p><table class="codes"><tr><td><b>Lvl</b></td><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style="white-space:nowrap">original<a name="coding-purpose-original"> </a></td><td>Original Code</td><td>Originally produced/selected code.</td></tr><tr><td>1</td><td style="white-space:nowrap">post-coded<a name="coding-purpose-post-coded"> </a></td><td>Post Coded</td><td>Post-coded from free text source (either by Human or AI).</td></tr><tr><td>1</td><td style="white-space:nowrap">translated<a name="coding-purpose-translated"> </a></td><td>Translated</td><td>Translated from the source code (e.g. by table or terminology service).</td></tr><tr><td>1</td><td style="white-space:nowrap">conformance<a name="coding-purpose-conformance"> </a></td><td>Conformance</td><td>Required to be present by one or more interface/messaging specifications.</td></tr><tr><td>2</td><td style="white-space:nowrap">  conformance-fhir<a name="coding-purpose-conformance-fhir"> </a></td><td>Conformance (FHIR)</td><td>Required to be present by the base FHIR specifications.</td></tr><tr><td>2</td><td style="white-space:nowrap">  conformance-national<a name="coding-purpose-conformance-national"> </a></td><td>Conformance (National Spec)</td><td>Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction).</td></tr><tr><td>2</td><td style="white-space:nowrap">  conformance-business<a name="coding-purpose-conformance-business"> </a></td><td>Conformance (Business Spec)</td><td>Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs).</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <url value="http://hl7.org/fhir/coding-purpose"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2112"/>
  </identifier>
  <version value="5.1.0-cibuild"/>
  <name value="CodingPurposeCS"/>
  <title value="Coding Purpose Code System"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2023-01-31T07:07:38+11:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="The reason a coding is present."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/coding-purpose"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="original"/>
    <display value="Original Code"/>
    <definition value="Originally produced/selected code."/>
  </concept>
  <concept>
    <code value="post-coded"/>
    <display value="Post Coded"/>
    <definition
                value="Post-coded from free text source (either by Human or AI)."/>
  </concept>
  <concept>
    <code value="translated"/>
    <display value="Translated"/>
    <definition
                value="Translated from the source code (e.g. by table or terminology service)."/>
  </concept>
  <concept>
    <code value="conformance"/>
    <display value="Conformance"/>
    <definition
                value="Required to be present by one or more interface/messaging specifications."/>
    <concept>
      <code value="conformance-fhir"/>
      <display value="Conformance (FHIR)"/>
      <definition
                  value="Required to be present by the base FHIR specifications."/>
    </concept>
    <concept>
      <code value="conformance-national"/>
      <display value="Conformance (National Spec)"/>
      <definition
                  value="Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction)."/>
    </concept>
    <concept>
      <code value="conformance-business"/>
      <display value="Conformance (Business Spec)"/>
      <definition
                  value="Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs)."/>
    </concept>
  </concept>
</CodeSystem>