<?xml version=“1.0” encoding=“UTF-8”?> <OperationDefinition xmlns=“hl7.org/fhir”>
<id value="CapabilityStatement-subset"/> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="5"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <url value="http://hl7.org/fhir/OperationDefinition/CapabilityStatement-subset"/> <version value="4.0.1"/> <name value="Fetch a subset of the CapabilityStatement resource"/> <status value="draft"/> <kind value="operation"/> <date value="2019-11-01T09:29:23+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="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 value="subset"/> <resource value="CapabilityStatement"/> <system value="false"/> <type value="true"/> <instance value="true"/> <parameter> <name value="server"/> <use value="in"/> <min value="0"/> <max value="1"/> <documentation value="The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)"/> <type value="uri"/> </parameter> <parameter> <name value="resource"/> <use value="in"/> <min value="1"/> <max value="*"/> <documentation value="A resource that the client would like to include in the return"/> <type value="code"/> </parameter> <parameter> <name value="return"/> <use value="out"/> <min value="1"/> <max value="1"/> <documentation value="The subsetted CapabilityStatement resource that is returned. This should be tagged with the SUBSETTED code"/> <type value="CapabilityStatement"/> </parameter>
</OperationDefinition>