This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) 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/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability | Version: 1.0.0 | |||
Standards status: Trial-use | Maturity Level: 1 | Computable Name: PatientCorrectionCapability |
Describes the capabilities for a FHIR server to support patient requests for corrections.
Conformance expectation: SHALL
Reference policy: resolves
Profile interaction summary:
$correction-request
read
vread
, history-instance
, search-type
Fetch and search criteria:
GET [base]/Bundle/[id]
Conformance expectation: SHALL
Reference policy: resolves
Profile interaction summary:
search-type
, read
vread
, history-instance
Fetch and search criteria:
GET [base]/Communication/[id]
About
Patient
Category
Identifier
Sent
Topic
Sender
Recipient
Encounter
Conformance expectation: SHALL
Reference policy: resolves
Profile interaction summary:
search-type
, read
vread
, history-instance
Fetch and search criteria:
GET [base]/Task/[id]
Patient
Identifier
Code
Status
ReasonReference
Authored-on
Modified
Requester
Encounter
Owner
BusinessStatus
Raw OpenAPI-Swagger Definition file | Download
xml
, json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
Description of the needed resources to be supported by the FHIR server, and the different possible interactions.
transaction
interaction.search-system
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Communication | y | y | about | ||||||
Task | y | y | reasonReference | ||||||
Bundle | y |
Read a communication between a patient and a fulfiller relating to a patient correction request.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | about | reference | Search for PatientCorrectionTask or PatientCorrectionCommunication this PatientCorrectionCommunication is about. |
Read a Task relating to a patient correction request.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | reasonReference | reference | For Disagreement Tasks, search for the original request for correction Communication. |
Read a Patient Correction Bundle which contains a Patient Correction Communication and related resources.