Package | ihe.pcc.rsq |
Type | CapabilityStatement |
Id | IHE.SDOH-RSQ.server |
FHIR Version | R4 |
Source | https://profiles.ihe.net/PCC/ReferralStatus/https://build.fhir.org/ig/IHE/PCC.SDOH.RSQ/CapabilityStatement-IHE.SDOH-RSQ.server.html |
URL | https://profiles.ihe.net/PCC/SDOH-RSQ/CapabilityStatement/IHE.SDOH-RSQ.serever |
Version | 0.0.1-current |
Status | active |
Date | 2024-06-14 |
Name | IHE_Referral_Status_Provider |
Title | IHE Referral Status Provider |
Realm | uv |
Authority | ihe |
Description | CapabilityStatement for the Referral Status Provide Actor in the Patient Care Coordination Technical Framework Supplement PCC SDOH Referral Status Query. See https://profiles.ihe.net/PCC/TF/Volume1/ch-38.html. The IHE Profile text is Normative, this conformance resource is Informative. The Provider delivers the status of an existing SDOH Referral by responding to the query from the SDOH Referral Status Consumer based on the referral identifier. - The referral workflow and the various mechanisms on how the referral identifier is known to the consumer and the provider are out of scope. - The Provider shall support both entry points for the FHIR search, a `ServiceRequest` or a `Task` resource. |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.SDOH-RSQ.server
application/fhir+xml
, application/fhir+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
The Referral Status Query Server provides the status of a previously accepted referral. The query is accomplished via FHIR Search against the ServiceRequest or Task resources. The choice of which resource is used depends on the architecture of the implementation.
Recommend ATNA, encouraged IHE-IUA or SMART-app-launch
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 |
---|---|---|---|---|---|---|---|---|---|
ServiceRequest | y | y | _id, identifier | Task:focus | |||||
Task | y | y | _id, identifier |
resolves
read
, search-type
.Using FHIR search on the
ServiceRequest
resource as part of transaction [PCC-Y6] allows to find out the status of an existing referral.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | Logical id of this artifact |
SHALL | identifier | token | The business identifier representing the referral identifier |
Using FHIR search on the
Task
resource as part of transaction [PCC-Y6] allows to find out the status of an existing referral.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | Logical id of this artifact |
SHALL | identifier | token | The business identifier representing the referral identifier |
{ "resourceType": "CapabilityStatement", "id": "IHE.SDOH-RSQ.server", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://profiles.ihe.net/PCC/SDOH-RSQ/CapabilityStatement/IHE.SDOH-RSQ.serever", "version": "0.0.1-current", "name": "IHE_Referral_Status_Provider", "title": "IHE Referral Status Provider", "status": "active", "experimental": false, "date": "2024-06-14", "publisher": "IHE Patient Care Coordination Technical Committee", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.ihe.net/ihe_domains/patient_care_coordination/" } ] }, { "telecom": [ { "system": "email", "value": "pcc@ihe.net" } ] }, { "name": "IHE Patient Care Coordination Technical Committee", "telecom": [ { "system": "email", "value": "pcc@ihe.net" } ] } ], "description": "CapabilityStatement for the Referral Status Provide Actor in the Patient Care Coordination Technical Framework Supplement PCC SDOH Referral Status Query. See https://profiles.ihe.net/PCC/TF/Volume1/ch-38.html. The IHE Profile text is Normative, this conformance resource is Informative. \n\nThe Provider delivers the status of an existing SDOH Referral by responding to the query from the SDOH Referral Status Consumer based on the referral identifier.\n- The referral workflow and the various mechanisms on how the referral identifier is known to the consumer and the provider are out of scope.\n- The Provider shall support both entry points for the FHIR search, a `ServiceRequest` or a `Task` resource.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "documentation": "The Referral Status Query Server provides the status of a previously accepted referral. The query is accomplished via FHIR Search against the ServiceRequest or Task resources. \nThe choice of which resource is used depends on the architecture of the implementation. ", "security": { "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)" }, "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "ServiceRequest", "documentation": "Using FHIR search on the `ServiceRequest` resource as part of transaction [PCC-Y6] allows to find out the status of an existing referral.", "interaction": [ { "code": "read" }, { "code": "search-type" } ], "referencePolicy": [ "resolves" ], "searchRevInclude": [ "Task:focus" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "type": "token", "documentation": "Logical id of this artifact" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "token", "documentation": "The business identifier representing the referral identifier" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Task", "documentation": "Using FHIR search on the `Task` resource as part of transaction [PCC-Y6] allows to find out the status of an existing referral.", "interaction": [ { "code": "read" }, { "code": "search-type" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "type": "token", "documentation": "Logical id of this artifact" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "token", "documentation": "The business identifier representing the referral identifier" } ] } ], "interaction": [ { "code": "search-system" } ] } ] }