{ "description": "The place operation realizes an OrderSet for a particular patient", "_filename": "operation-orderset-place.json", "package_name": "hl7.fhir.core", "date": "2016-03-31T08:01:25+11:00", "system": false, "publisher": "HL7 (FHIR Project)", "instance": true, "name": "Place", "type": null, "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "1.4.0", "status": "draft", "id": "7bd382a1-be00-4eff-bf38-45c327af2f83", "kind": "operation", "url": "http://hl7.org/fhir/OperationDefinition/OrderSet-place", "code": "place", "version": null, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "other" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "patient", "type": "Reference", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Patient" }, "documentation": "The patient that is the target of the orders to be placed" }, { "max": "1", "min": 0, "use": "in", "name": "encounter", "type": "Reference", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Encounter" }, "documentation": "The encounter in context, if any" }, { "max": "1", "min": 0, "use": "in", "name": "practitioner", "type": "Reference", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, "documentation": "The practitioner placing the orders" }, { "max": "1", "min": 0, "use": "in", "name": "organization", "type": "Reference", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Organization" }, "documentation": "The organization placing the orders" }, { "max": "1", "min": 0, "use": "in", "name": "userType", "type": "CodeableConcept", "documentation": "The type of user initiating the request, e.g. patient, healthcare provider, or specific type of healthcare provider (physician, nurse, etc.)" }, { "max": "1", "min": 0, "use": "in", "name": "userLanguage", "type": "CodeableConcept", "documentation": "Preferred language of the person using the system" }, { "max": "1", "min": 0, "use": "in", "name": "userTaskContext", "type": "CodeableConcept", "documentation": "The task the system user is performing, e.g. laboratory results review, medication list review, etc. This information can be used to tailor decision support outputs, such as recommended information resources" }, { "max": "1", "min": 0, "use": "in", "name": "setting", "type": "CodeableConcept", "documentation": "The current setting of the request (inpatient, outpatient, etc)" }, { "max": "1", "min": 0, "use": "in", "name": "settingContext", "type": "CodeableConcept", "documentation": "Additional detail about the setting of the request, if any" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "CarePlan", "documentation": "The CarePlan that is the result of placing the orders" } ] }