Capability Statements

Formats: XML, JSON

This section describes the expected capabilities of the CA:FeX server. The complete list of FHIR resources, RESTful interactions, and search parameters supported by CA:FeX server are defined below.

CA:FeX Server RESTful Capabilities

The CA:FeX Server SHALL:

  • Support the Patient resource.
  • Support at least one additional resource from the list of CA:FeX resources (listed in the next section).
  • Implement the RESTful behavior according to the FHIR specification.
  • Follow the requirements documented in the Conformance Requirements and Must Support page.
  • Support JSON source formats for all CA:FeX interactions.

The CA:FeX Server SHOULD:

  • Support XML source formats for all CA:FeX interactions.

Security:

  • See the General Security section for requirements and recommendations.
  • A server SHALL reject any unauthorized requests by returning an HTTP 401 "Unauthorized", HTTP 403 "Forbidden", or HTTP 404 "Not Found" (for details please refer to the Response Handling page)

RESTful Capabilities by Resource

Resource Type Supported Searches Mandatory Interactions Supported Operations
AllergyIntolerance patient, patient.identifier, patient+clinical-status search-type, read -
Binary - read -
Bundle timestamp, composition (chained search) search-type, read -
Composition patient, patient.identifier, type, status, author, date​ search-type, read -
Condition patient, patient.identifier, patient+category, patient+clinical-status, patient+code, patient+onset-date search-type, read -
DiagnosticReport patient, patient.identifier, patient+category, patient+code, patient+category+date, patient+status, patient+code+date search-type, read -
DocumentReference _id, patient, patient.identifier, patient+category, patient+category+date, patient+type, patient+status, patient+type+period search-type, read docref
Immunization patient, patient.identifier, patient+date, patient+status search-type, read -
Medication - read -
MedicationRequest patient, patient.identifier, patient+intent, patient+intent+status, patient+intent+authoredon search-type, read -
MedicationStatement patient, patient.identifier search-type, read -
Observation patient, patient.identifier, patient+category, patient+code, patient+category+date, patient+category+status, patient+code+date search-type, read -
Patient _id, identifier, name, birthdate+name, gender+name, birthdate+family, family+gender search-type, read -
Practitioner name, identifier, _id search-type, read -
PractitionerRole specialty, practitioner search-type, read -
Procedure patient, patient.identifier, patient+date search-type, read -

AllergyIntolerance

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHOULD patient.identifier token
SHOULD patient+clinical-status reference+token

Binary

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support read.
  • MAY support search-type, create, update, patch, delete, history-type, vread, history-instance.

Bundle

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • SHOULD support create.
  • MAY support update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL composition.patient reference
SHALL composition.patient.identifier tokem
SHOULD timestamp date
MAY composition.type tokem
MAY composition.author reference
MAY composition.status tokem
MAY composition.date date

Composition

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • SHOULD support create.
  • MAY support update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHALL patient.identifier token
SHOULD type token
SHOULD status token
SHOULD author reference
SHOULD date​ date

Condition

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHOULD patient.identifier token
SHOULD patient+category reference+token
SHOULD patient+clinical-status reference+token
SHOULD patient+code reference+token
SHOULD patient+onset-date reference+date

DiagnosticReport

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHALL patient+category reference+token
SHALL patient+code reference+token
SHALL patient+category+date reference+token+date
SHOULD patient.identifier token
SHOULD patient+status reference+token
SHOULD patient+code+date reference+token+date

DocumentReference

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • SHOULD support create.
  • MAY support update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL _id token
SHALL patient reference
SHALL patient+category reference+token
SHALL patient+category+date reference+token+date
SHALL patient+type reference+token
SHOULD patient.identifier token
SHOULD patient+status reference+token
SHOULD patient+type+period reference+token+date

Operation Summary:

  • SHOULD support the $docref operation

Immunization

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHOULD patient.identifier token
SHOULD patient+date reference+date
SHOULD patient+status reference+token

Medication

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support read.
  • MAY support search-type, create, update, patch, delete, history-type, vread, history-instance.

MedicationRequest

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHOULD patient.identifier token
SHOULD patient+intent reference+token
SHOULD patient+intent+status reference+token+token
SHOULD patient+intent+authoredon reference+token+date

MedicationStatement

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHOULD patient.identifier token

Observation

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient+category reference+token
SHALL patient+code reference+token
SHALL patient+category+date reference+token+date
SHOULD patient+category+status reference+token+token
SHOULD patient+code+date reference+token+date

Note: The Patient.identifier parameter has not been applied to Observation due to the current established practice to use combination parameters that limit excessive volume of observations matching the request.

Patient

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL _id token
SHALL identifier token
SHOULD name string
SHOULD birthdate+name date+string
SHOULD gender+name token+string
SHOULD birthdate+family date+string
SHOULD family+gender string+token

Practitioner

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL name string
SHALL identifier token
SHOULD _id token

PractitionerRole

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL specialty token
SHALL practitioner reference

Procedure

Conformance Expectation: SHALL

Resource Interaction Summary:

  • SHALL support search-type, read.
  • MAY support create, update, patch, delete, history-type, vread, history-instance.

Search Parameter Summary:

Conformance Parameter Type
SHALL patient reference
SHALL patient+date reference+date
SHOULD patient.identifier token

Note: FHIR servers that aim to comply with the MHD (Mobile access to Health Documents) specification can derive advantages by incorporating MHD-specific parameters, such as the List resource.