A capability statement is a set of capabilities of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Important: This site is under active development by NHS Digital to develop the eRS APIs. This project is being developed using an agile methodology so iterative updates to content will be added on a regular basis.
0. References
Care Connect Profile: - |
HL7 FHIR DSTU2 Resource: CapabilityStatement |
User Stories: - |
1. Read
GET [baseUrl]/metadata
The /metadata path on the root of the FHIR server will return the CapabilityStatement for the FHIR server:
For details of this interaction - see the HL7 FHIR STU3 RESTful API
All requests SHALL contain a valid ‘Authorization’ header and SHALL contain an ‘Accept’ header with at least one of the following application/json+fhir or application/xml+fhir.