Package | hl7.fhir.us.cdmh |
Type | CapabilityStatement |
Id | cdmh-ehr |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/cdmh/https://build.fhir.org/ig/HL7/cdmh/CapabilityStatement-cdmh-ehr.html |
URL | http://hl7.org/fhir/us/cdmh/CapabilityStatement/cdmh-ehr |
Version | 1.0.0 |
Status | draft |
Date | 2020-12-06 |
Name | CdmhEHRCapabilityStatement |
Title | Cdmh EHR Capability Statement |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of the ''EHR'' actor when conforming to the CDMH IG. This role is responsible for allowing creation and retrieval of ResearchStudy, and Group resources, along with retrieval of clinical data using the Group/$export operation. |
Copyright | Used by permission of HL7, all rights reserved Creative Commons License |
Kind | requirements |
No resources found
OperationDefinition | |
group-export | FHIR Bulk Data Group Level Export |
Note: links and images are rebased to the (stated) source
(Requirements Definition Capability Statement)
Canonical URL: http://hl7.org/fhir/us/cdmh/CapabilityStatement/cdmh-ehr
Published by: HL7 International - Public Health Work Group
This profile defines the expected capabilities of the EHR actor to support the CDMH IG use cases. This actor is responsible for supporting ResearchStudy, Group Resource, Group export operations along with the CDMH IG and US Core profiles.
FHIR Version: | 4.0.1 |
---|---|
Supported formats: | json |
The primary focus of the EHR is to allow the creation of a ResearchStudy, Group resource and support the Group export operation for the CDMH IG and US Core profiles.
Security:
Implementations must meet the general security requirements documented in FHIR Security guidance.
The EHR SHALL support the profiles listed in US Core Server capability statement as foundational FHIR profiles needed by the CDMH IG.
The EHR SHOULD support the profiles listed in CDMH IG for populating multiple common data models.
Resource | Search | Read | Read Version | Instance History | Resource History | Create | Update | Delete | Operations |
---|---|---|---|---|---|---|---|---|---|
ResearchStudy | SHALL | SHALL | SHALL | ||||||
Group | SHALL | SHALL | SHALL | Bulk Data IG: Group/$export: SHALL | |||||
US Core Profiles | SHALL | ||||||||
CDMH IG Profiles | SHALL |
Profile: CdmhResearchStudy
Parameter | Type | Definition & Chaining |
---|---|---|
identifier | token | Search using identifiers. |
title | string | Search using ResearchStudy name which represents the Research program name. |
Profile: CdmhGroup
Parameter | Type | Definition & Chaining |
---|---|---|
identifier | token | Search using identifiers. |
name | string | Search using Group name which represents the Research program name. |
Profile: Profiles listed in US Core
Name | Description |
---|---|
read |
Allows retrieval of specific US Core resource profile instances as part of the Group/$export operation. |
Profile: Profiles listed in CDMH IG
Name | Description |
---|---|
read |
Allows retrieval of specific CDMH resource profile instances as part of the Group/$export operation. |
{ "resourceType": "CapabilityStatement", "id": "cdmh-ehr", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/us/cdmh/CapabilityStatement/cdmh-ehr", "version": "1.0.0", "name": "CdmhEHRCapabilityStatement", "title": "Cdmh EHR Capability Statement", "status": "draft", "date": "2020-12-06", "publisher": "HL7 International - Biomedical Research and Regulation Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/rcrim" } ] } ], "description": "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the CDMH IG. This role is responsible for allowing creation and retrieval of ResearchStudy, and Group resources, along with retrieval of clinical data using the Group/$export operation.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "copyright": "Used by permission of HL7, all rights reserved Creative Commons License", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "documentation": "The focus of the EHR is to allow creation and retrieval of ResearchStudy and Group resources and clinical data using the Group/$export operation.", "security": { "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide." }, "resource": [ { "type": "ResearchStudy", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Allows retrieval of a specific ResearchStudy instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Allows creation of a ResearchStudy resource instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type", "documentation": "Allows search of a ResearchStudy resource instance using identifiers and names." } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Group-identifier", "type": "token" } ] }, { "type": "Group", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Allows retrieval of a specific Group instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Allows creation of a Group resource instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type", "documentation": "Allows search of a Group resource instance using identifiers and names." } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Group-identifier", "type": "token" } ], "operation": [ { "name": "export", "definition": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export" } ] } ] } ] }