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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pa-service-provider-full"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <br/>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <tbody>\n <tr>\n <th>Supported FHIR Version:</th>\n <td>\n 4.0.1\n </td>\n </tr>\n \n \n \n \n <tr>\n <th>Supported exchange formats:</th>\n <td>\n json, xml\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n <p>\n <b>Jump to:</b>\n </p>\n <ul>\n \n <li><a href=\"#client\">REST client</a></li>\n \n <li><a href=\"#server\">REST server</a></li>\n \n \n \n </ul>\n \n <br/>\n <a name=\"client\"> </a>\n <h2>REST client behavior</h2>\n \n <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>\n</div></div>\n \n \n \n <br/>\n <h3>Resource summary</h3>\n <div class=\"table-wrapper\"> \n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n <th>Operations</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <th>\n CarePlan\n \n </th>\n <td>\n \n <a href=\"#CarePlan-search-type\" title=\"Allows retrieval of care plans for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <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.\">\n \n MAY\n \n </a>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <a href=\"#CarePlan-update\" title=\"Allows a service provider to make updates to a plan owned by a care manager.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Condition\n \n </th>\n <td>\n \n <a href=\"#Condition-search-type\" title=\"Allows retrieval of conditions for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <a href=\"#Condition-history-instance\" title=\"Allows seeing how a condition has changed over time.\">\n \n MAY\n \n </a>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Goal\n \n </th>\n <td>\n \n <a href=\"#Goal-search-type\" title=\"Allows retrieval of goals for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <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.\">\n \n MAY\n \n </a>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <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.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Observation\n \n </th>\n <td>\n \n <a href=\"#Observation-search-type\" title=\"Allows retrieval of observations for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n ServiceRequest\n \n </th>\n <td>\n \n <a href=\"#ServiceRequest-search-type\" title=\"Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Subscription\n \n </th>\n <td>\n \n <a href=\"#Subscription-search-type\" title=\"Allows retrieval of existing subscriptions prior to update.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/CarePlan.html\">CarePlan</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <div><p>Allows a service provider to make updates to a plan owned by a care manager.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of care plans for a given patient.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-history-instance\"> </a>\n <span>history-instance</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/CarePlan-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those plans related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering plans based on the time frame they apply(ied) to.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/CarePlan-status\">lifecycle-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only active or draft plans.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Condition.html\">Condition</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <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>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Condition-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of conditions for a given patient.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Condition-history-instance\"> </a>\n <span>history-instance</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <div><p>Allows seeing how a condition has changed over time.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known condition records - and more specifically, retrieving more than one in a single call to check for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Condition-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those plans related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Condition-clinical-status\">clinical-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only active conditions.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving specific patient conditions - e.g. all 'low physical activity' conditions.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Condition-verification-status\">verification-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows excluding refuted or erroneous conditions.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Goal.html\">Goal</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of goals for a given patient.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-history-instance\"> </a>\n <span>history-instance</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those goals related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status\">lifecycle-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only active, completed or other goal statuses.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-target-date\">target-date</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering goals based on when they're to be achieved.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Observation.html\">Observation</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Observation-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of observations for a given patient.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve a observations from a particular time period.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows excluding entered-in-error or non-final observations.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-value-quantity\">value-quantity</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>quantity\n \n </td>\n <td>\n <div><p>Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/ServiceRequest.html\">ServiceRequest</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"ServiceRequest-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n <p>Supported Includes: ServiceRequest:patient, ServiceRequest:requester</p>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-authored\">authored</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering orders based on when they were created.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those referrals related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only orders for particular types of interventions.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-performer\">performer</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve orders targeted to a specific performer.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-requester\">requester</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve orders solicited by a specific provider.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve active or completed orders.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Subscription.html\">Subscription</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription\">http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Subscription-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of existing subscriptions prior to update.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic\">topic</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>uri\n \n </td>\n <td>\n <div><p>Allows filtering for just subscriptions for Task monitoring.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known subscription records.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n \n <br/>\n <a name=\"server\"> </a>\n <h2>REST server behavior</h2>\n \n <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>\n</div></div>\n \n \n <br/>\n <p>\n <b>Security:</b>\n </p>\n \n <ul>\n \n <li>OAuth</li>\n \n </ul>\n \n \n <div><div><p>See additional guidance on the <a href=\"security.html\">security</a> page.</p>\n</div></div>\n \n \n \n <br/>\n <h3>Resource summary</h3>\n <div class=\"table-wrapper\"> \n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n <th>Operations</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <th>\n CarePlan\n \n </th>\n <td>\n \n <a href=\"#CarePlan-search-type\" title=\"Allows retrieval of care plans for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <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.\">\n \n MAY\n \n </a>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <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.\">\n \n MAY\n \n </a>\n \n \n </td>\n <td>\n \n <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.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n DocumentReference\n \n </th>\n <td>\n \n <a href=\"#DocumentReference-search-type\" title=\"Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Goal\n \n </th>\n <td>\n \n <a href=\"#Goal-search-type\" title=\"Allows retrieval of goals for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n <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.\">\n \n MAY\n \n </a>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <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.\">\n \n SHOULD\n \n </a>\n \n \n </td>\n <td>\n \n <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.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Observation\n \n </th>\n <td>\n \n <a href=\"#Observation-search-type\" title=\"Allows retrieval of observations for a given patient.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <a href=\"#Observation-create\" title=\"Allows other systems to record physical-activity related observations.\">\n \n SHALL\n \n </a>\n \n \n </td>\n <td>\n \n <a href=\"#Observation-update\" title=\"Allows correction of or adding comments to previously recorded observations.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n DiagnosticReport\n \n </th>\n <td>\n \n <a href=\"#DiagnosticReport-search-type\" title=\"Allows searching for reports for a particular patient or checking for updates to previously retrieved records.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Questionnaire\n \n </th>\n <td>\n \n <a href=\"#Questionnaire-search-type\" title=\"Allows retrieval of questionnaires to be completed.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n QuestionnaireResponse\n \n </th>\n <td>\n \n <a href=\"#QuestionnaireResponse-search-type\" title=\"Allows retrieval of completed or in-progresss questionnaire responses.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <a href=\"#QuestionnaireResponse-create\" title=\"Allows other systems to record questionnaire responses.\">\n \n SHALL\n \n </a>\n \n \n </td>\n <td>\n \n <a href=\"#QuestionnaireResponse-update\" title=\"Allows correction of or continued editing of a previously recorded questionnaire response.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n ServiceRequest\n \n </th>\n <td>\n \n <a href=\"#ServiceRequest-search-type\" title=\"Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Subscription\n \n </th>\n <td>\n \n <a href=\"#Subscription-search-type\" title=\"Allows retrieval of existing subscriptions prior to update.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <a href=\"#Subscription-create\" title=\"Allows establishing a new subscription.\">\n \n SHALL\n \n </a>\n \n \n </td>\n <td>\n \n <a href=\"#Subscription-update\" title=\"Allows revising an existing subscription - to cancel it or change the email address or SMS number.\">\n \n SHALL\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n <tr>\n <th>\n Task\n \n </th>\n <td>\n \n <a href=\"#Task-search-type\" title=\"Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query.\">\n\n \n SHALL\n \n </a>\n \n </td>\n <td>\n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n <td>\n \n </td>\n <td>\n \n <a href=\"#Task-create\" title=\"Allows a service provider to create a patient-assigned Task.\">\n \n SHALL\n \n </a>\n \n \n </td>\n <td>\n \n <a href=\"#Task-update\" title=\"Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task.\">\n \n SHOULD\n \n </a>\n \n \n \n </td>\n <td>\n \n \n </td>\n <td>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/CarePlan.html\">CarePlan</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of care plans for a given patient.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"CarePlan-history-instance\"> </a>\n <span>history-instance</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/CarePlan-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those plans related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering plans based on the time frame they apply(ied) to.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/CarePlan-status\">lifecycle-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only active or draft plans.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/DocumentReference.html\">DocumentReference</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"DocumentReference-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known document reference records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Goal.html\">Goal</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of goals for a given patient.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Goal-history-instance\"> </a>\n <span>history-instance</span>\n </b>\n </td>\n \n <td>\n \n MAY\n \n </td>\n \n <td>\n <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>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those goals related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status\">lifecycle-status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only active, completed or other goal statuses.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Goal-target-date\">target-date</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering goals based on when they're to be achieved.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Observation.html\">Observation</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Observation-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <div><p>Allows correction of or adding comments to previously recorded observations.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Observation-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows other systems to record physical-activity related observations.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Observation-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of observations for a given patient.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve a observations from a particular time period.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows excluding entered-in-error or non-final observations.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Observation-value-quantity\">value-quantity</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>quantity\n \n </td>\n <td>\n <div><p>Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/DiagnosticReport.html\">DiagnosticReport</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"DiagnosticReport-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows searching for reports for a particular patient or checking for updates to previously retrieved records.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known reports - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Procedure-based-on\">basedOn</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to reports created in fulfillement of a particular order or referral.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to specific types of reports.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering reports based on the period the cover.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Procedure-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those reports related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-performer\">performer</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve reports created by a specific performer.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve active or completed reports.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Questionnaire.html\">Questionnaire</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <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>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Questionnaire-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of questionnaires to be completed.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known questionnaire records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Questionnaire-url\">url</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>uri\n \n </td>\n <td>\n <div><p>Allows retrieving a referenced Questionnaire.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Questionnaire-version\">version</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving a specific version of a referenced questionnaire.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/QuestionnaireResponse.html\">QuestionnaireResponse</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"QuestionnaireResponse-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <div><p>Allows correction of or continued editing of a previously recorded questionnaire response.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"QuestionnaireResponse-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows other systems to record questionnaire responses.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"QuestionnaireResponse-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of completed or in-progresss questionnaire responses.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known questionnaire response records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author\">author</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering responses previously created by a particular individual.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored\">authored</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering responses based on when they were completed.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire\">questionnaire</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows retrieving a referenced Questionnaire.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve completed questionnaire responses.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/ServiceRequest.html\">ServiceRequest</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest\">http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"ServiceRequest-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n <p>Supported Includes: ServiceRequest:patient, ServiceRequest:requester</p>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-authored\">authored</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering orders based on when they were created.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-category\">category</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only those referrals related to physical activity.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving only orders for particular types of interventions.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-performer\">performer</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve orders targeted to a specific performer.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-requester\">requester</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve orders solicited by a specific provider.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve active or completed orders.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Subscription.html\">Subscription</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <a href=\"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription\">http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Subscription-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows establishing a new subscription.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Subscription-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows revising an existing subscription - to cancel it or change the email address or SMS number.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Subscription-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows retrieval of existing subscriptions prior to update.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic\">topic</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>uri\n \n </td>\n <td>\n <div><p>Allows filtering for just subscriptions for Task monitoring.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known subscription records.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/Task.html\">Task</a> \n </h3>\n \n \n <p>Supported Profile(s):</p>\n <ul>\n \n <li>\n <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>\n \n </li>\n \n <li>\n <a href=\"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient\">http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient</a>\n \n </li>\n \n </ul>\n \n \n <h4>Behavior</h4>\n \n <p>Versioning support: versioned-update</p>\n \n \n <p>Reference policy: literal</p>\n \n \n <!-- Note: description doesn't exist yet -->\n \n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Name</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n <a name=\"Task-create\"> </a>\n <span>create</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows a service provider to create a patient-assigned Task.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Task-update\"> </a>\n <span>update</span>\n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>\n <div><p>Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task.</p>\n</div>\n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n <a name=\"Task-search-type\"> </a>\n <span>search-type</span>\n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>\n <div><p>Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query.</p>\n</div>\n </td>\n </tr>\n \n \n </tbody>\n </table>\n </div>\n \n <h4>Search</h4>\n \n <p>Supported Includes: Task:output</p>\n \n \n \n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th style=\"text-align: center\">Parameter</th>\n \n <th style=\"text-align: center\">Conformance</th>\n \n <th style=\"text-align: center\">Type</th>\n <th style=\"text-align: center\">Definition & Chaining</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows retrieving known task records - and more specifically, retrieving more than one in a single call to poll for updates.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\">_lastUpdated</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>date\n \n </td>\n <td>\n <div><p>Allows filtering for only records that have changed since last query.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Task-owner\">owner</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering only for tasks that are assigned to a particular owner (or alternatively, tasks that have not yet been assigned).</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <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>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Task-requester\">requester</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve tasks initiated by a specific provider.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/ServiceRequest-status\">status</a>\n \n </b>\n </td>\n \n <td>\n \n SHALL\n \n </td>\n \n <td>token\n \n </td>\n <td>\n <div><p>Allows filtering to only retrieve active or completed orders.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/SearchParameter/Task-focus\">focus</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows retrieving the task(s) seeking fulfillment of a particular ServiceRequest.</p>\n</div>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <b>\n \n <a href=\"http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference\">output</a>\n \n </b>\n </td>\n \n <td>\n \n SHOULD\n \n </td>\n \n <td>reference\n \n </td>\n <td>\n <div><p>Allows for the 'output' of a Task to be included when retrieving a Task.</p>\n</div>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n \n \n \n \n \n</div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/physical-activity/CapabilityStatement/pa-service-provider-full"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "PAServiceProviderFull"] ; #
fhir:title [ fhir:v "Physical Activity Full Service Provider Capability Statement"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-06-18"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International - Patient Care WG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Care WG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] )
] ) ; #
fhir:description [ fhir:v "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)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:kind [ fhir:v "requirements"] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "json"] [ fhir:v "xml"] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
fhir:documentation [ fhir:v "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." ] ;
( fhir:resource [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:type [ fhir:v "CarePlan" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows accessing and manipulating Care Plans stored on a Care Manager." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Allows a service provider to make updates to a plan owned by a care manager." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of care plans for a given patient." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/CarePlan-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those plans related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering plans based on the time frame they apply(ied) to." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "lifecycle-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/CarePlan-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only active or draft plans." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Condition" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-condition-low-pa"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-condition-low-pa> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Accessing the formal 'low physical activity' condition may be necessary to support prior authorization or claims." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of conditions for a given patient." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ;
fhir:documentation [ fhir:v "Allows seeing how a condition has changed over time." ] ] ) ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known condition records - and more specifically, retrieving more than one in a single call to check for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Condition-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Condition-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those plans related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "clinical-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Condition-clinical-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Condition-clinical-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only active conditions." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving specific patient conditions - e.g. all 'low physical activity' conditions." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "verification-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Condition-verification-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Condition-verification-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows excluding refuted or erroneous conditions." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:type [ fhir:v "Goal" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows accessing and potentially updating goals maintained by a Care Manager." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of goals for a given patient." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those goals related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "lifecycle-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only active, completed or other goal statuses." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "target-date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-target-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-target-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering goals based on when they're to be achieved." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:type [ fhir:v "Observation" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows accessing observations maintained by a Care Manager." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of observations for a given patient." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve a observations from a particular time period." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows excluding entered-in-error or non-final observations." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "value-quantity" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-quantity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-quantity> ] ;
fhir:type [ fhir:v "quantity" ] ;
fhir:documentation [ fhir:v "Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "ServiceRequest" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows retrieval of physical activity-related referrals from Care managers." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders." ] ] ) ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchInclude [
fhir:v "ServiceRequest:patient" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "ServiceRequest:requester" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "authored" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-authored> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering orders based on when they were created." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those referrals related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only orders for particular types of interventions." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-performer> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve orders targeted to a specific performer." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "requester" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-requester> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve orders solicited by a specific provider." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve active or completed orders." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:type [ fhir:v "Subscription" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows subscribing to Patient Tasks hosted on a CareManager." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of existing subscriptions prior to update." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "topic" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic> ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Allows filtering for just subscriptions for Task monitoring." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known subscription records." ] ] ) ] )
] [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "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)." ] ;
fhir:security [
( fhir:service [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OAuth" ] ] ) ] ) ;
fhir:description [ fhir:v "See additional guidance on the [security](security.html) page." ] ] ;
( fhir:resource [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "CarePlan" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-careplan> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Shares and, ideally, allows external systems to add and update care plans." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of care plans for a given patient." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known care plan records - and more specifically, retrieving more than one in a single call to check for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/CarePlan-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those plans related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering plans based on the time frame they apply(ied) to." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "lifecycle-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/CarePlan-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only active or draft plans." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "DocumentReference" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows exposing PDFs or similar content to be referenced by a Patient Task and retrieved by Patient Engagement systems." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows monitoring of previously-retrieved DocumentReferences in the event the image/document is amended, corrected, or updated." ] ] ) ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known document reference records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Goal" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-goal> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Shares and, ideally, allows external systems to add and update goals." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of goals for a given patient." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ;
fhir:documentation [ fhir:v "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." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known goal records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those goals related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "lifecycle-status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only active, completed or other goal statuses." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "target-date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Goal-target-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Goal-target-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering goals based on when they're to be achieved." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Observation" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-days-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-day> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-evs-min-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-strength-days-per-week> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-time-measure> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Exposes and allows manipulation of physical activity vital sign and supporting observations." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Allows correction of or adding comments to previously recorded observations." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Allows other systems to record physical-activity related observations." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of observations for a given patient." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known observation records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve a specific type of physical activity vital sign or supporting observation." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve a observations from a particular time period." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows excluding entered-in-error or non-final observations." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "value-quantity" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-quantity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-quantity> ] ;
fhir:type [ fhir:v "quantity" ] ;
fhir:documentation [ fhir:v "Allows retrieval of only those observations that fall in a particular range. Particularly useful for cross-patient queries." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "DiagnosticReport" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-diagnosticreport> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows retrieval of the reports on physical activity-related interventions." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows searching for reports for a particular patient or checking for updates to previously retrieved records." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known reports - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "basedOn" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Procedure-based-on"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Procedure-based-on> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to reports created in fulfillement of a particular order or referral." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to specific types of reports." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering reports based on the period the cover." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Procedure-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Procedure-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those reports related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-performer> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve reports created by a specific performer." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve active or completed reports." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Questionnaire" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-obsn"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-obsn> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows retrieval of Questionnaires to be filled in." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of questionnaires to be completed." ] ] ) ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known questionnaire records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "url" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Questionnaire-url"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Questionnaire-url> ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Allows retrieving a referenced Questionnaire." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "version" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Questionnaire-version"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Questionnaire-version> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving a specific version of a referenced questionnaire." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "QuestionnaireResponse" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows recording and retrieval of questionnaire responses." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Allows correction of or continued editing of a previously recorded questionnaire response." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Allows other systems to record questionnaire responses." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of completed or in-progresss questionnaire responses." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known questionnaire response records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "author" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering responses previously created by a particular individual." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "authored" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering responses based on when they were completed." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "questionnaire" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows retrieving a referenced Questionnaire." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve completed questionnaire responses." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:type [ fhir:v "ServiceRequest" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-servicerequest> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows 'prescribing' physical activity for a patient - for retrieval by a Patient Engagement system." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows searching for orders or referrals for a particular patient or for updates to previously retrieved orders." ] ] ) ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchInclude [
fhir:v "ServiceRequest:patient" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] [
fhir:v "ServiceRequest:requester" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known service request records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "authored" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-authored> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering orders based on when they were created." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-category> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only those referrals related to physical activity." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving only orders for particular types of interventions." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-performer> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve orders targeted to a specific performer." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "requester" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-requester> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve orders solicited by a specific provider." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve active or completed orders." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Subscription" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "Allows establishing and maintaining subscriptions for Task notifications. Needed for both referral and patient tasks." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Allows establishing a new subscription." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Allows revising an existing subscription - to cancel it or change the email address or SMS number." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows retrieval of existing subscriptions prior to update." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "topic" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic> ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Allows filtering for just subscriptions for Task monitoring." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known subscription records." ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "Task" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-task-for-referral-management"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-task-for-referral-management> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ] ) ;
fhir:documentation [ fhir:v "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." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Allows a service provider to create a patient-assigned Task." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "Allows existing tasks to be updated - to change their status and/or to attach 'outputs' resulting from the Task." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Allows polling multiple tasks simultaneously, as well as retrieving referenced resources as part of a single query." ] ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] ) ;
( fhir:searchInclude [
fhir:v "Task:output" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows retrieving known task records - and more specifically, retrieving more than one in a single call to poll for updates." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Allows filtering for only records that have changed since last query." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "owner" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Task-owner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Task-owner> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering only for tasks that are assigned to a particular owner (or alternatively, tasks that have not yet been assigned)." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "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." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "requester" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Task-requester"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Task-requester> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve tasks initiated by a specific provider." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/ServiceRequest-status> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Allows filtering to only retrieve active or completed orders." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "focus" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Task-focus"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Task-focus> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows retrieving the task(s) seeking fulfillment of a particular ServiceRequest." ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:name [ fhir:v "output" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference> ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Allows for the 'output' of a Task to be included when retrieving a Task." ] ] ) ] )
] ) . #
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