FHIR IG analytics| Package | hl7.fhir.us.ccda.r4 |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-CcdaOnFhirServer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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
| Mode | SERVER |
| Resource Type | Profile | Read | V-Read | Search | Update | Patch | Create | Delete | Updates | History |
|---|---|---|---|---|---|---|---|---|---|---|
| Bundle | y | y | y | y | y | y | y | y | y | |
| Composition | y | y | y | y | y | y | y | y | y |
{
"resourceType": "CapabilityStatement",
"id": "CcdaOnFhirServer",
"meta": {
"versionId": "12",
"lastUpdated": "2020-08-13T15:57:20.047+00:00",
"source": "#CXWcf7GLdy7BZgYk"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cgp"
}
],
"url": "http://hl7.org/fhir/us/ccda/CapabilityStatement/CcdaOnFhirServer",
"version": "2.0.0-ballot",
"name": "CcdaOnFhirServer",
"title": "CCDA on FHIR Server",
"status": "active",
"experimental": false,
"date": "2020-08-12",
"publisher": "HL7 International / Cross-Group Projects",
"contact": [
{
"name": "HL7 International / Cross-Group Projects",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cgp"
}
]
}
],
"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"
}
]
}
]
}
]
}