This page is part of the U.S. Physical Activity IG (v1.0.0-ballot: STU 1.0 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Active as of 2022-06-18 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="pa-service-provider-full"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<br/>
<h2>General</h2>
<div class="table-wrapper">
<table class="grid">
<tbody>
<tr>
<th>Supported FHIR Version:</th>
<td>
4.0.1
</td>
</tr>
<tr>
<th>Supported exchange formats:</th>
<td>
json, xml
</td>
</tr>
</tbody>
</table>
</div>
<p>
<b>Jump to:</b>
</p>
<ul>
<li><a href="#client">REST client</a></li>
<li><a href="#server">REST server</a></li>
</ul>
<br/>
<a name="client"> </a>
<h2>REST client behavior</h2>
<div><div><p>A 'full' Service Provider needs less client capabilities than a <a href="CapabilityStatement-pa-service-provider-light.html">light</a> one, as it does not rely on the <a href="CapabilityStatement-pa-care-manager.html">care manager</a> to store the Task or report. However, it might still need to access and sometimes manipulate observations, goals, plans and other resources stored on external systems.</p>
</div></div>
<br/>
<h3>Resource summary</h3>
<div class="table-wrapper">
<table class="grid">
<thead>
<tr>
<th>Resource</th>
<th>Search</th>
<th>Read</th>
<th>Read Version</th>
<th>Instance History</th>
<th>Resource History</th>
<th>Create</th>
<th>Update</th>
<th>Delete</th>
<th>Operations</th>
</tr>
</thead>
<tbody>
<tr>
<th>
CarePlan
</th>
<td>
<a href="#CarePlan-search-type" title="Allows retrieval of care plans for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#CarePlan-history-instance" title="Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported.">
MAY
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#CarePlan-update" title="Allows a service provider to make updates to a plan owned by a care manager.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Condition
</th>
<td>
<a href="#Condition-search-type" title="Allows retrieval of conditions for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Condition-history-instance" title="Allows seeing how a condition has changed over time.">
MAY
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Goal
</th>
<td>
<a href="#Goal-search-type" title="Allows retrieval of goals for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Goal-history-instance" title="Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported.">
MAY
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Goal-update" title="Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Observation
</th>
<td>
<a href="#Observation-search-type" title="Allows retrieval of observations for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
ServiceRequest
</th>
<td>
<a href="#ServiceRequest-search-type" title="Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Subscription
</th>
<td>
<a href="#Subscription-search-type" title="Allows retrieval of existing subscriptions prior to update.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/CarePlan.html">CarePlan</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="CarePlan-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows a service provider to make updates to a plan owned by a care manager.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="CarePlan-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of care plans for a given patient.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="CarePlan-history-instance"> </a>
<span>history-instance</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/CarePlan-category">category</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those plans related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-date">date</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering plans based on the time frame they apply(ied) to.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/CarePlan-status">lifecycle-status</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only active or draft plans.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Condition.html">Condition</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-condition-low-pa">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-condition-low-pa</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Condition-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of conditions for a given patient.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Condition-history-instance"> </a>
<span>history-instance</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows seeing how a condition has changed over time.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known condition records - and more specifically, retrieving more than one in a single call to check for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Condition-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those plans related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Condition-clinical-status">clinical-status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only active conditions.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving specific patient conditions - e.g. all 'low physical activity' conditions.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Condition-verification-status">verification-status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows excluding refuted or erroneous conditions.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Goal.html">Goal</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Goal-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Goal-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of goals for a given patient.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Goal-history-instance"> </a>
<span>history-instance</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those goals related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status">lifecycle-status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only active, completed or other goal statuses.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those goals for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-target-date">target-date</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering goals based on when they're to be achieved.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Observation.html">Observation</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Observation-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of observations for a given patient.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those observations related to physical activity. As well, many clinical systems will require searches to specify a category so the server knows which part of the database to search as different types of observations are stored in different areas.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-date">date</a>
</b>
</td>
<td>
SHALL
</td>
<td>date
</td>
<td>
<div><p>Allows filtering to only retrieve a observations from a particular time period.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those observations for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-status">status</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows excluding entered-in-error or non-final observations.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-value-quantity">value-quantity</a>
</b>
</td>
<td>
SHOULD
</td>
<td>quantity
</td>
<td>
<div><p>Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/ServiceRequest.html">ServiceRequest</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="ServiceRequest-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<p>Supported Includes: ServiceRequest:patient, ServiceRequest:requester</p>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-authored">authored</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering orders based on when they were created.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those referrals related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only orders for particular types of interventions.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those orders for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer">performer</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve orders targeted to a specific performer.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-requester">requester</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve orders solicited by a specific provider.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-status">status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve active or completed orders.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Subscription.html">Subscription</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription">http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Subscription-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of existing subscriptions prior to update.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic">topic</a>
</b>
</td>
<td>
SHOULD
</td>
<td>uri
</td>
<td>
<div><p>Allows filtering for just subscriptions for Task monitoring.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known subscription records.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<a name="server"> </a>
<h2>REST server behavior</h2>
<div><div><p>Unlike a <a href="CapabilityStatement-pa-service-provider-light.html">light Service Provider</a>, 'full' Service Providers expose a RESTful endpoint to allow submission of tasks as well as creation and/or manipulation of other resources by <a href="CapabilityStatement-pa-care-manager.html">Care Managers</a> and <a href="CapabilityStatement-pa-patient-engagement.html">Patient Engagement systems</a>.</p>
</div></div>
<br/>
<p>
<b>Security:</b>
</p>
<ul>
<li>OAuth</li>
</ul>
<div><div><p>See additional guidance on the <a href="security.html">security</a> page.</p>
</div></div>
<br/>
<h3>Resource summary</h3>
<div class="table-wrapper">
<table class="grid">
<thead>
<tr>
<th>Resource</th>
<th>Search</th>
<th>Read</th>
<th>Read Version</th>
<th>Instance History</th>
<th>Resource History</th>
<th>Create</th>
<th>Update</th>
<th>Delete</th>
<th>Operations</th>
</tr>
</thead>
<tbody>
<tr>
<th>
CarePlan
</th>
<td>
<a href="#CarePlan-search-type" title="Allows retrieval of care plans for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#CarePlan-history-instance" title="Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported.">
MAY
</a>
</td>
<td>
</td>
<td>
<a href="#CarePlan-create" title="Allows patients or service providers to add additional physical activity related care plans. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this.">
MAY
</a>
</td>
<td>
<a href="#CarePlan-update" title="Allows patients or service providers to modify a care plan. Allowing patients, care-givers, and service providers to help maintain care plans is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
DocumentReference
</th>
<td>
<a href="#DocumentReference-search-type" title="Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Goal
</th>
<td>
<a href="#Goal-search-type" title="Allows retrieval of goals for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Goal-history-instance" title="Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported.">
MAY
</a>
</td>
<td>
</td>
<td>
<a href="#Goal-create" title="Allows patients or service providers to add additional physical activity related goals. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this.">
SHOULD
</a>
</td>
<td>
<a href="#Goal-update" title="Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Observation
</th>
<td>
<a href="#Observation-search-type" title="Allows retrieval of observations for a given patient.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Observation-create" title="Allows other systems to record physical-activity related observations.">
SHALL
</a>
</td>
<td>
<a href="#Observation-update" title="Allows correction of or adding comments to previously recorded observations.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
DiagnosticReport
</th>
<td>
<a href="#DiagnosticReport-search-type" title="Allows searching for reports for a particular patient or checking for updates to previously retrieved records.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Questionnaire
</th>
<td>
<a href="#Questionnaire-search-type" title="Allows retrieval of questionnaires to be completed.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
QuestionnaireResponse
</th>
<td>
<a href="#QuestionnaireResponse-search-type" title="Allows retrieval of completed or in-progresss questionnaire responses.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#QuestionnaireResponse-create" title="Allows other systems to record questionnaire responses.">
SHALL
</a>
</td>
<td>
<a href="#QuestionnaireResponse-update" title="Allows correction of or continued editing of a previously recorded questionnaire response.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
ServiceRequest
</th>
<td>
<a href="#ServiceRequest-search-type" title="Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Subscription
</th>
<td>
<a href="#Subscription-search-type" title="Allows retrieval of existing subscriptions prior to update.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Subscription-create" title="Allows establishing a new subscription.">
SHALL
</a>
</td>
<td>
<a href="#Subscription-update" title="Allows revising an existing subscription - to cancel it or change the email address or SMS number.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th>
Task
</th>
<td>
<a href="#Task-search-type" title="Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query.">
SHALL
</a>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<a href="#Task-create" title="Allows a service provider to create a patient-assigned Task.">
SHALL
</a>
</td>
<td>
<a href="#Task-update" title="Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task.">
SHOULD
</a>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/CarePlan.html">CarePlan</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="CarePlan-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows patients or service providers to modify a care plan. Allowing patients, care-givers, and service providers to help maintain care plans is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="CarePlan-create"> </a>
<span>create</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows patients or service providers to add additional physical activity related care plans. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="CarePlan-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of care plans for a given patient.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="CarePlan-history-instance"> </a>
<span>history-instance</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/CarePlan-category">category</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those plans related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-date">date</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering plans based on the time frame they apply(ied) to.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/CarePlan-status">lifecycle-status</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only active or draft plans.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/DocumentReference.html">DocumentReference</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference">http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="DocumentReference-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known document reference records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Goal.html">Goal</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Goal-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Goal-create"> </a>
<span>create</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows patients or service providers to add additional physical activity related goals. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Goal-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of goals for a given patient.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Goal-history-instance"> </a>
<span>history-instance</span>
</b>
</td>
<td>
MAY
</td>
<td>
<div><p>Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those goals related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status">lifecycle-status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only active, completed or other goal statuses.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those goals for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Goal-target-date">target-date</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering goals based on when they're to be achieved.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Observation.html">Observation</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Observation-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows correction of or adding comments to previously recorded observations.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Observation-create"> </a>
<span>create</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows other systems to record physical-activity related observations.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Observation-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of observations for a given patient.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those observations related to physical activity. As well, many clinical systems will require searches to specify a category so the server knows which part of the database to search as different types of observations are stored in different areas.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-date">date</a>
</b>
</td>
<td>
SHALL
</td>
<td>date
</td>
<td>
<div><p>Allows filtering to only retrieve a observations from a particular time period.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those observations for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-status">status</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows excluding entered-in-error or non-final observations.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Observation-value-quantity">value-quantity</a>
</b>
</td>
<td>
SHOULD
</td>
<td>quantity
</td>
<td>
<div><p>Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/DiagnosticReport.html">DiagnosticReport</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="DiagnosticReport-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows searching for reports for a particular patient or checking for updates to previously retrieved records.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known reports - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Procedure-based-on">basedOn</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to reports created in fulfillement of a particular order or referral.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to specific types of reports.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-date">date</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering reports based on the period the cover.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Procedure-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those reports related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those reports for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer">performer</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve reports created by a specific performer.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-status">status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve active or completed reports.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Questionnaire.html">Questionnaire</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-obsn">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-obsn</a>
</li>
<li>
<a href="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Questionnaire-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of questionnaires to be completed.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known questionnaire records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Questionnaire-url">url</a>
</b>
</td>
<td>
SHALL
</td>
<td>uri
</td>
<td>
<div><p>Allows retrieving a referenced Questionnaire.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Questionnaire-version">version</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving a specific version of a referenced questionnaire.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/QuestionnaireResponse.html">QuestionnaireResponse</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="QuestionnaireResponse-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows correction of or continued editing of a previously recorded questionnaire response.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="QuestionnaireResponse-create"> </a>
<span>create</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows other systems to record questionnaire responses.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="QuestionnaireResponse-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of completed or in-progresss questionnaire responses.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known questionnaire response records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author">author</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering responses previously created by a particular individual.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored">authored</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering responses based on when they were completed.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those responses for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire">questionnaire</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows retrieving a referenced Questionnaire.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status">status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve completed questionnaire responses.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/ServiceRequest.html">ServiceRequest</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="ServiceRequest-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<p>Supported Includes: ServiceRequest:patient, ServiceRequest:requester</p>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-authored">authored</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering orders based on when they were created.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-category">category</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only those referrals related to physical activity.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving only orders for particular types of interventions.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those orders for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer">performer</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve orders targeted to a specific performer.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-requester">requester</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve orders solicited by a specific provider.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-status">status</a>
</b>
</td>
<td>
SHOULD
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve active or completed orders.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Subscription.html">Subscription</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription">http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Subscription-create"> </a>
<span>create</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows establishing a new subscription.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Subscription-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows revising an existing subscription - to cancel it or change the email address or SMS number.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Subscription-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows retrieval of existing subscriptions prior to update.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic">topic</a>
</b>
</td>
<td>
SHOULD
</td>
<td>uri
</td>
<td>
<div><p>Allows filtering for just subscriptions for Task monitoring.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known subscription records.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<h3>
<a href="http://hl7.org/fhir/Task.html">Task</a>
</h3>
<p>Supported Profile(s):</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-task-for-referral-management">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-task-for-referral-management</a>
</li>
<li>
<a href="http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient">http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient</a>
</li>
</ul>
<h4>Behavior</h4>
<p>Versioning support: versioned-update</p>
<p>Reference policy: literal</p>
<!-- Note: description doesn't exist yet -->
<h4>Interactions</h4>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Name</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a name="Task-create"> </a>
<span>create</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows a service provider to create a patient-assigned Task.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Task-update"> </a>
<span>update</span>
</b>
</td>
<td>
SHOULD
</td>
<td>
<div><p>Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a name="Task-search-type"> </a>
<span>search-type</span>
</b>
</td>
<td>
SHALL
</td>
<td>
<div><p>Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h4>Search</h4>
<p>Supported Includes: Task:output</p>
<div class="table-wrapper">
<table class="list">
<thead>
<tr>
<th style="text-align: center">Parameter</th>
<th style="text-align: center">Conformance</th>
<th style="text-align: center">Type</th>
<th style="text-align: center">Definition & Chaining</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-id">_id</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows retrieving known task records - and more specifically, retrieving more than one in a single call to poll for updates.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated">_lastUpdated</a>
</b>
</td>
<td>
SHOULD
</td>
<td>date
</td>
<td>
<div><p>Allows filtering for only records that have changed since last query.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-code">code</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering for 'fulfill' tasks as opposed to others. Some systems may require code to be included as a filter criteria as different Task codes may correspond to different internal database tables.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Task-owner">owner</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering only for tasks that are assigned to a particular owner (or alternatively, tasks that have not yet been assigned).</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/clinical-patient">patient</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only those tasks for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Task-requester">requester</a>
</b>
</td>
<td>
SHALL
</td>
<td>reference
</td>
<td>
<div><p>Allows filtering to only retrieve tasks initiated by a specific provider.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/ServiceRequest-status">status</a>
</b>
</td>
<td>
SHALL
</td>
<td>token
</td>
<td>
<div><p>Allows filtering to only retrieve active or completed orders.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/SearchParameter/Task-focus">focus</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows retrieving the task(s) seeking fulfillment of a particular ServiceRequest.</p>
</div>
</td>
</tr>
<tr>
<td>
<b>
<a href="http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference">output</a>
</b>
</td>
<td>
SHOULD
</td>
<td>reference
</td>
<td>
<div><p>Allows for the 'output' of a Task to be included when retrieving a Task.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</text>
<url
value="http://hl7.org/fhir/us/physical-activity/CapabilityStatement/pa-service-provider-full"/>
<version value="1.0.0-ballot"/>
<name value="PAServiceProviderFull"/>
<title
value="Physical Activity Full Service Provider Capability Statement"/>
<status value="active"/>
<date value="2022-06-18"/>
<publisher value="HL7 International - Patient Care WG"/>
<contact>
<name value="HL7 International - Patient Care WG"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/patientcare"/>
</telecom>
</contact>
<description
value="Describes the expected capabilities of a system used by a personal trainer, community fitness organization, or other entity that delivers services that help a patient to improve or maintain their level of physical activity. This set of capabilities is appropriate for service providers that CAN expose their own FHIR server and that store Tasks, reports and other resources locally and expose them for query by [Care Managers](CapabilityStatement-pa-care-manager.html) and [Patient Engagement systems](CapabilityStatement-pa-patient-engagement.html)."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="4.0.1"/>
<format value="json"/>
<format value="xml"/>
<rest>
<mode value="client"/>
<documentation
value="A 'full' Service Provider needs less client capabilities than a [light](CapabilityStatement-pa-service-provider-light.html) one, as it does not rely on the [care manager](CapabilityStatement-pa-care-manager.html) to store the Task or report. However, it might still need to access and sometimes manipulate observations, goals, plans and other resources stored on external systems."/>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<type value="CarePlan"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows accessing and manipulating Care Plans stored on a Care Manager."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows a service provider to make updates to a plan owned by a care manager."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of care plans for a given patient."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="history-instance"/>
<documentation
value="Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/CarePlan-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those plans related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
<type value="date"/>
<documentation
value="Allows filtering plans based on the time frame they apply(ied) to."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="lifecycle-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/CarePlan-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only active or draft plans."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Condition"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-condition-low-pa">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<documentation
value="Accessing the formal 'low physical activity' condition may be necessary to support prior authorization or claims."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of conditions for a given patient."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="history-instance"/>
<documentation
value="Allows seeing how a condition has changed over time."/>
</interaction>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known condition records - and more specifically, retrieving more than one in a single call to check for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Condition-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those plans related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="clinical-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Condition-clinical-status"/>
<type value="token"/>
<documentation value="Allows filtering to only active conditions."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows retrieving specific patient conditions - e.g. all 'low physical activity' conditions."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="verification-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Condition-verification-status"/>
<type value="token"/>
<documentation
value="Allows excluding refuted or erroneous conditions."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<type value="Goal"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows accessing and potentially updating goals maintained by a Care Manager."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of goals for a given patient."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="history-instance"/>
<documentation
value="Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those goals related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="lifecycle-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only active, completed or other goal statuses."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those goals for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="target-date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-target-date"/>
<type value="date"/>
<documentation
value="Allows filtering goals based on when they're to be achieved."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<type value="Observation"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<documentation
value="Allows accessing observations maintained by a Care Manager."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of observations for a given patient."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those observations related to physical activity. As well, many clinical systems will require searches to specify a category so the server knows which part of the database to search as different types of observations are stored in different areas."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
<type value="date"/>
<documentation
value="Allows filtering to only retrieve a observations from a particular time period."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those observations for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-status"/>
<type value="token"/>
<documentation
value="Allows excluding entered-in-error or non-final observations."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="value-quantity"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-value-quantity"/>
<type value="quantity"/>
<documentation
value="Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="ServiceRequest"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows retrieval of physical activity-related referrals from Care managers."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders."/>
</interaction>
<referencePolicy value="literal"/>
<searchInclude value="ServiceRequest:patient">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</searchInclude>
<searchInclude value="ServiceRequest:requester">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</searchInclude>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="authored"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"/>
<type value="date"/>
<documentation
value="Allows filtering orders based on when they were created."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those referrals related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows retrieving only orders for particular types of interventions."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those orders for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="performer"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve orders targeted to a specific performer."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="requester"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve orders solicited by a specific provider."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve active or completed orders."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<type value="Subscription"/>
<supportedProfile
value="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows subscribing to Patient Tasks hosted on a CareManager."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of existing subscriptions prior to update."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="topic"/>
<definition
value="http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic"/>
<type value="uri"/>
<documentation
value="Allows filtering for just subscriptions for Task monitoring."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation value="Allows retrieving known subscription records."/>
</searchParam>
</resource>
</rest>
<rest>
<mode value="server"/>
<documentation
value="Unlike a [light Service Provider](CapabilityStatement-pa-service-provider-light.html), 'full' Service Providers expose a RESTful endpoint to allow submission of tasks as well as creation and/or manipulation of other resources by [Care Managers](CapabilityStatement-pa-care-manager.html) and [Patient Engagement systems](CapabilityStatement-pa-patient-engagement.html)."/>
<security>
<service>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/restful-security-service"/>
<code value="OAuth"/>
</coding>
</service>
<description
value="See additional guidance on the [security](security.html) page."/>
</security>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="CarePlan"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Shares and, ideally, allows external systems to add and update care plans."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows patients or service providers to modify a care plan. Allowing patients, care-givers, and service providers to help maintain care plans is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="create"/>
<documentation
value="Allows patients or service providers to add additional physical activity related care plans. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of care plans for a given patient."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="history-instance"/>
<documentation
value="Allows seeing how a care plan has changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to the plan. However, history is not widely supported."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/CarePlan-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those plans related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
<type value="date"/>
<documentation
value="Allows filtering plans based on the time frame they apply(ied) to."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="lifecycle-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/CarePlan-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only active or draft plans."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those plans for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="DocumentReference"/>
<supportedProfile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows exposing PDFs or similar content to be referenced by a Patient Task and retrieved by Patient Engagement systems."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated."/>
</interaction>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known document reference records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Goal"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Shares and, ideally, allows external systems to add and update goals."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows patients or service providers to modify a goal - for example shifting target values or dates, updating the status, etc. Allowing patients, care-givers, and service providers to help maintain goals is a key aspect of a patient-centered care plan. However, not all care manager systems (or their organizations) yet have the technical mechanisms or policies in place to support this."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="create"/>
<documentation
value="Allows patients or service providers to add additional physical activity related goals. As with updates, this is a key part of a patient-centered care plan, but not all systems or organizations will be able to do this."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of goals for a given patient."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<code value="history-instance"/>
<documentation
value="Allows seeing how goals have changed over time. This may be particularly important if multiple stakeholders have the ability to make adjustments to goals. However, history is not widely supported."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those goals related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="lifecycle-status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only active, completed or other goal statuses."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those goals for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="target-date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Goal-target-date"/>
<type value="date"/>
<documentation
value="Allows filtering goals based on when they're to be achieved."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Observation"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<documentation
value="Exposes and allows manipulation of physical activity vital sign and supporting observations."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows correction of or adding comments to previously recorded observations."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="create"/>
<documentation
value="Allows other systems to record physical-activity related observations."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of observations for a given patient."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those observations related to physical activity. As well, many clinical systems will require searches to specify a category so the server knows which part of the database to search as different types of observations are stored in different areas."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
<type value="date"/>
<documentation
value="Allows filtering to only retrieve a observations from a particular time period."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those observations for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-status"/>
<type value="token"/>
<documentation
value="Allows excluding entered-in-error or non-final observations."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="value-quantity"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Observation-value-quantity"/>
<type value="quantity"/>
<documentation
value="Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="DiagnosticReport"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows retrieval of the reports on physical activity-related interventions."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows searching for reports for a particular patient or checking for updates to previously retrieved records."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known reports - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="basedOn"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Procedure-based-on"/>
<type value="reference"/>
<documentation
value="Allows filtering to reports created in fulfillement of a particular order or referral."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows filtering to specific types of reports."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="date"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
<type value="date"/>
<documentation
value="Allows filtering reports based on the period the cover."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Procedure-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those reports related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those reports for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="performer"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve reports created by a specific performer."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve active or completed reports."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Questionnaire"/>
<supportedProfile
value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-obsn">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</supportedProfile>
<documentation
value="Allows retrieval of Questionnaires to be filled in."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of questionnaires to be completed."/>
</interaction>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known questionnaire records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="url"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Questionnaire-url"/>
<type value="uri"/>
<documentation value="Allows retrieving a referenced Questionnaire."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="version"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Questionnaire-version"/>
<type value="token"/>
<documentation
value="Allows retrieving a specific version of a referenced questionnaire."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="QuestionnaireResponse"/>
<supportedProfile
value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows recording and retrieval of questionnaire responses."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows correction of or continued editing of a previously recorded questionnaire response."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="create"/>
<documentation
value="Allows other systems to record questionnaire responses."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of completed or in-progresss questionnaire responses."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known questionnaire response records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="author"/>
<definition
value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author"/>
<type value="reference"/>
<documentation
value="Allows filtering responses previously created by a particular individual."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="authored"/>
<definition
value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored"/>
<type value="date"/>
<documentation
value="Allows filtering responses based on when they were completed."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those responses for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="questionnaire"/>
<definition
value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire"/>
<type value="reference"/>
<documentation value="Allows retrieving a referenced Questionnaire."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve completed questionnaire responses."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="MAY"/>
</extension>
<type value="ServiceRequest"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows 'prescribing' physical activity for a patient - for retrieval by a Patient Engagement system."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders."/>
</interaction>
<referencePolicy value="literal"/>
<searchInclude value="ServiceRequest:patient">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</searchInclude>
<searchInclude value="ServiceRequest:requester">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</searchInclude>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="authored"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"/>
<type value="date"/>
<documentation
value="Allows filtering orders based on when they were created."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="category"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-category"/>
<type value="token"/>
<documentation
value="Allows retrieving only those referrals related to physical activity."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows retrieving only orders for particular types of interventions."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those orders for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="performer"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve orders targeted to a specific performer."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="requester"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve orders solicited by a specific provider."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve active or completed orders."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Subscription"/>
<supportedProfile
value="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows establishing and maintaining subscriptions for Task notifications. Needed for both referral and patient tasks."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="create"/>
<documentation value="Allows establishing a new subscription."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="update"/>
<documentation
value="Allows revising an existing subscription - to cancel it or change the email address or SMS number."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows retrieval of existing subscriptions prior to update."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="topic"/>
<definition
value="http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic"/>
<type value="uri"/>
<documentation
value="Allows filtering for just subscriptions for Task monitoring."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation value="Allows retrieving known subscription records."/>
</searchParam>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Task"/>
<supportedProfile
value="http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-task-for-referral-management">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<supportedProfile
value="http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<documentation
value="Allows receipt of requests to fulfill referrals from a Service Provider, possible cancellations or notes on those requests, as well as surfacing the status of the referral back to the Care Manager and possibly Patient Engagement systems."/>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="create"/>
<documentation
value="Allows a service provider to create a patient-assigned Task."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="update"/>
<documentation
value="Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task."/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<code value="search-type"/>
<documentation
value="Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query."/>
</interaction>
<versioning value="versioned-update"/>
<referencePolicy value="literal"/>
<searchInclude value="Task:output">
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
</searchInclude>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="_id"/>
<definition value="http://hl7.org/fhir/SearchParameter/Resource-id"/>
<type value="token"/>
<documentation
value="Allows retrieving known task records - and more specifically, retrieving more than one in a single call to poll for updates."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="_lastUpdated"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/>
<type value="date"/>
<documentation
value="Allows filtering for only records that have changed since last query."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="code"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
<type value="token"/>
<documentation
value="Allows filtering for 'fulfill' tasks as opposed to others. Some systems may require code to be included as a filter criteria as different Task codes may correspond to different internal database tables."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="owner"/>
<definition value="http://hl7.org/fhir/SearchParameter/Task-owner"/>
<type value="reference"/>
<documentation
value="Allows filtering only for tasks that are assigned to a particular owner (or alternatively, tasks that have not yet been assigned)."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="patient"/>
<definition
value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
<type value="reference"/>
<documentation
value="Allows filtering to only those tasks for a specific patient. Most systems will treat this as a mandatory search parameter, though systems MAY support cross-patient search, at least through bulk-data interfaces for payer or research use."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="requester"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Task-requester"/>
<type value="reference"/>
<documentation
value="Allows filtering to only retrieve tasks initiated by a specific provider."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/ServiceRequest-status"/>
<type value="token"/>
<documentation
value="Allows filtering to only retrieve active or completed orders."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="focus"/>
<definition value="http://hl7.org/fhir/SearchParameter/Task-focus"/>
<type value="reference"/>
<documentation
value="Allows retrieving the task(s) seeking fulfillment of a particular ServiceRequest."/>
</searchParam>
<searchParam>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<name value="output"/>
<definition
value="http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference"/>
<type value="reference"/>
<documentation
value="Allows for the 'output' of a Task to be included when retrieving a Task."/>
</searchParam>
</resource>
</rest>
</CapabilityStatement>
IG © 2022+ HL7 International - Patient Care WG. Package hl7.fhir.us.physical-activity#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-03-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change