FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-dtr
Resource TypeCodeSystem
IdCodeSystem-dtr-informationorigin-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/davinci-dtr/CodeSystem-dtr-informationorigin-codes.html
URLhttp://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-informationorigin-codes
Version2.2.0-snapshot
Statusactive
Date2026-02-03T17:38:11+00:00
NameDTRInformationOriginCodes
TitleDTR Information Origin Codes
Realmus
Authorityhl7
DescriptionCodes used within the Information Origin valueset.
Contentcomplete

Resources that use this resource

ValueSet
MetricsinformationOriginsInformation Human Origins Value Set
informationOriginsInformation Origins Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem dtr-informationorigin-codes

This case-sensitive code system http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-informationorigin-codes defines the following codes in a Grouped By hierarchy:

CodeDisplayDefinition
auto-client Auto populated by ClientInformation was auto-populated by the client side (e.g., EHR)
auto-server Auto populated by ServerInformation was auto-populated by the server side (e.g., payer)
override Auto with overrideInformation was auto-populated but overridden by a human
manual Manual entryInformation was manually entered by a human

Source1

{
  "resourceType": "CodeSystem",
  "id": "dtr-informationorigin-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-snapshot",
  "name": "DTRInformationOriginCodes",
  "title": "DTR Information Origin Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-02-03T17:38:11+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": "grouped-by",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "auto-client",
      "display": "Auto populated by Client",
      "definition": "Information was auto-populated by the client side (e.g., EHR)"
    },
    {
      "code": "auto-server",
      "display": "Auto populated by Server",
      "definition": "Information was auto-populated by the server side (e.g., payer)"
    },
    {
      "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"
    }
  ]
}