FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/medmorph-research-dex-ehr

Packagehl7.fhir.us.medmorph-research-dex
TypeCapabilityStatement
Idmedmorph-research-dex-ehr
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph-research-dex/https://build.fhir.org/ig/HL7/fhir-medmorph-research-dex-ig/CapabilityStatement-medmorph-research-dex-ehr.html
URLhttp://hl7.org/fhir/us/medmorph-research-dex/CapabilityStatement/medmorph-research-dex-ehr
Version0.1.0
Statusdraft
Date2020-12-06
NameMedMorphResearchDataExchangeEHRCapabilityStatement
TitleMedMorph Research Data Exchange EHR Capability Statement
Realmus
Authorityhl7
DescriptionThis 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
group-exportFHIR Bulk Data Group Level Export

Narrative

Note: links and images are rebased to the (stated) source

EHR

(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.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

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.

US Core Support

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.


CDMH IG Support

The EHR SHOULD support the profiles listed in CDMH IG for populating multiple common data models.


Resource summary

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


Group

Profile: MedMorph Research Group Profile

Interactions

Name Description
  search

Allows creation of a specific Group resource instances to record participants in a research program.

  search

Allows searching of specific Group resource profile instances.

  read

Allows retrieval of specific Group resource profile instances

  Bulk Data IG: Group/$export operation

Allows retrieval of specific data associated with patients who are part of the Group.



Search

Parameter Type Definition & Chaining
identifier token Search using identifiers.
name string Search using Group name which represents the Research program name.

US Core Profiles

Profile: Profiles listed in US Core

Interactions

Name Description
  read

Allows retrieval of specific US Core resource profile instances as part of the Group/$export operation.



CDMH Profiles

Profile: Profiles listed in CDMH IG

Interactions

Name Description
  read

Allows retrieval of specific CDMH resource profile instances as part of the Group/$export operation.




Source

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}