StatusReleased. Further enhancements planned.OverviewThe Capability Statement defines which functionality the PKB FHIR ® API supports.Relevant PKB entitiesN/A EndpointsInteraction | HTTP | URL | Supported Parameters | Permitted User Types | Description | Examples | capabilities | GET | /metadata | None | All | Retrieve PKB's Capability Statement.
| /metadata |
MappingsFHIR | PKB | Notes | CapabilityStatement.url | "http://fhir.patientsknowbest.com/metadata" | | CapabilityStatement.title | "PKB FHIR API" | | CapabilityStatement.status | "active" | | CapabilityStatement.experimental | <conditional> If this is a test server: true Else: false | This value can be used by clients to determine whether or not the server supports production data.
For example, it will be true on https://sandbox.patientsknowbest.com. | CapabilityStatement.date | Current date and time, e.g. "2018-02-09T09:37:35+00:00" |
| CapabilityStatement.publisher | "Patients Know Best Ltd." | | CapabilityStatement.kind | "instance" | | CapabilityStatement.implementation | Details of the installation covered by this CapabilityStatement. - implementation: BackboneElement
- description = "Patients Know Best"
- url = API base URL
|
| CapabilityStatement.fhirVersion | "3.0.1" | | CapabilityStatement.acceptUnknown | "no" | | CapabilityStatement.format | "application/fhir+json" | This is correct for STU3. | CapabilityStatement.implementationGuide | "http://fhir.patientsknowbest.com" | | CapabilityStatement.rest | To reflect current functionality. | This portion of the Capability Statement will be updated as our supported feature set changes. |
|
|