LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Classification of the origin of data - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="process-meta-source-classification"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">system-of-record<a name="process-meta-source-classification-system-of-record"> </a></td><td>System of record</td><td>Primary data that originates from the source system of record or the data integrator.</td></tr><tr><td style="white-space:nowrap">derived<a name="process-meta-source-classification-derived"> </a></td><td>Derived</td><td>Derived data produced by a data processor that interprets, aggregates or in some other way enhances the source data.</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification"/>
  <version value="8.0.0"/>
  <name value="ProcessMetaSourceClassification"/>
  <title value="Classification of the origin of data"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="Identifies the class of origin of the data elements"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="system-of-record"/>
    <display value="System of record"/>
    <definition
                value="Primary data that originates from the source system of record or the data integrator."/>
  </concept>
  <concept>
    <code value="derived"/>
    <display value="Derived"/>
    <definition
                value="Derived data produced by a data processor that interprets, aggregates or in some other way enhances the source data."/>
  </concept>
</CodeSystem>