FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/CaFeX-DataRecipient-Option-A

Packageca.infoway.io.cafex
Resource TypeCapabilityStatement
IdCaFeX-DataRecipient-Option-A
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.cafex@2.2.0-DFT-Ballot&canonical=http://fhir.infoway-inforoute.ca/io/cafex/CapabilityStatement/CaFeX-DataRecipient-Option-A
URLhttp://fhir.infoway-inforoute.ca/io/cafex/CapabilityStatement/CaFeX-DataRecipient-Option-A
Version2.2.0
Statusdraft
Date2025-04-01
NameCAFEX_DataRecipient_Option_A
TitleCA:FeX CapabilityStatement - Data Recipient - Option A (Accept FHIR Document)
Realmca
Authoritynational
DescriptionCA:FeX-1A: Submit FHIR Document – Conformance expectations for a CA:FeX Data Recipient implementing the Bundle Option (A). The system must accept a FHIR Document Bundle via POST to the /Bundle endpoint. Optionality: R. Conditional create is not supported.
CopyrightCopyright © 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).
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CaFeX-DataRecipient-Option-A",
  "url": "http://fhir.infoway-inforoute.ca/io/cafex/CapabilityStatement/CaFeX-DataRecipient-Option-A",
  "version": "2.2.0",
  "name": "CAFEX_DataRecipient_Option_A",
  "title": "CA:FeX CapabilityStatement - Data Recipient - Option A (Accept FHIR Document)",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-01",
  "publisher": "Canada Health Infoway",
  "contact": [
    {
      "name": "National Standards Release Centre",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.infoway-inforoute.ca"
        },
        {
          "system": "email",
          "value": "standards@infoway-inforoute.ca"
        }
      ]
    }
  ],
  "description": "CA:FeX-1A: Submit FHIR Document – Conformance expectations for a CA:FeX Data Recipient implementing the Bundle Option (A). The system must accept a FHIR Document Bundle via POST to the /Bundle endpoint. Optionality: R. Conditional create is not supported.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "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).",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "This server supports CA:FeX-1A: Submit FHIR Document. Data Recipients SHALL support receiving a FHIR Document Bundle via an HTTP POST to the /Bundle endpoint.\nThe submitted Bundle MUST be a valid FHIR Document with type 'document', containing a Composition as the first entry and other referenced resources.",
      "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\""
      },
      "resource": [
        {
          "type": "Bundle",
          "documentation": "The server SHALL support HTTP POST to [base]/Bundle for document submission.\nThe Bundle MUST be of type 'document' with a Composition as the first entry.\nThe server SHALL assign ID, versionId, and lastUpdated. Conditional create is not supported.\nOn success, the server returns a 201 Created response, with Location, ETag, and Last-Modified headers.\nOn error, return 400 (Bad Request) or 422 (Unprocessable Entity) with OperationOutcome.",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHOULD"
                }
              ],
              "code": "create"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "code": "update"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "code": "patch"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "code": "delete"
            }
          ]
        }
      ]
    }
  ]
}