C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
Active as of 2020-08-12 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CcdaOnFhirServer"] ; #
fhir:meta [
fhir:versionId [ fhir:v "12" ] ;
fhir:lastUpdated [ fhir:v "2020-08-13T15:57:20.047+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#CXWcf7GLdy7BZgYk"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cgp" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ccda/CapabilityStatement/CcdaOnFhirServer"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "CcdaOnFhirServer"] ; #
fhir:title [ fhir:v "CCDA on FHIR Server"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-08-12"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ] ] )
] ) ; #
fhir:description [ fhir:v "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)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:kind [ fhir:v "requirements"] ; #
fhir:imports ( [
fhir:v "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server>
] ) ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
( fhir:resource [
fhir:type [ fhir:v "Bundle" ] ;
( fhir:interaction [
fhir:code [ fhir:v "create" ] ] [
fhir:code [ fhir:v "search-type" ] ] [
fhir:code [ fhir:v "read" ] ] [
fhir:code [ fhir:v "vread" ] ] [
fhir:code [ fhir:v "update" ] ] [
fhir:code [ fhir:v "patch" ] ] [
fhir:code [ fhir:v "delete" ] ] [
fhir:code [ fhir:v "history-instance" ] ] [
fhir:code [ fhir:v "history-type" ] ] ) ] [
fhir:type [ fhir:v "Composition" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Care-Plan-Document"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Care-Plan-Document> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Consultation-Note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Consultation-Note> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Continuity-of-Care-Document"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Continuity-of-Care-Document> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Diagnostic-Imaging-Report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Diagnostic-Imaging-Report> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Discharge-Summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Discharge-Summary> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Operative-Note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Operative-Note> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Procedure-Note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Procedure-Note> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Progress-Note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Progress-Note> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Referral-Note"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Referral-Note> ] [
fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/Transfer-Summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ccda/StructureDefinition/Transfer-Summary> ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "create" ] ] [
fhir:code [ fhir:v "search-type" ] ] [
fhir:code [ fhir:v "read" ] ] [
fhir:code [ fhir:v "vread" ] ] [
fhir:code [ fhir:v "update" ] ] [
fhir:code [ fhir:v "patch" ] ] [
fhir:code [ fhir:v "delete" ] ] [
fhir:code [ fhir:v "history-instance" ] ] [
fhir:code [ fhir:v "history-type" ] ] ) ] )
] ) . #
IG © 2020+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.ccda#1.2.0 based on FHIR 4.0.1. Generated 2024-03-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change