{ "description": "The Extract operation takes a completed QuestionnaireRespponse and converts it to a FHIR resource or Bundle of resources by using metadata embedded in the Questionnaire the QuestionnaireResponse is based on. The extracted resources might include Observations, MedicationStatements and other standard FHIR resources which can then be shared and manipulated.", "_filename": "OperationDefinition-QuestionnaireResponse-extract.json", "package_name": "hl7.fhir.uv.sdc", "date": "2018-08-30T00:00:00+10:00", "system": false, "publisher": "HL7 International - FHIR Infrastructure", "instance": true, "name": "QuestionnaireResponseExtract", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Questionnaire response extract to resource(s)", "package_version": "2.7.0", "status": "draft", "id": "da35e6dc-41e7-45ab-905d-eb87aa8cab6f", "resource": [ "Questionnaire" ], "kind": "operation", "comment": "The QuestionnaireResponse must identify a QuestionnaireResponse instance containing appropriate metadata to allow extraction. (Refer to the [Data Extraction](extraction.html) page for more details.", "url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/QuestionnaireResponse-extract", "code": "extract", "version": "0.0.0", "inputProfile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaireresponse-extract-in", "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "questionnaire-response", "type": "Resource", "documentation": "The QuestionnaireResponse to extract data from. Used when the operation is invoked at the 'type' level." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Resource", "documentation": "The resulting FHIR resource produced after extracting data. This will either be a single resource or a Transaction Bundle that contains multiple resources. The operations in the Bundle might be creates, updates and/or conditional versions of both depending on the nature of the extraction mappings" } ] }