Da Vinci - Documentation Templates and Rules
2.1.0 - STU 2.1 United States of America flag

This page is part of the Documentation Templates and Rules (v2.1.0: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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"
        }
      ]
    }
  ]
}