{
"description": "CA:FeX-3D – Conformance expectations for a CA:FeX Data Consumer implementing Summary Option (D). The system must support retrieval of patient summaries using the $summary operation on the Patient endpoint.",
"_filename": "CapabilityStatement-CaFeX-DataConsumer-Option-D.json",
"package_name": "ca.infoway.io.cafex",
"format": [ "json", "xml" ],
"date": "2025-04-01",
"publisher": "Canada Health Infoway",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "CA",
"system": "urn:iso:std:iso:3166"
} ]
} ],
"name": "CAFEX_DataConsumer_Option_D",
"copyright": "Copyright © 2021–2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": "CA:FeX CapabilityStatement - Data Consumer - Option D (Summary Option)",
"package_version": "2.2.0-DFT-Ballot",
"status": "draft",
"id": "a9cb4168-96c1-4f37-aa55-9966f09e643f",
"kind": "requirements",
"url": "http://fhir.infoway-inforoute.ca/io/cafex/CapabilityStatement/CaFeX-DataConsumer-Option-D",
"version": "2.2.0",
"contact": [ {
"name": "National Standards Release Centre",
"telecom": [ {
"value": "http://www.infoway-inforoute.ca",
"system": "url"
}, {
"value": "standards@infoway-inforoute.ca",
"system": "email"
} ]
} ],
"rest": [ {
"mode": "client",
"resource": [ {
"type": "Patient",
"documentation": "This resource serves as the anchor for the $summary operation.\nNo other interactions are claimed on the /Patient endpoint by this client."
} ],
"security": {
"description": "1. See the security section of the CA:FeX guide for security requirements and recommendations.\n2. A server **SHALL** reject any unauthorized requests by returning an `HTTP 401` \"Unauthorized\", `HTTP 403` \"Forbidden\", or `HTTP 404` \"Not Found\""
},
"operation": [ {
"name": "$summary",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
} ],
"definition": "http://hl7.org/fhir/uv/ips/OperationDefinition/summary",
"documentation": "This client invokes the $summary operation on the Patient endpoint.\n- It supports both GET and POST invocation styles:\n - GET [base]/Patient/[id]/$summary\n - POST [base]/Patient/[id]/$summary with a Parameters resource in the body.\n- It supports optional input parameters:\n - 'identifier' to specify the patient\n - 'profile' to request a specific document profile\n- The operation returns a FHIR Document Bundle (Bundle.type = 'document') with the appropriate Composition resource representing the patient summary."
} ],
"documentation": "This client supports CA:FeX-3D. It retrieves patient summaries by invoking the $summary operation on the Patient endpoint.\nDirect read interactions on the /Bundle endpoint for summary retrieval are not supported."
} ]
}