{
  "resourceType": "OperationDefinition",
  "id": "CapabilityStatement-subset",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Fetch a subset of the CapabilityStatement resource</h2>\n            <p>OPERATION: Fetch a subset of the CapabilityStatement resource</p>\n            <p>The official URL for this operation definition is: </p>\n            <pre>http://hl7.org/fhir/OperationDefinition/CapabilityStatement-subset</pre>\n            <div>\n              <p>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</p>\n\n            </div>\n            <p>URL: [base]/CapabilityStatement/$subset</p>\n            <p>URL: [base]/CapabilityStatement/[id]/$subset</p>\n            <p>Parameters</p>\n            <table class=\"grid\">\n              <tr>\n                <td>\n                  <b>Use</b>\n                </td>\n                <td>\n                  <b>Name</b>\n                </td>\n                <td>\n                  <b>Cardinality</b>\n                </td>\n                <td>\n                  <b>Type</b>\n                </td>\n                <td>\n                  <b>Binding</b>\n                </td>\n                <td>\n                  <b>Documentation</b>\n                </td>\n              </tr>\n              <tr>\n                <td>IN</td>\n                <td>server</td>\n                <td>0..1</td>\n                <td>uri</td>\n                <td/>\n                <td>\n                  <div>\n                    <p>The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)</p>\n\n                  </div>\n                </td>\n              </tr>\n              <tr>\n                <td>IN</td>\n                <td>resource</td>\n                <td>1..*</td>\n                <td>code</td>\n                <td/>\n                <td>\n                  <div>\n                    <p>A resource that the client would like to include in the return</p>\n\n                  </div>\n                </td>\n              </tr>\n              <tr>\n                <td>OUT</td>\n                <td>return</td>\n                <td>1..1</td>\n                <td>CapabilityStatement</td>\n                <td/>\n                <td>\n                  <div>\n                    <p>The subsetted CapabilityStatement resource that is returned. This should be tagged with the SUBSETTED code</p>\n\n                  </div>\n                </td>\n              </tr>\n            </table>\n          </div>"
  },
  "url": "http://hl7.org/fhir/OperationDefinition/CapabilityStatement-subset",
  "name": "Fetch a subset of the CapabilityStatement resource",
  "status": "draft",
  "kind": "operation",
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "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",
  "code": "subset",
  "resource": [
    "CapabilityStatement"
  ],
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "server",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)",
      "type": "uri"
    },
    {
      "name": "resource",
      "use": "in",
      "min": 1,
      "max": "*",
      "documentation": "A resource that the client would like to include in the return",
      "type": "code"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The subsetted CapabilityStatement resource that is returned. This should be tagged with the SUBSETTED code",
      "type": "CapabilityStatement"
    }
  ]
}