This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
Operation Definition
{
"resourceType": "OperationDefinition",
"id": "Measure-data-requirements",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/OperationDefinition/Measure-data-requirements",
"name": "Data Requirements",
"status": "draft",
"kind": "operation",
"date": "2016-08-11T17:02:54+10:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "The data-requirements operation aggregates and returns the parameters and data requirements for the measure and all its dependencies as a single module definition",
"code": "data-requirements",
"comment": "The effect of invoking this operation is to determine the aggregate set of data requirements and dependencies for the measure. The result is a Library resource with a type of module-definition that contains all the parameter definitions and data requirements of the libraries referenced by the measures. Implementations SHOULD aggregate data requirements intelligently (i.e. by collapsing overlapping data requirements)",
"system": false,
"instance": true,
"parameter": [
{
"name": "periodStart",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The start of the measurement period",
"type": "date"
},
{
"name": "periodEnd",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The end of the measurement period",
"type": "date"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The result of the requirements gathering",
"type": "Library"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.