Others titles
- FHIR Medicinal Product Interaction Resource
- 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
Medicinal Product Interaction
Medicinal Product Interaction indicates the interactions of the medicinal product with other medicinal products, or other forms of interactions. It refers to the reaction of one medicinal product with some other medicinal product or some food/beverage.
Get The Data
- ResearchNon-Commercial, Share-Alike, Attribution Free Forever
- CommercialCommercial Use, Remix & Adapt, White Label Log in to download
Description
It details the potential interactions associated with usage of a medicinal product. It occurs when two or more medicinal products react with each other. This interaction may cause the person taking that medicinal product to experience an unexpected side effect. For example, mixing a drug one takes to help one sleep (a sedative) and a drug one takes for allergies (an antihistamine) can slow his/her reactions and make driving a car or operating machinery dangerous.
Sometimes, the interaction may result from medicinal products reacting with foods or beverages. For example, mixing alcohol with some medicine may cause a person to feel tired or slow his/her reactions. In addition to the above interactions, another kind of interaction may occur when an existing medical condition makes certain drugs potentially harmful. For example, if a person has high blood pressure that person could experience an unwanted reaction if he/she takes a nasal decongestant.
About this Dataset
Data Info
Date Created | 2018-09-20 |
---|---|
Last Modified | 2018-12-27 |
Version | 4.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 Medicinal Product Interaction Resource, 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 | - |
Required | The value of the keyword should be an array of unique strings. The data object to be valid should contain all properties with names equal to the elements in the keyword value. | string | - |
Const | The value of this keyword can be anything. The data is valid if it is deeply equal to the value of the keyword. | string | - |
Data Preview
Concept_Name | Computer_Ready_Name | Type | Dollar_Ref | Description | Items | Required | Const |
MedicinalProductInteraction | ['resourceType'] | ||||||
MedicinalProductInteraction | _language | #/definitions/Element | Extensions for language | ||||
MedicinalProductInteraction | description | #/definitions/string | The interaction described. | ||||
MedicinalProductInteraction | _description | #/definitions/Element | Extensions for description | ||||
MedicinalProductInteraction | _implicitRules | #/definitions/Element | Extensions for implicitRules | ||||
MedicinalProductInteraction | management | #/definitions/CodeableConcept | Actions for managing the interaction. | ||||
MedicinalProductInteraction | language | #/definitions/code | The base language in which the resource is written. | ||||
MedicinalProductInteraction | resourceType | This is a MedicinalProductInteraction resource | MedicinalProductInteraction | ||||
MedicinalProductInteraction | incidence | #/definitions/CodeableConcept | The incidence of the interaction, e.g. theoretical, observed. | ||||
MedicinalProductInteraction | subject | array | The medication for which this is a described interaction. | {'$ref': '#/definitions/Reference'} |