FHIR to OMOP FHIR IG, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-omop-ig/ and changes regularly. See the Directory of published versions
Page standards status: Draft | Maturity Level: 1 |
Definitions for the Measurement logical model.
Guidance on how to interpret the contents of this table can be found here
0. Measurement | |
Definition | The MEASUREMENT table contains records of Measurements, i.e. structured values (numerical or categorical) obtained through systematic and standardized examination or testing of a Person or Person's sample. The MEASUREMENT table contains both orders and results of such Measurements as laboratory tests, vital signs, quantitative findings from pathology reports, etc. Measurements are stored as attribute value pairs, with the attribute as the Measurement Concept and the value representing the result. The value can be a Concept (stored in VALUE_AS_CONCEPT), or a numerical value (VALUE_AS_NUMBER) with a Unit (UNIT_CONCEPT_ID). The Procedure for obtaining the sample is housed in the PROCEDURE_OCCURRENCE table, though it is unnecessary to create a PROCEDURE_OCCURRENCE record for each measurement if one does not exist in the source data. Measurements differ from Observations in that they require a standardized test or some other activity to generate a quantitative or qualitative result. If there is no result, it is assumed that the lab test was conducted but the result was not captured. |
Short | Measurement OMOP Table |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
2. Measurement.measurement-id | |
Definition | Measurement Identifier |
Short | Measurement Identifier |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
4. Measurement.person-id | |
Definition | The PERSON_ID of the Person for whom the Measurement is recorded. This may be a system generated code. |
Short | Person |
Control | 1..1 |
Type | Reference(Person OMOP Table) |
6. Measurement.measurement-concept-id | |
Definition | The MEASUREMENT_CONCEPT_ID field is recommended for primary use in analyses, and must be used for network studies. |
Short | Measurement |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
8. Measurement.measurement-date | |
Definition | Use this date to determine the date of the measurement. |
Short | Measurement Date |
Control | 1..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
10. Measurement.measurement-datetime | |
Definition | Measurement Datetime |
Short | Measurement Datetime |
Control | 0..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
12. Measurement.measurement-time | |
Definition | Measurement Time |
Short | Measurement Time |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
14. Measurement.measurement-type-concept-id | |
Definition | This field can be used to determine the provenance of the Measurement record, as in whether the measurement was from an EHR system, insurance claim, registry, or other sources. |
Short | Measurement Type |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
16. Measurement.operator-concept-id | |
Definition | The meaning of Concept 4172703 for '=' is identical to omission of a OPERATOR_CONCEPT_ID value. Since the use of this field is rare, it's important when devising analyses to not to forget testing for the content of this field for values different from =. |
Short | Operator |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
18. Measurement.value-as-number | |
Definition | This is the numerical value of the Result of the Measurement, if available. Note that measurements such as blood pressures will be split into their component parts i.e. one record for systolic, one record for diastolic. |
Short | Value as Number |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
20. Measurement.value-as-concept-id | |
Definition | If the raw data gives a categorial result for measurements those values are captured and mapped to standard concepts in the 'Meas Value' domain. |
Short | Value as Concept |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
22. Measurement.unit-concept-id | |
Definition | There is currently no recommended unit for individual measurements, i.e. it is not mandatory to represent Hemoglobin a1C measurements as a percentage. UNIT_SOURCE_VALUES should be mapped to a Standard Concept in the Unit domain that best represents the unit as given in the source data. |
Short | Unit |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
24. Measurement.range-low | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range Low |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
26. Measurement.range-high | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range High |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
28. Measurement.provider-id | |
Definition | The provider associated with measurement record, e.g. the provider who ordered the test or the provider who recorded the result. |
Short | Provider |
Control | 0..1 |
Type | Reference(Provider OMOP Table) |
30. Measurement.visit-occurrence-id | |
Definition | The visit during which the Measurement occurred. |
Short | Visit Occurence |
Control | 0..1 |
Type | Reference(Visit Occurrence OMOP Table) |
32. Measurement.visit-detail-id | |
Definition | The VISIT_DETAIL record during which the Measurement occurred. For example, if the Person was in the ICU at the time the VISIT_OCCURRENCE record would reflect the overall hospital stay and the VISIT_DETAIL record would reflect the ICU stay during the hospital visit. |
Short | Visit Detail |
Control | 0..1 |
Type | Reference(Visit Detail OMOP Table) |
34. Measurement.measurement-source-value | |
Definition | This field houses the verbatim value from the source data representing the Measurement that occurred. For example, this could be an ICD10 or Read code. |
Short | Measurement Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
36. Measurement.measurement-source-concept-id | |
Definition | This is the concept representing the MEASUREMENT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Measurement Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
38. Measurement.unit-source-value | |
Definition | This field houses the verbatim value from the source data representing the unit of the Measurement that occurred. |
Short | Unit Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
40. Measurement.unit-source-concept-id | |
Definition | This is the concept representing the UNIT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using UNIT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Unit Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
42. Measurement.value-source-value | |
Definition | This field houses the verbatim result value of the Measurement from the source data . |
Short | Value Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
44. Measurement.measurement-event-id | |
Definition | If the Measurement record is related to another record in the database, this field is the primary key of the linked record. |
Short | Measurement Event |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
46. Measurement.meas-event-field-concept-id | |
Definition | If the Measurement record is related to another record in the database, this field is the CONCEPT_ID that identifies which table the primary key of the linked record came from. |
Short | Measurement Event Field |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Guidance on how to interpret the contents of this table can be found here
0. Measurement | |
Definition | The MEASUREMENT table contains records of Measurements, i.e. structured values (numerical or categorical) obtained through systematic and standardized examination or testing of a Person or Person's sample. The MEASUREMENT table contains both orders and results of such Measurements as laboratory tests, vital signs, quantitative findings from pathology reports, etc. Measurements are stored as attribute value pairs, with the attribute as the Measurement Concept and the value representing the result. The value can be a Concept (stored in VALUE_AS_CONCEPT), or a numerical value (VALUE_AS_NUMBER) with a Unit (UNIT_CONCEPT_ID). The Procedure for obtaining the sample is housed in the PROCEDURE_OCCURRENCE table, though it is unnecessary to create a PROCEDURE_OCCURRENCE record for each measurement if one does not exist in the source data. Measurements differ from Observations in that they require a standardized test or some other activity to generate a quantitative or qualitative result. If there is no result, it is assumed that the lab test was conducted but the result was not captured. Base definition for all types defined in FHIR type system. |
Short | Measurement OMOP TableBase for all types and resources |
Control | 0..* |
Is Modifier | false |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
2. Measurement.measurement-id | |
Definition | Measurement Identifier |
Short | Measurement Identifier |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
4. Measurement.person-id | |
Definition | The PERSON_ID of the Person for whom the Measurement is recorded. This may be a system generated code. |
Short | Person |
Control | 1..1 |
Type | Reference(Person OMOP Table) |
6. Measurement.measurement-concept-id | |
Definition | The MEASUREMENT_CONCEPT_ID field is recommended for primary use in analyses, and must be used for network studies. |
Short | Measurement |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
8. Measurement.measurement-date | |
Definition | Use this date to determine the date of the measurement. |
Short | Measurement Date |
Control | 1..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
10. Measurement.measurement-datetime | |
Definition | Measurement Datetime |
Short | Measurement Datetime |
Control | 0..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
12. Measurement.measurement-time | |
Definition | Measurement Time |
Short | Measurement Time |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
14. Measurement.measurement-type-concept-id | |
Definition | This field can be used to determine the provenance of the Measurement record, as in whether the measurement was from an EHR system, insurance claim, registry, or other sources. |
Short | Measurement Type |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
16. Measurement.operator-concept-id | |
Definition | The meaning of Concept 4172703 for '=' is identical to omission of a OPERATOR_CONCEPT_ID value. Since the use of this field is rare, it's important when devising analyses to not to forget testing for the content of this field for values different from =. |
Short | Operator |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
18. Measurement.value-as-number | |
Definition | This is the numerical value of the Result of the Measurement, if available. Note that measurements such as blood pressures will be split into their component parts i.e. one record for systolic, one record for diastolic. |
Short | Value as Number |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
20. Measurement.value-as-concept-id | |
Definition | If the raw data gives a categorial result for measurements those values are captured and mapped to standard concepts in the 'Meas Value' domain. |
Short | Value as Concept |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
22. Measurement.unit-concept-id | |
Definition | There is currently no recommended unit for individual measurements, i.e. it is not mandatory to represent Hemoglobin a1C measurements as a percentage. UNIT_SOURCE_VALUES should be mapped to a Standard Concept in the Unit domain that best represents the unit as given in the source data. |
Short | Unit |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
24. Measurement.range-low | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range Low |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
26. Measurement.range-high | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range High |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
28. Measurement.provider-id | |
Definition | The provider associated with measurement record, e.g. the provider who ordered the test or the provider who recorded the result. |
Short | Provider |
Control | 0..1 |
Type | Reference(Provider OMOP Table) |
30. Measurement.visit-occurrence-id | |
Definition | The visit during which the Measurement occurred. |
Short | Visit Occurence |
Control | 0..1 |
Type | Reference(Visit Occurrence OMOP Table) |
32. Measurement.visit-detail-id | |
Definition | The VISIT_DETAIL record during which the Measurement occurred. For example, if the Person was in the ICU at the time the VISIT_OCCURRENCE record would reflect the overall hospital stay and the VISIT_DETAIL record would reflect the ICU stay during the hospital visit. |
Short | Visit Detail |
Control | 0..1 |
Type | Reference(Visit Detail OMOP Table) |
34. Measurement.measurement-source-value | |
Definition | This field houses the verbatim value from the source data representing the Measurement that occurred. For example, this could be an ICD10 or Read code. |
Short | Measurement Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
36. Measurement.measurement-source-concept-id | |
Definition | This is the concept representing the MEASUREMENT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Measurement Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
38. Measurement.unit-source-value | |
Definition | This field houses the verbatim value from the source data representing the unit of the Measurement that occurred. |
Short | Unit Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
40. Measurement.unit-source-concept-id | |
Definition | This is the concept representing the UNIT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using UNIT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Unit Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
42. Measurement.value-source-value | |
Definition | This field houses the verbatim result value of the Measurement from the source data . |
Short | Value Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
44. Measurement.measurement-event-id | |
Definition | If the Measurement record is related to another record in the database, this field is the primary key of the linked record. |
Short | Measurement Event |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
46. Measurement.meas-event-field-concept-id | |
Definition | If the Measurement record is related to another record in the database, this field is the CONCEPT_ID that identifies which table the primary key of the linked record came from. |
Short | Measurement Event Field |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Guidance on how to interpret the contents of this table can be found here
0. Measurement | |
Definition | The MEASUREMENT table contains records of Measurements, i.e. structured values (numerical or categorical) obtained through systematic and standardized examination or testing of a Person or Person's sample. The MEASUREMENT table contains both orders and results of such Measurements as laboratory tests, vital signs, quantitative findings from pathology reports, etc. Measurements are stored as attribute value pairs, with the attribute as the Measurement Concept and the value representing the result. The value can be a Concept (stored in VALUE_AS_CONCEPT), or a numerical value (VALUE_AS_NUMBER) with a Unit (UNIT_CONCEPT_ID). The Procedure for obtaining the sample is housed in the PROCEDURE_OCCURRENCE table, though it is unnecessary to create a PROCEDURE_OCCURRENCE record for each measurement if one does not exist in the source data. Measurements differ from Observations in that they require a standardized test or some other activity to generate a quantitative or qualitative result. If there is no result, it is assumed that the lab test was conducted but the result was not captured. |
Short | Measurement OMOP Table |
Control | 0..* |
Is Modifier | false |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
2. Measurement.measurement-id | |
Definition | Measurement Identifier |
Short | Measurement Identifier |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
4. Measurement.person-id | |
Definition | The PERSON_ID of the Person for whom the Measurement is recorded. This may be a system generated code. |
Short | Person |
Control | 1..1 |
Type | Reference(Person OMOP Table) |
6. Measurement.measurement-concept-id | |
Definition | The MEASUREMENT_CONCEPT_ID field is recommended for primary use in analyses, and must be used for network studies. |
Short | Measurement |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
8. Measurement.measurement-date | |
Definition | Use this date to determine the date of the measurement. |
Short | Measurement Date |
Control | 1..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
10. Measurement.measurement-datetime | |
Definition | Measurement Datetime |
Short | Measurement Datetime |
Control | 0..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
12. Measurement.measurement-time | |
Definition | Measurement Time |
Short | Measurement Time |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
14. Measurement.measurement-type-concept-id | |
Definition | This field can be used to determine the provenance of the Measurement record, as in whether the measurement was from an EHR system, insurance claim, registry, or other sources. |
Short | Measurement Type |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
16. Measurement.operator-concept-id | |
Definition | The meaning of Concept 4172703 for '=' is identical to omission of a OPERATOR_CONCEPT_ID value. Since the use of this field is rare, it's important when devising analyses to not to forget testing for the content of this field for values different from =. |
Short | Operator |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
18. Measurement.value-as-number | |
Definition | This is the numerical value of the Result of the Measurement, if available. Note that measurements such as blood pressures will be split into their component parts i.e. one record for systolic, one record for diastolic. |
Short | Value as Number |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
20. Measurement.value-as-concept-id | |
Definition | If the raw data gives a categorial result for measurements those values are captured and mapped to standard concepts in the 'Meas Value' domain. |
Short | Value as Concept |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
22. Measurement.unit-concept-id | |
Definition | There is currently no recommended unit for individual measurements, i.e. it is not mandatory to represent Hemoglobin a1C measurements as a percentage. UNIT_SOURCE_VALUES should be mapped to a Standard Concept in the Unit domain that best represents the unit as given in the source data. |
Short | Unit |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
24. Measurement.range-low | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range Low |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
26. Measurement.range-high | |
Definition | Ranges have the same unit as the VALUE_AS_NUMBER. These ranges are provided by the source and should remain NULL if not given. |
Short | Range High |
Control | 0..1 |
Type | integer |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
28. Measurement.provider-id | |
Definition | The provider associated with measurement record, e.g. the provider who ordered the test or the provider who recorded the result. |
Short | Provider |
Control | 0..1 |
Type | Reference(Provider OMOP Table) |
30. Measurement.visit-occurrence-id | |
Definition | The visit during which the Measurement occurred. |
Short | Visit Occurence |
Control | 0..1 |
Type | Reference(Visit Occurrence OMOP Table) |
32. Measurement.visit-detail-id | |
Definition | The VISIT_DETAIL record during which the Measurement occurred. For example, if the Person was in the ICU at the time the VISIT_OCCURRENCE record would reflect the overall hospital stay and the VISIT_DETAIL record would reflect the ICU stay during the hospital visit. |
Short | Visit Detail |
Control | 0..1 |
Type | Reference(Visit Detail OMOP Table) |
34. Measurement.measurement-source-value | |
Definition | This field houses the verbatim value from the source data representing the Measurement that occurred. For example, this could be an ICD10 or Read code. |
Short | Measurement Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
36. Measurement.measurement-source-concept-id | |
Definition | This is the concept representing the MEASUREMENT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Measurement Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
38. Measurement.unit-source-value | |
Definition | This field houses the verbatim value from the source data representing the unit of the Measurement that occurred. |
Short | Unit Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
40. Measurement.unit-source-concept-id | |
Definition | This is the concept representing the UNIT_SOURCE_VALUE and may not necessarily be standard. This field is discouraged from use in analysis because it is not required to contain Standard Concepts that are used across the OHDSI community, and should only be used when Standard Concepts do not adequately represent the source detail for the Measurement necessary for a given analytic use case. Consider using UNIT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network. |
Short | Unit Source |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
42. Measurement.value-source-value | |
Definition | This field houses the verbatim result value of the Measurement from the source data . |
Short | Value Source Value |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
44. Measurement.measurement-event-id | |
Definition | If the Measurement record is related to another record in the database, this field is the primary key of the linked record. |
Short | Measurement Event |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
46. Measurement.meas-event-field-concept-id | |
Definition | If the Measurement record is related to another record in the database, this field is the CONCEPT_ID that identifies which table the primary key of the linked record came from. |
Short | Measurement Event Field |
Control | 0..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |