{ "description": "This operation asks the server to return a subset of the CapabilityStatement resource - just the REST parts that relate to a set of nominated resources - the resources that the client is interested in", "_filename": "operation-capabilitystatement-subset.json", "package_name": "hl7.fhir.core", "date": "2016-12-06T12:22:34+11:00", "system": false, "publisher": "HL7 (FHIR Project)", "instance": true, "name": "Fetch a subset of the CapabilityStatement resource", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "1.8.0", "status": "draft", "id": "58df9240-7224-4bd4-96b5-5235276d2567", "resource": [ "CapabilityStatement" ], "kind": "operation", "url": "http://hl7.org/fhir/OperationDefinition/CapabilityStatement-subset", "code": "subset", "version": null, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "server", "type": "uri", "documentation": "The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)" }, { "max": "*", "min": 1, "use": "in", "name": "resource", "type": "code", "documentation": "A resource that the client would like to include in the return" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "CapabilityStatement", "documentation": "The subsetted CapabilityStatement resource that is returned. This should be tagged with the SUBSETTED code" } ] }