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

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.2.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions

: Questionnaire Completion Time Value Set

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "completionTimes",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet completionTimes</b></p><a name=\"completionTimes\"> </a><a name=\"hccompletionTimes\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-dtr-completionTime-codes.html\"><code>http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-completionTime-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;2.2.0-ballot</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-dtr-completionTime-codes.html#dtr-completionTime-codes-under-1min\">under-1min</a></td><td style=\"color: #cccccc\">Under 1 Minute</td><td>Completion time was under 1 minute.</td></tr><tr><td><a href=\"CodeSystem-dtr-completionTime-codes.html#dtr-completionTime-codes-under-3min\">under-3min</a></td><td style=\"color: #cccccc\">Under 3 Minutes</td><td>Completion time was under 3 minutes.</td></tr><tr><td><a href=\"CodeSystem-dtr-completionTime-codes.html#dtr-completionTime-codes-under-5min\">under-5min</a></td><td style=\"color: #cccccc\">Under 5 Minutes</td><td>Completion time was under 5 minutes.</td></tr><tr><td><a href=\"CodeSystem-dtr-completionTime-codes.html#dtr-completionTime-codes-over-5min\">over-5min</a></td><td style=\"color: #cccccc\">Over 5 Minutes</td><td>Completion time was over 5 minutes.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    },
    {
      "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/ValueSet/completionTimes",
  "version" : "2.2.0-ballot",
  "name" : "DTRCompletionTimes",
  "title" : "Questionnaire Completion Time Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-19T19:45:26+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 defining estimated completion times for a Questionnaire",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-completionTime-codes",
        "concept" : [
          {
            "code" : "under-1min"
          },
          {
            "code" : "under-3min"
          },
          {
            "code" : "under-5min"
          },
          {
            "code" : "over-5min"
          }
        ]
      }
    ]
  }
}