Da Vinci - Documentation Templates and Rules
2.2.0-ballot - STU 2.2 - Ballot United States of America flag

This page is part of the Documentation Templates and Rules (v2.2.0-ballot: STU 2.2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. For a full list of available versions, see the Directory of published versions

: DTR Information Origin Codes - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "dtr-informationorigin-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dtr-informationorigin-codes</b></p><a name=\"dtr-informationorigin-codes\"> </a><a name=\"hcdtr-informationorigin-codes\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-informationorigin-codes</code> defines the following codes in a Is-A hierarchy:</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\">auto<a name=\"dtr-informationorigin-codes-auto\"> </a></td><td>Auto populated</td><td>Information was auto-populated</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0override<a name=\"dtr-informationorigin-codes-override\"> </a></td><td>Auto with override</td><td>Information was auto-populated but overridden by a human</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">manual<a name=\"dtr-informationorigin-codes-manual\"> </a></td><td>Manual entry</td><td>Information was manually entered by a human</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-informationorigin-codes",
  "version" : "2.2.0-ballot",
  "name" : "DTRInformationOriginCodes",
  "title" : "DTR Information Origin Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-04T15:40:14+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "name" : "HL7 International / Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Codes used within the Information Origin valueset.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "auto",
      "display" : "Auto populated",
      "definition" : "Information was auto-populated",
      "concept" : [
        {
          "code" : "override",
          "display" : "Auto with override",
          "definition" : "Information was auto-populated but overridden by a human"
        }
      ]
    },
    {
      "code" : "manual",
      "display" : "Manual entry",
      "definition" : "Information was manually entered by a human"
    }
  ]
}