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 - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "process-meta-source-classification",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification",
  "version" : "8.0.0",
  "name" : "ProcessMetaSourceClassification",
  "title" : "Classification of the origin of data",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Identifies the class of origin of the data elements",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "system-of-record",
      "display" : "System of record",
      "definition" : "Primary data that originates from the source system of record or the data integrator."
    },
    {
      "code" : "derived",
      "display" : "Derived",
      "definition" : "Derived data produced by a data processor that interprets, aggregates or in some other way enhances the source data."
    }
  ]
}