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

FHIR IG Statistics: CapabilityStatement/daf-datamart

Packagehl7.fhir.us.daf
TypeCapabilityStatement
Iddaf-datamart
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/daf/CapabilityStatement-daf-datamart.html
URLhttp://hl7.org/fhir/us/daf-research/CapabilityStatement/daf-datamart
Statusdraft
Date2016-08-10
NameData Mart
Realmus
Authorityhl7
DescriptionThis profile defines the expected capabilities of the Data Mart actor when conforming to the DAF-Research IG.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
daf-loadLoad Data
StructureDefinition
daf-provenanceU.S. Data Access Framework (DAF) Provenance
daf-taskU.S. Data Access Framework (DAF) Task Profile

Narrative

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

Data Mart

Published: 2016-08-10

Published by: U.S. Office of the National Coordinator (ONC)

This profile defines the expected capabilities of the Data Mart actor when conforming to the DAF-Research IG. The statement includes the complete list of actual profiles, RESTful operations, search parameters supported by a Data Mart.

General

FHIR Version: STU3
Supported formats: json and xml

REST behavior

The Data Mart SHALL implement REST behavior according to the FHIR specification. The Data Mart SHALL use either US-Core or DAF-Research profiles as needed to load data. The Data Mart SHALL support both json and xml resource formats for all DAF interactions. The Data Mart SHALL identify the DAF profile(s) supported as part of the FHIR BaseResource.Meta.profile attribute for each instance. The Data Mart SHALL declare a Capability statement and identify the list of profiles, operations, search parameters supported.

Security:

Data Marts are advised to implement security requirements according to their existing protocols for data translation and loading purposes. However Data Marts implementing US-Core IG SHOULD reuse US-Core security protocols for data translation, data loading and data access as applicable. Data Marts SHOULD honour patient's data disclosure polices. Datamarts SHOULD de-identify patient identifiable data in accordance with HHS de-identification guidelines for de-identification.

RESTful Operations Summary

Resource(Profile Name) Search Read Version Read Instance History Create Update
DAF-Task SHALL

SHALL

SHALL

SHALL

SHALL

SHALL

DAF-Provenance SHALL

SHALL

SHALL

SHALL

SHALL

SHALL

DAF-OperationDefinition

SHALL

SHALL

SHALL

SHALL

SHALL

SHALL



Data Mart Search Parameters

Data Marts SHALL support the following common parameters as part of queries related to DAF-Research profiles:

Data Marts SHALL support the following search contexts defined within the FHIR specification.

  • Search context by specifying a particular resource type

Data Marts SHALL support Modifiers as applicable to the data types of the search parameters. Data Marts SHALL also support Composite Search Parameters as defined in the FHIR specification.

Resource Name Search and Include Parameters
DAF-Task
DAF-Provenance
  • target - Search based on Provenance target ( reference)
  • start - Search based on Provenance start time ( date)
  • end - Search based on Provenance end time ( date)

DAF-Research Specific Operations

Data Marts SHALL support daf-load-operation on the ROOT URL of the system.

Data Marts SHALL publish their Capability statement using the DAF-Capability profile and identify the specific operations supported.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "daf-datamart",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/daf-research/CapabilityStatement/daf-datamart",
  "name": "Data Mart",
  "status": "draft",
  "date": "2016-08-10",
  "publisher": "U.S. Office of the National Coordinator (ONC)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This profile defines the expected capabilities of the Data Mart actor when conforming to the DAF-Research IG.",
  "kind": "requirements",
  "fhirVersion": "1.0.0",
  "acceptUnknown": "extensions",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-task"
    },
    {
      "reference": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-provenance"
    },
    {
      "reference": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-operationdefinition"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "The Data Mart SHALL support the DAF-Task, DAF-Capability, DAF-OperationDefinition profiles along with the daf-load-operation",
      "security": {
        "description": "Data Mart SHALL use appropriate security protocols for data tranlation and loading."
      },
      "resource": [
        {
          "type": "Task",
          "profile": {
            "reference": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-task"
          },
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type",
              "documentation": "Allows discovery of existing DAF-Task resources using different search criteria"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read",
              "documentation": "Allows retrieval of a specific DAF-Task by id"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "history-instance",
              "documentation": "Allows review of changes to DAF-Task instance over time"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "vread",
              "documentation": "Allows retrieval of a historical version of a DAF-Task instance"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Allows creation of a DAF-Task instance"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "update",
              "documentation": "Allows updation of a DAF-Task instance"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "identifier",
              "type": "token"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "status",
              "type": "token"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "code",
              "type": "token"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "part-of",
              "type": "reference"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "owner",
              "type": "reference"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "performer",
              "type": "reference"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "requester",
              "type": "reference"
            }
          ]
        },
        {
          "type": "Provenance",
          "profile": {
            "reference": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-provenance"
          },
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type",
              "documentation": "Allows discovery of existing DAF-Provenance resources using different search criteria"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read",
              "documentation": "Allows retrieval of a specific DAF-Provenance by id"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "history-instance",
              "documentation": "Allows review of changes to DAF-Provenance instance over time"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "vread",
              "documentation": "Allows retrieval of a historical version of a DAF-Provenance instance"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Allows creation of a DAF-Provenance instance"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "update",
              "documentation": "Allows updation of a DAF-Provenance instance"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "target",
              "type": "reference"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "start",
              "type": "date"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "end",
              "type": "date"
            }
          ]
        }
      ],
      "operation": [
        {
          "name": "daf-load-operation",
          "definition": {
            "reference": "http://hl7.org/fhir/us/daf-research/OperationDefinition/daf-load"
          }
        }
      ]
    }
  ]
}