{ "description": "This operation allows a client to find an identified list for a particular function by its function. The operation takes two parameters, the identity of a patient, and the name of a functional list. The list of defined functional lists can be found at [Current Resource Lists](lifecycle.html#lists). Applications are not required to support all the lists, and may define additional lists of their own. If the system is able to locate a list that serves the identified purpose, it returns it as the body of the response with a 200 OK status. If the resource cannot be located, the server returns a 404 not found (optionally with an OperationOutcome resource)", "_filename": "operation-list-find.json", "package_name": "hl7.fhir.core", "date": "2016-03-31T08:01:25+11:00", "system": false, "publisher": "HL7 (FHIR Project)", "instance": false, "name": "Find a functional list", "type": "[\\\"List\\\"]", "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "1.4.0", "status": "draft", "id": "7f33c47b-54af-42ea-a52d-17aac0b25660", "kind": "operation", "comment": "Note that servers may support searching by a functional list, and not support this operation that allows clients to find the list directly", "url": "http://hl7.org/fhir/OperationDefinition/List-find", "code": "find", "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": "id", "documentation": "The id of a patient resource located on the server on which this operation is executed" }, { "max": "1", "min": 1, "use": "in", "name": "name", "type": "code", "documentation": "The code for the functional list that is being found" } ] }