This page is part of the Documentation Templates and Rules (v2.2.0-ballot: STU 2.2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Questionnaire",
"id" : "dtr-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-questionnaire",
"version" : "2.2.0-ballot",
"name" : "DTRQuestionnaire",
"title" : "Simple 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"
}
]
}
]
}