Da Vinci - Documentation Templates and Rules
2.1.0 - STU 2.1 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.1.0 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

: Base Questionnaire - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Questionnaire",
  "id" : "dtr-base-questionnaire",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example base questionnaire</div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-dtr/dtr-base-questionnaire",
  "version" : "2.1.0",
  "name" : "DTRBaseQuestionnaire",
  "title" : "Base Questionnaire",
  "status" : "draft",
  "subjectType" : [
    "Patient"
  ],
  "date" : "2020-01-16T00:00:00+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"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ]
}