Package | smart.who.int.ips-pilgrimage |
Type | CapabilityStatement |
Id | VHLDocumentResponder |
FHIR Version | R4 |
Source | http://smart.who.int/ips-pilgrimage/https://build.fhir.org/ig/WorldHealthOrganization/smart-ips-pilgrimage/CapabilityStatement-VHLDocumentResponder.html |
URL | http://smart.who.int/ips-pilgrimage/CapabilityStatement/VHLDocumentResponder |
Version | 2.1.0 |
Status | active |
Date | 2024-12-31 |
Name | VHL DocumentResponder |
Title | VHL Document Responder (server) |
Authority | who |
Description | VHL Document Responder (server) - Search DocumentReferences in a List. |
Kind | requirements |
No resources found
CapabilityStatement | |
IHE.MHD.DocumentResponder | Document Responder (server) |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement VHLDocumentResponder
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.
This CapabilityStatement imports the CapabilityStatement Document Responder (server)
server
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 |
---|---|---|---|---|---|---|---|---|---|
DocumentReference | _list |
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _list | special | A server compatible with the VHLDocumentResponder SHALL support searches using the _list search parameter as defined in the core FHIR specification. |
{ "resourceType": "CapabilityStatement", "id": "VHLDocumentResponder", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://smart.who.int/ips-pilgrimage/CapabilityStatement/VHLDocumentResponder", "version": "2.1.0", "name": "VHL DocumentResponder", "title": "VHL Document Responder (server)", "status": "active", "experimental": false, "date": "2024-12-31", "publisher": "WHO", "contact": [ { "name": "WHO", "telecom": [ { "system": "url", "value": "http://who.int" }, { "system": "email", "value": "smart@who.int" } ] } ], "description": "VHL Document Responder (server) - Search DocumentReferences in a List.", "kind": "requirements", "imports": [ "https://profiles.ihe.net/ITI/MHD/CapabilityStatement/IHE.MHD.DocumentResponder" ], "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "resource": [ { "type": "DocumentReference", "searchParam": [ { "name": "_list", "type": "special", "documentation": "A server compatible with the VHLDocumentResponder SHALL support searches using the _list search parameter as defined in the core FHIR specification." } ] } ] } ] }