This page is part of the C-CDA on FHIR Implementation Guide (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "CcdaOnFhirServer",
"meta" : {
"versionId" : "12",
"lastUpdated" : "2020-08-13T15:57:20.047+00:00",
"source" : "#CXWcf7GLdy7BZgYk"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>CcdaOnFhirServer</h2>\n <div>\n <p>This section describes the expected capabilities of the C-CDA on FHIR Document Source (aka server) actor which is responsible for responding to the queries for clinical documents provided by a C-CDA on FHIR Document Consumer (aka client) actor. This CapabilityStatement imports and extends the \n <a href=\"https://www.hl7.org/fhir/us/core/CapabilityStatement-us-core-server.html\">us-core-server CapabilityStatement</a>\n </p>\n </div>\n <table>\n <tr>\n <td>Mode</td>\n <td>SERVER</td>\n </tr>\n </table>\n <table>\n <tr>\n <th>\n <b>Resource Type</b>\n </th>\n <th>\n <b>Profile</b>\n </th>\n <th>\n <b title=\"GET a resource (read interaction)\">Read</b>\n </th>\n <th>\n <b title=\"GET past versions of resources (vread interaction)\">V-Read</b>\n </th>\n <th>\n <b title=\"GET all set of resources of the type (search interaction)\">Search</b>\n </th>\n <th>\n <b title=\"PUT a new resource version (update interaction)\">Update</b>\n </th>\n <th>\n <b title=\"PATCH a new resource version (patch interaction)\">Patch</b>\n </th>\n <th>\n <b title=\"POST a new resource (create interaction)\">Create</b>\n </th>\n <th>\n <b title=\"DELETE a resource (delete interaction)\">Delete</b>\n </th>\n <th>\n <b title=\"GET changes to a resource (history interaction on instance)\">Updates</b>\n </th>\n <th>\n <b title=\"GET changes for all resources of the type (history interaction on type)\">History</b>\n </th>\n </tr>\n <tr>\n <td>Bundle</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n </tr>\n <tr>\n <td>Composition</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n <td>y</td>\n </tr>\n </table>\n </div>"
},
"url" : "http://hl7.org/fhir/us/ccda/CapabilityStatement/CcdaOnFhirServer",
"version" : "1.1.0",
"name" : "CcdaOnFhirServer",
"title" : "CCDA on FHIR Server",
"status" : "active",
"experimental" : false,
"date" : "2020-08-12",
"publisher" : "HL7 Structured Documents Working Group",
"contact" : [
{
"name" : "HL7 Structured Documents Working Group",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/structure/index.cfm"
}
]
},
{
"name" : "Rick Geimer",
"telecom" : [
{
"system" : "email",
"value" : "rick.geimer@lantanagroup.com"
}
]
},
{
"name" : "Sarah Gaunt",
"telecom" : [
{
"system" : "email",
"value" : "sarah.gaunt@lantanagroup.com"
}
]
},
{
"name" : "Brett Marquard",
"telecom" : [
{
"system" : "email",
"value" : "brett@riverrockassociates.com"
}
]
},
{
"name" : "Corey Spears",
"telecom" : [
{
"system" : "email",
"value" : "spears.corey@gmail.com"
}
]
},
{
"name" : "Meenaxi Gosai",
"telecom" : [
{
"system" : "email",
"value" : "meenaxi.gosai@lantanagroup.com"
}
]
},
{
"name" : "HL7 International - Structured Documents",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/structure"
}
]
}
],
"description" : "This section describes the expected capabilities of the C-CDA on FHIR Document Source (aka server) actor which is responsible for responding to the queries for clinical documents provided by a C-CDA on FHIR Document Consumer (aka client) actor. This CapabilityStatement imports and extends the [us-core-server CapabilityStatement](https://www.hl7.org/fhir/us/core/CapabilityStatement-us-core-server.html)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"kind" : "requirements",
"imports" : [
"http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"
],
"fhirVersion" : "4.0.1",
"format" : [
"xml",
"json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "Bundle",
"interaction" : [
{
"code" : "create"
},
{
"code" : "search-type"
},
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "patch"
},
{
"code" : "delete"
},
{
"code" : "history-instance"
},
{
"code" : "history-type"
}
]
},
{
"type" : "Composition",
"supportedProfile" : [
"http://hl7.org/fhir/us/ccda/StructureDefinition/Care-Plan-Document",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Consultation-Note",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Continuity-of-Care-Document",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Diagnostic-Imaging-Report",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Discharge-Summary",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Operative-Note",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Procedure-Note",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Progress-Note",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Referral-Note",
"http://hl7.org/fhir/us/ccda/StructureDefinition/Transfer-Summary"
],
"interaction" : [
{
"code" : "create"
},
{
"code" : "search-type"
},
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "patch"
},
{
"code" : "delete"
},
{
"code" : "history-instance"
},
{
"code" : "history-type"
}
]
}
]
}
]
}