Da Vinci - Documentation Templates and Rules
2.1.0-preview - STU 2 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-preview 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 Package Operation Results - Simple - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "DTRQuestionnairePackageOperationResultSimple",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:90404930-204a-4127-9c40-997b2ed7f767"
  },
  "type" : "collection",
  "timestamp" : "2023-04-20T00:00:00+05:00",
  "entry" : [
    {
      "id" : "home-o2-adaptive-questionnaire",
      "fullUrl" : "http://example.org/fhir/Questionnaire/home-o2-adaptive-questionnaire",
      "resource" : {
        "resourceType" : "Questionnaire",
        "id" : "home-o2-adaptive-questionnaire",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-questionnaire-adapt"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example adaptive questionnaire contained in a QuestionnaireResposne</div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive",
            "valueBoolean" : true
          }
        ],
        "version" : "0.1.0",
        "name" : "HomeOxygenTherapyAdaptiveQuestionnaire",
        "title" : "Adaptive Home Oxygen Therapy Order Template",
        "derivedFrom" : [
          🔗 "http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire"
        ],
        "_derivedFrom" : [
          {
            🔗 "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/questionnaire-derivationType",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "http://hl7.org/fhir/questionnaire-derivationType",
                      "code" : "compliesWith",
                      "display" : "Complies with"
                    }
                  ]
                }
              }
            ]
          }
        ],
        "status" : "draft",
        "subjectType" : [
          "Patient"
        ],
        "date" : "2020-01-16T00:00:00+00:00",
        "publisher" : "Da Vinci DTR",
        "contact" : [
          {
            "name" : "Example Author"
          }
        ],
        "item" : [
          {
            "linkId" : "1",
            "text" : "Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)",
            "type" : "text",
            "required" : true
          },
          {
            "linkId" : "2",
            "text" : "Order Reason",
            "type" : "choice",
            "required" : true,
            "answerOption" : [
              {
                "valueCoding" : {
                  "system" : "http://example.org",
                  "code" : "1",
                  "display" : "Initial or original order for certification"
                }
              },
              {
                "valueCoding" : {
                  "system" : "http://example.org",
                  "code" : "2",
                  "display" : "Change in status"
                }
              },
              {
                "valueCoding" : {
                  "system" : "http://example.org",
                  "code" : "3",
                  "display" : "Revision or change in equipment"
                }
              },
              {
                "valueCoding" : {
                  "system" : "http://example.org",
                  "code" : "4",
                  "display" : "Replacement"
                }
              }
            ]
          }
        ]
      }
    }
  ]
}