This page is part of the SDOH Clinical Care for Multiple Domains (v2.1.0: STU 2.1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/sdoh-clinicalcare/CapabilityStatement/SDOHCC-PatientApp | Version: 2.1.0 | |||
Draft as of 2021-06 | Computable Name: SDOHCC_PatientApp |
This resource describes the required and desired behavior of systems acting as apps for patients and care-givers who need to monitor progress on SDOH referrals and may need to take actions such as filling out forms, booking appointments, etc.
These systems will not expose their own FHIR interfaces, but will monitor information available from other FHIR servers - be it referral sources, coordination platforms or referral recipients. They will primarily monitor and update Task resources as well as the resources referenced by those Tasks.
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/sdoh-clinicalcare/CapabilityStatement/SDOHCC-PatientApp
This resource describes the required and desired behavior of systems acting as apps for patients and care-givers who need to monitor progress on SDOH referrals and may need to take actions such as filling out forms, booking appointments, etc.
These systems will not expose their own FHIR interfaces, but will monitor information available from other FHIR servers - be it referral sources, coordination platforms or referral recipients. They will primarily monitor and update Task resources as well as the resources referenced by those Tasks.
Patient apps query for data relevant to the current patient, post updates as appropriate and occasionally create new resources, such as QuestionnaireResponses
Security:
Implementations must meet the general privacy & security requirements documented in this implementation guide.
Summary of Client Wide Interactions
batch
† interaction.batch†Allows polling for changes to multiple resource types simultaneously
Summary
♦ = SHALL expectation;⋄ = SHOULD expectation;▿ = MAY expectation;
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|---|
CareTeam | read▿, search-type▿ | US Core CareTeam Profile♦ | _id♦, _lastUpdated⋄ | |||
Condition | read⋄, search-type⋄ | SDOHCC Condition♦ | _id♦, _lastUpdated⋄, category♦, clinical-status⋄, code⋄, patient♦, verification-status⋄ | |||
Observation | read♦, search-type♦ | SDOHCC Observation Assessment♦, SDOHCC Observation Screening Response♦ | _id♦, _lastUpdated⋄, category♦, code⋄, patient♦ | |||
Consent | read⋄, search-type⋄ | SDOHCC Consent♦ | _id♦, _lastUpdated⋄, source-reference⋄ | Consent:source-reference:DocumentReference⋄ | ||
Device | read⋄, search-type⋄ | FHIR Device♦ | _id♦, _lastUpdated⋄ | |||
DocumentReference | create♦, update⋄, read♦, search-type⋄ | US Core DocumentReference Profile♦ | _id♦, _lastUpdated⋄ | |||
Goal | read⋄, search-type⋄ | SDOHCC Goal♦ | _id♦, _lastUpdated⋄, achievement-status⋄, category♦, lifecycle-status⋄, patient♦, target-date⋄ | |||
HealthcareService | read♦, search-type▿ | SDOHCC Healthcare Service♦ | _id♦, _lastUpdated⋄, location♦ | |||
Location | read⋄, search-type▿ | SDOHCC Location♦ | _id♦, _lastUpdated⋄ | |||
Practitioner | read⋄, search-type⋄ | US Core Practitioner Profile♦ | _id♦, _lastUpdated⋄ | |||
PractitionerRole | read⋄, search-type⋄ | US Core PractitionerRole Profile♦ | _id♦, _lastUpdated⋄, organization⋄, practitioner⋄ | PractitionerRole:organization⋄, PractitionerRole:practitioner⋄ | ||
Questionnaire | search-type♦ | Extractable Questionnaire - StructureMap♦ | url♦, version♦ | $populate▿ | ||
QuestionnaireResponse | create♦, update⋄, read♦, search-type⋄ | SDC Questionnaire Response♦ | _id♦, _lastUpdated⋄, author♦, authored⋄, patient♦, questionnaire♦, status♦ | |||
RelatedPerson | read▿, search-type▿ | FHIR RelatedPerson♦ | _id♦, _lastUpdated⋄ | |||
ServiceRequest | read⋄, search-type⋄ | SDOHCC ServiceRequest♦ | _id♦, _lastUpdated⋄, category♦, code⋄, intent♦, occurrence⋄, patient♦, performer⋄, requester⋄, status♦, supporting-info⋄ | HealthCareService:location♦, ServiceRequest:supporting-info⋄, ServiceRequest:pertains-to-goal⋄, ServiceRequest:patient⋄, ServiceRequest:requester⋄, ServiceRequest:performer⋄, PractitionerRole:practitioner⋄, PractitionerRole:organization⋄ | ||
Task | update♦, read▿, search-type♦ | SDOHCC Task For Patient♦, SDOHCC Task For Referral Management♦ | _id♦, _lastUpdated⋄, code♦, owner⋄, patient♦, requester♦, status♦, focus♦, output⋄ | Task:output |
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
For referral sources that receive referrals from upstream systems, used to access information about the intended performer of a ServiceRequest when the performer is a specific team of people. Note: Conformance expectations for this resource are lower because CareTeam performers are expected to be uncommon in most SDOH uses
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a CareTeam that is the intended performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved CareTeams that are the intended performer of ServiceRequests.
Fetch and Search Criteria:
GET [base]/CareTeam/[id]
GET [base]/CareTeam/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/CareTeam?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/CareTeam?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known CareTeam records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
For referral sources that receive referrals from upstream systems, used to access information about a patient's SDOH-related conditions, particularly those that are the reason for a referral
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a Condition that is the requester or performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Conditions that are referenced by ServiceRequests.
Fetch and Search Criteria:
GET [base]/Condition/[id]
GET [base]/Condition/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Condition?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Condition?_lastUpdated=[dateTime] |
SHALL | category | token | GET [base]/Condition?category=[system]|[code] |
SHOULD | clinical-status | token | GET [base]/Condition?clinical-status=[system]|[code] |
SHOULD | code | token | GET [base]/Condition?code=[system]|[code] |
SHALL | patient | reference | GET [base]/Condition?patient=[type]/[id] |
SHOULD | verification-status | token | GET [base]/Condition?verification-status=[system]|[code] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Condition records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows filtering to only SDOH-related conditions
Allows filtering to only active conditions
Allows filtering to only specific SDOH conditions or sets of conditions
Allows filtering to only conditions associated with a specific patient. Some systems will require that searches be patient-specific
Allows filtering to exclude refuted or entered-in-error conditions
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Allows patients and caregivers to see observations recorded by their care providers, including those referenced by other resources
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve an Observation referenced by a ServiceRequest or other resource.
ns.nsearch-type†
Allows the retrieval of Observations recorded about a patient and/or monitoring of previously-retrieved Observations (though typically, they won't change once recorded).
Fetch and Search Criteria:
GET [base]/Observation/[id]
GET [base]/Observation/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Observation?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Observation?_lastUpdated=[dateTime] |
SHALL | category | token | GET [base]/Observation?category=[system]|[code] |
SHOULD | code | token | GET [base]/Observation?code=[system]|[code] |
SHALL | patient | reference | GET [base]/Observation?patient=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Observation records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have been created or changed since last query
Allows filtering to only SDOH-related observations
Allows filtering to only specific SDOH observation types
Allows filtering to only conditions associated with a specific patient. Some systems will require that searches be patient-specific
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access the consent that authorizes disclosure of ServiceRequest information to non-HIPAA-covered entities
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a Consent referenced as a 'supportingInformation' item of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Consents related to ServiceRequests of interest.
Fetch and Search Criteria:
GET [base]/Consent/[id]
GET [base]/Consent/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/Consent?[parameter=value]&_include=Consent:source-reference:DocumentReference
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Consent?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Consent?_lastUpdated=[dateTime] |
SHOULD | source-reference | reference | GET [base]/Consent?source-reference=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known consent records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows including the document that contains the PDF or similar representation of a paper consent
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to retrieve the requester or intended performer of an SDOH ServiceRequest. Note: Conformance expectations for this resource are lower because Device requesters and performers are expected to be uncommon in most SDOH uses
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a Device that is the requester or intended performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Devices that are the requester or intended performer of ServiceRequests.
Fetch and Search Criteria:
GET [base]/Device/[id]
GET [base]/Device/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Device?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Device?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Device records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to retrieve a scanned or other form of document representing the text of a consent. Also used for PDF forms.
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
create
†, read
†.update
†, search-type
†.create†
Allows the app to record a new PDF (e.g. a completed form)
update†
Allows the system to revise a previously stored PDF
read†
Allows the system to retrieve a PDF or similar content referenced by a Consent or Task.
ns.nsearch-type†
Allows the monitoring of previously-retrieved DocumentReferences in the event the image/document is amended/corrected/updated.
Modify Criteria:
POST [base]/DocumentReference/[id]{?_format=[mime-type]}
PUT [base]/DocumentReference/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
GET [base]/DocumentReference/[id]
GET [base]/DocumentReference/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/DocumentReference?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/DocumentReference?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known DocumentReference records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access goals related to an SDOH referral
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a goal referenced by a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Goals in the event they are updated.
Fetch and Search Criteria:
GET [base]/Goal/[id]
GET [base]/Goal/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Goal?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Goal?_lastUpdated=[dateTime] |
SHOULD | achievement-status | token | GET [base]/Goal?achievement-status=[system]|[code] |
SHALL | category | token | GET [base]/Goal?category=[system]|[code] |
SHOULD | lifecycle-status | token | GET [base]/Goal?lifecycle-status=[system]|[code] |
SHALL | patient | reference | GET [base]/Goal?patient=[type]/[id] |
SHOULD | target-date | date | GET [base]/Goal?target-date=[target-date] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Goal records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows filtering to only include unmet goals
Allows filtering to only include SDOH-related goals
Allows filtering to only include active goals
Allows filtering to only include goals for a particular patient. Some systems will require searches to be patient-specific
Allows filtering based on when a particular goal is desired to be achieved
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Allows patient apps to retrieve information about who should be contacted (to book an appointment or for other reasons)
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†.search-type
†.read†
Allows the system to retrieve a HealthcareService referenced by a Task.
ns.nsearch-type†
Allows the monitoring of previously-retrieved HealthcareServices.
Fetch and Search Criteria:
GET [base]/HealthcareService/[id]
GET [base]/HealthcareService/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/HealthcareService?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/HealthcareService?_lastUpdated=[dateTime] |
SHALL | location | reference | GET [base]/HealthcareService?location=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known HealthcareService records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows retrieval of the phyical site(s) associated with a HealthService
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access information about the potential sites at which a requested service might be performed. Allows a patient to evaluate the suitability of a proposed activity or service.
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†.search-type
†.read†
Allows the system to retrieve a Location that is an available location for a service.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Locations that are the intended locations for services.
Fetch and Search Criteria:
GET [base]/Location/[id]
GET [base]/Location/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Location?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Location?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Location records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access information about an Practitioner that is the requester or intended performer of a ServiceRequest
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a Practitioner that is the requester or intended performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved Practitioners that are the requester or intended performer of ServiceRequests.
Fetch and Search Criteria:
GET [base]/Practitioner/[id]
GET [base]/Practitioner/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Practitioner?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Practitioner?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Practitioner records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access information about an PractitionerRole that is the requester or intended performer of a ServiceRequest
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a PractitionerRole that is the requester or intended performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved PractitionerRoles that are the requester or intended performer of ServiceRequests.
Fetch and Search Criteria:
GET [base]/PractitionerRole/[id]
GET [base]/PractitionerRole/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/PractitionerRole?[parameter=value]&_include=PractitionerRole:organization
GET [base]/PractitionerRole?[parameter=value]&_include=PractitionerRole:practitioner
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/PractitionerRole?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/PractitionerRole?_lastUpdated=[dateTime] |
SHOULD | organization | reference | GET [base]/PractitionerRole?organization=[type]/[id] |
SHOULD | practitioner | reference | GET [base]/PractitionerRole?practitioner=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known PractitionerRole records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows doing an _include on Organization when retrieving the PractitionerRole
Allows doing an _include on Practitioner when retrieving the PractitionerRole
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to retrieve SDOH-related Questionnaires to be filled out by a patient or representative. Also allows retrieving Questionnaires associated with existing QuestionnaireResponses for editing by SMART-on-FHIR apps.
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
search-type
†.search-type†
Allows the referral source to search for questionnaires relevant to a patient context.
Operation Summary:
$populate
†.ns.n$populate†
Allows SMART on FHIR or other systems to pre-populate a questionnaire response with existing information either available locally or queried from elsewhere
Fetch and Search Criteria:
GET [base]/Questionnaire/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | url | uri | GET [base]/Questionnaire?url=[uri] |
SHALL | version | token | GET [base]/Questionnaire?version=[system]|[code] |
Search Parameter Requirements (When Used Alone or in Combination):
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to allow QuestionnaireResponses to be created and updated by a patient or caregiver and work-in-progress responses to be retrieved
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
create
†, read
†.update
†, search-type
†.create†
Allows the creation of QuestionnaireResponses in response to Tasks.
update†
Allows the revision of 'in progress' QuestionnaireResponses.
read†
Allows the retrieval of QuestionnaireResponses linked to a pointed to as supporting information by a ServiceRequest or as outputs of a Task.
ns.nsearch-type†
Allows checking for updates in previously retrieved QuestionnaireResponses.
Modify Criteria:
POST [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
PUT [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
GET [base]/QuestionnaireResponse/[id]
GET [base]/QuestionnaireResponse/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/QuestionnaireResponse?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/QuestionnaireResponse?_lastUpdated=[dateTime] |
SHALL | author | reference | GET [base]/QuestionnaireResponse?author=[type]/[id] |
SHOULD | authored | date | GET [base]/QuestionnaireResponse?authored=[authored] |
SHALL | patient | reference | GET [base]/QuestionnaireResponse?patient=[type]/[id] |
SHALL | questionnaire | reference | GET [base]/QuestionnaireResponse?questionnaire=[type]/[id] |
SHALL | status | token | GET [base]/QuestionnaireResponse?status=[system]|[code] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known QuestionnaireResponse records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows filtering QuestionnaireResponses previously created/edited by a particular individual
Allows filtering for QuestionnaireResponses by when they were created/last edited
Allows retrieving QuestionnaireResponses associated with a particular patient. Some systems may only permit searches that are patient-specific
Allows retrieving QuestionnaireResponses that have been completed against a specified form
Allows retrieving QuestionnaireResponses that are complete (or incomplete)
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Used to access information about the requester or intended performer of a ServiceRequest or Task when they are someone with a personal relationship to the Patient. Note: Conformance expectations for this resource are lower because CareTeam performers are expected to be uncommon in most SDOH uses
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows the system to retrieve a RelatedPerson that is the requester or intended performer of a ServiceRequest.
ns.nsearch-type†
Allows the monitoring of previously-retrieved RelatedPersons that are the requester or intended performer of ServiceRequests.
Fetch and Search Criteria:
GET [base]/RelatedPerson/[id]
GET [base]/RelatedPerson/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/RelatedPerson?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/RelatedPerson?_lastUpdated=[dateTime] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known RelatedPerson records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
For referral sources that receive referrals from upstream systems, used to retrieve an order for SDOH-related services
Supported Profiles:
Reference Policy: literal
Profile Interaction Summary:
read
†, search-type
†.read†
Allows client systems to retrieve the ServiceRequest pointed to by a Task.
ns.nsearch-type†
Allows client systems to monitor multiple ServiceRequests for change simultaneously via polling.
Fetch and Search Criteria:
GET [base]/ServiceRequest/[id]
GET [base]/ServiceRequest/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/ServiceRequest?[parameter=value]&_include=HealthCareService:location
GET [base]/ServiceRequest?[parameter=value]&_include=ServiceRequest:supporting-info
GET [base]/ServiceRequest?[parameter=value]&_include=ServiceRequest:pertains-to-goal
GET [base]/ServiceRequest?[parameter=value]&_include=ServiceRequest:patient
GET [base]/ServiceRequest?[parameter=value]&_include=ServiceRequest:requester
GET [base]/ServiceRequest?[parameter=value]&_include=ServiceRequest:performer
GET [base]/ServiceRequest?[parameter=value]&_include=PractitionerRole:practitioner
GET [base]/ServiceRequest?[parameter=value]&_include=PractitionerRole:organization
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/ServiceRequest?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/ServiceRequest?_lastUpdated=[dateTime] |
SHALL | category | token | GET [base]/ServiceRequest?category=[system]|[code] |
SHOULD | code | token | GET [base]/ServiceRequest?code=[system]|[code] |
SHALL | intent | token | GET [base]/ServiceRequest?intent=[system]|[code] |
SHOULD | occurrence | date | GET [base]/ServiceRequest?occurrence=[occurrence] |
SHALL | patient | reference | GET [base]/ServiceRequest?patient=[type]/[id] |
SHOULD | performer | reference | GET [base]/ServiceRequest?performer=[type]/[id] |
SHOULD | requester | reference | GET [base]/ServiceRequest?requester=[type]/[id] |
SHALL | status | token | GET [base]/ServiceRequest?status=[system]|[code] |
SHOULD | supporting-info | reference | GET [base]/ServiceRequest?supporting-info=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known ServiceRequests records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
Allows filtering to only retrieve ServiceRequests that are SDOH-related
Allows filtering to retrieve ServiceRequests for specific types of services
Allows filtering to retrieve only 'order' ServiceRequests and not plans, proposals, etc.
Allows filtering to retrieve ServiceRequests based on the timeframe in which the service needs to be provided
Allows filtering to retrieve only ServiceRequests associated with a particular patient. Note that some systems may mandate that searches are always patient-specific
Allows filtering to retrieve only ServiceRequests that designate a specific performer
Allows filtering to retrieve only ServiceRequests created by a specific practitioner
Allows filtering to retrieve only active ServiceRequests
Allows _include to retrieve supporting information for a ServiceRequest - particularly Consent
Conformance Expectation:(conformance expectation undefined)
Resource Specific Documentation:
Allows the patient or caregiver to monitor and update for Task assigned by referral sources or coordination platforms. Also allows the update and monitoring of tasks assigned to patients and caregivers.
Supported Profiles:
Reference Policy: literal
Versioning Policy: versioned-update
Profile Interaction Summary:
update
†, search-type
†.read
†.update†
Allows modification of an assigned patient existing Task (e.g. to cancel it) or modificiation of a Task assigned to the referral recipient (to accept or reject it or add output links to performed procedures). Systems SHALL ensure that only changes to Task.status, Task.statusReason, and Task.outputs are possible, and then only for Tasks where the owner is the patient.
read†
Allows retrieval of a Task that was previously accessed.
ns.nsearch-type†
Allows the other systems to poll multiple tasks simultaneously, as well as to retrieve referenced resources as part of a single query.
Modify Criteria:
PUT [base]/Task/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
GET [base]/Task/[id]
GET [base]/Task/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/Task?[parameter=value]&_include=Task:output
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Task?_id=[id] |
SHOULD | _lastUpdated | date | GET [base]/Task?_lastUpdated=[dateTime] |
SHALL | code | token | GET [base]/Task?code=[system]|[code] |
SHOULD | owner | reference | GET [base]/Task?owner=[type]/[id] |
SHALL | patient | reference | GET [base]/Task?patient=[type]/[id] |
SHALL | requester | reference | GET [base]/Task?requester=[type]/[id] |
SHALL | status | token | GET [base]/Task?status=[system]|[code] |
SHALL | focus | reference | GET [base]/Task?focus=[type]/[id] |
SHOULD | output | reference | GET [base]/Task?output=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Allows retrieving known Task records - and more specifically, retrieving more than one in a single call to poll for updates
Allows filtering for only records that have changed since last query
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.
Allows filtering only for tasks that are assigned to a particular owner (or alternatively, tasks that have not yet been assigned)
Allows monitoring of tasks associated with a particular patient. (Some systems may require that all queries be done in the context of a single patient.)
Allows retrieving all tasks that have been requested by a particular organization or individual. This will commonly be used to monitor the tasks initiated by a particular system
Allows filtering to only active or completed tasks
Allows retrieving the task(s) seeking fulfillment of a particular ServiceRequest
Allows for the 'output' of a Task to be included when retrieving a Task