Package | hl7.fhir.us.medmorph-research-dex |
Type | CapabilityStatement |
Id | medmorph-research-dex-ehr |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/medmorph-research-dex/https://build.fhir.org/ig/HL7/fhir-medmorph-research-dex-ig/CapabilityStatement-medmorph-research-dex-ehr.html |
URL | http://hl7.org/fhir/us/medmorph-research-dex/CapabilityStatement/medmorph-research-dex-ehr |
Version | 0.1.0 |
Status | draft |
Date | 2020-12-06 |
Name | MedMorphResearchDataExchangeEHRCapabilityStatement |
Title | MedMorph Research Data Exchange EHR Capability Statement |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of the ''EHR'' actor when conforming to the MedMorph Research Data Exchange IG. This role is responsible for allowing creation and retrieval of Group resources, along with retrieval of clinical data using the Group/$export operation. |
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/medmorph-research-dex/CapabilityStatement/medmorph-research-dex-ehr
Published by: HL7 International - Public Health Work Group
This profile defines the expected capabilities of the EHR actor to support the MedMorph Research Data Exchange use cases. This actor is responsible for supporting Group Resource and Group export operations supporting the US Core profiles and the CDMH IG profiles.
FHIR Version: | 4.0.1 |
---|---|
Supported formats: | json |
The primary focus of the EHR is to allow the creation of a Group resource and support the Group export operation for the US Core and CDMH IG profiles.
Security:
Implementations must meet the general security requirements documented in FHIR Security guidance.
In addition the EHR needs to meet the security requirements as outlined in the Formal Specification - Security Section.
The EHR SHALL support the profiles listed in US Core Server capability statement as foundational FHIR profiles needed by the MedMorph Research Data Exchange 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 |
---|---|---|---|---|---|---|---|---|---|
Group | SHALL | SHALL | SHALL | Bulk Data IG: Group/$export: SHALL | |||||
US Core Profiles | SHALL | ||||||||
CDMH Profiles | SHALL |
Profile: MedMorph Research Group Profile
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": "medmorph-research-dex-ehr", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/us/medmorph-research-dex/CapabilityStatement/medmorph-research-dex-ehr", "version": "0.1.0", "name": "MedMorphResearchDataExchangeEHRCapabilityStatement", "title": "MedMorph Research Data Exchange EHR Capability Statement", "status": "draft", "date": "2020-12-06", "publisher": "HL7 International - Public Health Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/pher" } ] } ], "description": "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the MedMorph Research Data Exchange IG. This role is responsible for allowing creation and retrieval of Group resources, along with retrieval of clinical data using the Group/$export operation.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "documentation": "The focus of the EHR is to allow creation and retrieval of 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": "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" } ] } ] } ] }