PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.application-feature@1.0.0
    http://hl7.org/fhir/uv/application-feature/OperationDefinition/CapabilityStatement-subset
{
  "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": "OperationDefinition-CapabilityStatement-subset.json",
  "package_name": "hl7.fhir.uv.application-feature",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "lastUpdated": "2021-01-05T10:01:24.148+11:00"
  },
  "system": false,
  "publisher": "HL7 International / FHIR Infrastructure",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "Subset",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Fetch a subset of the CapabilityStatement resource",
  "package_version": "1.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 5
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/build/StructureDefinition/example",
    "extension": [ {
      "url": "list",
      "valueString": "1"
    }, {
      "url": "response",
      "valueBoolean": false
    }, {
      "url": "content",
      "valueString": "$subset-request.txt"
    } ]
  }, {
    "url": "http://hl7.org/fhir/build/StructureDefinition/example",
    "extension": [ {
      "url": "list",
      "valueString": "1"
    }, {
      "url": "response",
      "valueBoolean": true
    }, {
      "url": "content",
      "valueString": "$subset-response.txt"
    } ]
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "8d69944b-a0f2-44ce-9ee3-3fde6c934cce",
  "resource": [ "CapabilityStatement" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/application-feature/OperationDefinition/CapabilityStatement-subset",
  "code": "subset",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.32.6",
    "system": "urn:ietf:rfc:3986"
  } ],
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "server",
    "type": "uri",
    "scope": [ "type", "system" ],
    "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"
  } ]
}