This page is part of the Documentation Templates and Rules (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Draft as of 2022-02-18 |
{
"resourceType" : "OperationDefinition",
"id" : "Questionnaire-for-Order",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QuestionnaireForOrder</h2><p>OPERATION: QuestionnaireForOrder</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/Questionnaire-for-Order</pre><p>URL: [base]/Patient/$Questionnaire-for-Order</p><p>URL: [base]/Patient/[id]/$Questionnaire-for-Order</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>coverage</td><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/coverage.html\">Coverage</a></td><td/><td><div><p>One or more Coverage resource instances. (Note: This could also be de-identified)</p>\n</div></td></tr><tr><td>IN</td><td>order</td><td>1..*</td><td>Any</td><td/><td><div><p>One or more Order resource instances. e.g., DeviceRequest, ServiceRequest, MedicationRequest, ... Encounter, Appointment, or prior-auth Claim, etc. (Note: This could also be de-identified)</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>1 or more bundles each with a Questionnaire, Library/CQL, and value set(s). (Note: This could be a searchable Adaptive Questionnaire that just provides the next-question operation URL.)</p>\n</div></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/Questionnaire-for-Order",
"version" : "1.1.0-ballot",
"name" : "QuestionnaireForOrder",
"title" : "Get Questionnaire for given order",
"status" : "draft",
"kind" : "operation",
"date" : "2022-02-18T15:42:45+00:00",
"publisher" : "HL7 Clinical Decision Support Work Group",
"contact" : [
{
"name" : "HL7 Clinical Decision Support Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "Questionnaire-for-Order",
"base" : "http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/Questionnaire-for-Order",
"resource" : [
"Patient"
],
"system" : false,
"type" : true,
"instance" : true,
"parameter" : [
{
"name" : "coverage",
"use" : "in",
"min" : 1,
"max" : "*",
"documentation" : "One or more Coverage resource instances. (Note: This could also be de-identified)",
"type" : "Coverage"
},
{
"name" : "order",
"use" : "in",
"min" : 1,
"max" : "*",
"documentation" : "One or more Order resource instances. e.g., DeviceRequest, ServiceRequest, MedicationRequest, ... Encounter, Appointment, or prior-auth Claim, etc. (Note: This could also be de-identified)",
"type" : "Any"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "*",
"documentation" : "1 or more bundles each with a Questionnaire, Library/CQL, and value set(s). (Note: This could be a searchable Adaptive Questionnaire that just provides the next-question operation URL.)",
"type" : "Bundle"
}
]
}