Narrative
OperationDefinition example
| Defining URL: |
http://hl7.org/fhir/OperationDefinition/example
|
| Version: | B |
| Name: | PopulateQuestionnaire |
| Title: | Populate Questionnaire |
| Status: | Draft as of 2015-08-04 |
| Definition: |
Limited implementation of the Populate Questionnaire implementation |
| Publisher: | HL7 International / FHIR Infrastructure . HL7 International / FHIR Infrastructure |
OPERATION: PopulateQuestionnaire
The official URL for this operation definition is:
http://hl7.org/fhir/OperationDefinition/example
Limited implementation of the Populate Questionnaire implementation
URL: [base]/Questionnaire/[id]/$populate
Parameters
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | subject | 1..1 | Reference |
The resource that is to be the QuestionnaireResponse.subject . The QuestionnaireResponse instance will reference the provided subject. In addition, if the local parameter is set to true, server information about the specified subject will be used to populate the instance. |
||
| IN | local | 0..1 | Reference |
If the local parameter is set to true, server information about the specified subject will be used to populate the instance. |
||
| OUT | return | 1..1 | QuestionnaireResponse |
The partially (or fully)-populated set of answers for the specified Questionnaire |
Only implemented for Labs and Medications so far