Sequoia Project Healthcare Directory Implementation Guide
1.2.0 - Release 1
Official URL: https://sequoiaproject.org/fhir/sphd/CapabilityStatement/directory-capability-statement | Version: 1.2.0 | |||
Active as of 2024-12-23 | Computable Name: SequoiaProjectHealthcareDirectory |
Sequoia Project FHIR Provider Directory
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement directory-capability-statement
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
Sequoia Project FHIR Provider Directory
Basic
search-system
interaction described as follows:You can search organizations with several fields and also with their combination
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 | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
Organization | https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization | y | y | y | y | _id, _name, _lastUpdated, _zip, _city, _state, _radius, _active |
read
Some operations require permission
create
Some operations require permission
update
Some operations require permission
delete
Some operations require permission
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | number | Search with the id of organization |
SHALL | _name | string | Search with the name of organization |
SHALL | _lastUpdated | date | Search with the lastUpdated of organization |
SHALL | _zip | string | Search with the zip of organization |
SHALL | _city | string | Search with the city of organization |
SHALL | _state | string | Search with the state of organization |
SHALL | _radius | string | Search with the radius of organization |
SHALL | _active | string | Search with the active of organization |