Others titles
- FHIR Substance Amount 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
Substance Amount
Chemical substances are a single substance type whose primary defining element is the molecular structure.
Get The Data
- ResearchNon-Commercial, Share-Alike, Attribution Free Forever
- CommercialCommercial Use, Remix & Adapt, White Label Log in to download
Description
Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID.
It is used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean will be the average. If only a single definite value for a given element is given, it would be captured in this field
About this Dataset
Data Info
Date Created | 2018-09-20 |
---|---|
Last Modified | 2019-11-01 |
Version | 4.0.1 |
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 Substance Amount 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 | - |
Data Preview
Concept Name | Computer Ready Name | Type | Dollar Ref | Description | Items |
SubstanceAmount | 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. | ||
SubstanceAmount | 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 manageable there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension there is a set of requirements that SHALL be met as part of the definition of the extension. | {'$ref': '#/definitions/Extension'} | |
SubstanceAmount | modifierExtension | array | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | {'$ref': '#/definitions/Extension'} | |
SubstanceAmount | amountQuantity | #/definitions/Quantity | Used to capture quantitative values for a variety of elements. If only limits are given the arithmetic mean would be the average. If only a single definite value for a given element is given it would be captured in this field. | ||
SubstanceAmount | amountRange | #/definitions/Range | Used to capture quantitative values for a variety of elements. If only limits are given the arithmetic mean would be the average. If only a single definite value for a given element is given it would be captured in this field. | ||
SubstanceAmount | amountString | string | Used to capture quantitative values for a variety of elements. If only limits are given the arithmetic mean would be the average. If only a single definite value for a given element is given it would be captured in this field. | ||
SubstanceAmount | _amountString | #/definitions/Element | Extensions for amountString | ||
SubstanceAmount | amountType | #/definitions/CodeableConcept | Most elements that require a quantitative value will also have a field called amount type. Amount type should always be specified because the actual value of the amount is often dependent on it. EXAMPLE: In capturing the actual relative amounts of substances or molecular fragments it is essential to indicate whether the amount refers to a mole ratio or weight ratio. For any given element an effort should be made to use same the amount type for all related definitional elements. | ||
SubstanceAmount | amountText | #/definitions/string | A textual comment on a numeric value. | ||
SubstanceAmount | _amountText | #/definitions/Element | Extensions for amountText |