Others titles
- FHIR Data Requirement Datatype
- Electronic Health Records Exchange Through FHIR
Keywords
- FHIR
- HL7
- Medical Terminology
- Processes Data
- Processes Information
- Processes Documentation
- Health Information Exchange
- Electronic Health Records
- FHIR Smart
- Smart on FHIR
Data Requirement
The Data Requirement structure defines a general data requirement for a knowledge asset such as a decision support rule or quality measure.
Get The Data
- ResearchNon-Commercial, Share-Alike, Attribution Free Forever
- CommercialCommercial Use, Remix & Adapt, White Label Log in to download
Description
The Data Requirement describes a required data item. A Data Requirement differs from a parameter in that it specifies the data to be provided in terms of the type of data, and specific filters on code-valued and/or date-valued attributes. Data requirements are not named because they are referenced by type within the evaluation context.
Data Requirements are used by knowledge modules to communicate the set of required data to a consumer in a way that is computable (as opposed to a set of named parameters which must be integrated by hand based on the meaning of the parameter as communicated through the documentation).
Data Requirements are typically used to communicate patient-dependent information such as Medication Statements and Encounters, whereas Parameters are typically used to communicate patient-independent information such as configuration values.
Data Requirement is used in the following places:
– Trigger Definition
– Evidence Variable
– Guidance Response
– Library
– Plan Definition
– Research Element Definition
About this Dataset
Data Info
Date Created | 2018-09-20 |
---|---|
Last Modified | 2023-03-26 |
Version | 5.0.0 |
Update Frequency |
Annual |
Temporal Coverage |
N/A |
Spatial Coverage |
United States |
Source | John Snow Labs; Health Level Seven International; |
Source License URL | |
Source License Requirements |
N/A |
Source Citation |
N/A |
Keywords | FHIR, HL7, Medical Terminology, Processes Data, Processes Information, Processes Documentation, Health Information Exchange, Electronic Health Records, FHIR Smart, Smart on FHIR |
Other Titles | FHIR Data Requirement Datatype, Electronic Health Records Exchange Through FHIR |
Data Fields
Name | Description | Type | Constraints |
---|---|---|---|
Concept_Name | Name of the concept in the FHIR structure. | string | required : 1 |
Computer_Ready_Name | A Computer-ready name (e.g. a token) that identifies the structure - suitable for code generation. Note that this name (and other names relevant for code generation, including element & slice names, codes etc) may collide with reserved words in the relevant target language, and code generators will need to handle this. | string | - |
Type | The type the structure describes. | string | - |
Dollar_Ref | The "$ref" string value contains a Uniform Resource Identifier (URI) which identifies the location of the JSON value being referenced. | string | - |
Description | A free text natural language description of the structure and its use. | string | - |
Items | The value of the keyword should be an object or an array of objects. If the keyword value is an object, then for the data array to be valid each item of the array should be valid according to the schema in this value. | string | - |
Data Preview
Concept Name | Computer Ready Name | Type | Dollar Ref | Description | Items |
DataRequirement | id | #/definitions/string | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||
DataRequirement | extension | array | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable | ||
DataRequirement | type | #/definitions/code | The type of the required data | ||
DataRequirement | _type | #/definitions/Element | Extensions for type | ||
DataRequirement | profile | array | The profile of the required data | ||
DataRequirement | subjectCodeableConcept | #/definitions/CodeableConcept | The intended subjects of the data requirement. If this element is not provided | ||
DataRequirement | subjectReference | #/definitions/Reference | The intended subjects of the data requirement. If this element is not provided | ||
DataRequirement | mustSupport | array | Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element | ||
DataRequirement | _mustSupport | array | Extensions for mustSupport | {'$ref': '#/definitions/Element'} | |
DataRequirement | codeFilter | array | Code filters specify additional constraints on the data |