Package | hl7.fhir.uv.omop |
Type | StructureDefinition |
Id | DeviceExposure |
FHIR Version | R5 |
Source | http://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-DeviceExposure.html |
URL | http://hl7.org/fhir/uv/omop/StructureDefinition/DeviceExposure |
Version | 1.0.0-ballot |
Status | active |
Date | 2025-07-22T19:48:02+00:00 |
Name | DeviceExposure |
Title | Device Exposure OMOP Table |
Realm | uv |
Authority | hl7 |
Description | The Device domain captures information about a person's exposure to a foreign physical object or instrument which is used for diagnostic or therapeutic purposes through a mechanism beyond chemical action. Devices include implantable objects (e.g. pacemakers, stents, artificial joints), medical equipment and supplies (e.g. bandages, crutches, syringes), other instruments used in medical procedures (e.g. sutures, defibrillators) and material used in clinical care (e.g. adhesives, body material, dental material, surgical material).). |
Type | http://hl7.org/fhir/uv/omop/StructureDefinition/DeviceExposure |
Kind | logical |
No resources found
StructureDefinition | |
Person | Person OMOP Table |
Provider | Provider OMOP Table |
VisitDetail | Visit Detail OMOP Table |
VisitOccurrence | Visit Occurrence OMOP Table |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition DeviceExposure
{ "resourceType": "StructureDefinition", "id": "DeviceExposure", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", "valueCode": "can-be-target" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "brr" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "informative", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop" } ] } } ], "url": "http://hl7.org/fhir/uv/omop/StructureDefinition/DeviceExposure", "version": "1.0.0-ballot", "name": "DeviceExposure", "title": "Device Exposure OMOP Table", "status": "active", "date": "2025-07-22T19:48:02+00:00", "publisher": "HL7 International / Biomedical Research and Regulation", "contact": [ { "name": "HL7 International / Biomedical Research and Regulation", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/rcrim" } ] } ], "description": "The Device domain captures information about a person's exposure to a foreign physical object or instrument which is used for diagnostic or therapeutic purposes through a mechanism beyond chemical action. Devices include implantable objects (e.g. pacemakers, stents, artificial joints), medical equipment and supplies (e.g. bandages, crutches, syringes), other instruments used in medical procedures (e.g. sutures, defibrillators) and material used in clinical care (e.g. adhesives, body material, dental material, surgical material).).", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "fhirVersion": "5.0.0", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "logical", "abstract": false, "type": "http://hl7.org/fhir/uv/omop/StructureDefinition/DeviceExposure", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "5.0.0" } ], "element": [ { "id": "DeviceExposure", "path": "DeviceExposure", "short": "Device Exposure OMOP Table", "definition": "The Device domain captures information about a person's exposure to a foreign physical object or instrument which is used for diagnostic or therapeutic purposes through a mechanism beyond chemical action. Devices include implantable objects (e.g. pacemakers, stents, artificial joints), medical equipment and supplies (e.g. bandages, crutches, syringes), other instruments used in medical procedures (e.g. sutures, defibrillators) and material used in clinical care (e.g. adhesives, body material, dental material, surgical material).).", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "DeviceExposure.device-exposure-id", "path": "DeviceExposure.device_exposure_id", "short": "Device Exposure Identifier", "definition": "Device Exposure Identifier", "min": 1, "max": "1", "base": { "path": "DeviceExposure.device_exposure_id", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.person-id", "path": "DeviceExposure.person_id", "short": "Person", "definition": "The PERSON_ID of the PERSON for whom the condition is recorded.", "min": 1, "max": "1", "base": { "path": "DeviceExposure.person_id", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ] } ] }, { "id": "DeviceExposure.device-concept-id", "path": "DeviceExposure.device_concept_id", "short": "Device", "definition": "The DEVICE_CONCEPT_ID field is recommended for primary use in analyses, and must be used for network studies. This is the standard concept mapped from the source concept id which represents a foreign object or instrument the person was exposed to.", "min": 1, "max": "1", "base": { "path": "DeviceExposure.device_concept_id", "min": 1, "max": "1" }, "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.device-exposure-start-date", "path": "DeviceExposure.device_exposure_start_date", "short": "Device Exposure Start Date", "definition": "Use this date to determine the start date of the device record.", "min": 1, "max": "1", "base": { "path": "DeviceExposure.device_exposure_start_date", "min": 1, "max": "1" }, "type": [ { "code": "date" } ] }, { "id": "DeviceExposure.device-exposure-start-datetime", "path": "DeviceExposure.device_exposure_start_datetime", "short": "Device Exposure Start Datetime", "definition": "Device Exposure Start Datetime", "min": 0, "max": "1", "base": { "path": "DeviceExposure.device_exposure_start_datetime", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "DeviceExposure.device-exposure-end-date", "path": "DeviceExposure.device_exposure_end_date", "short": "Device Exposure End Date", "definition": "The DEVICE_EXPOSURE_END_DATE denotes the day the device exposure ended for the patient, if given.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.device_exposure_end_date", "min": 0, "max": "1" }, "type": [ { "code": "date" } ] }, { "id": "DeviceExposure.device-exposure-end-datetime", "path": "DeviceExposure.device_exposure_end_datetime", "short": "Device Exposure End Datetime", "definition": "Device Exposure End Datetime", "min": 0, "max": "1", "base": { "path": "DeviceExposure.device_exposure_end_datetime", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "DeviceExposure.device-type-concept-id", "path": "DeviceExposure.device_type_concept_id", "short": "Device Type Concept Identifier", "definition": "You can use the TYPE_CONCEPT_ID to denote the provenance of the record, as in whether the record is from administrative claims or EHR.", "min": 1, "max": "1", "base": { "path": "DeviceExposure.device_type_concept_id", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.unique-device-id", "path": "DeviceExposure.unique_device_id", "short": "Unique Device Identifier", "definition": "This is the Unique Device Identification (UDI-DI) number for devices regulated by the FDA, if given.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.unique_device_id", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.production-id", "path": "DeviceExposure.production_id", "short": "Production Identifier", "definition": "This is the Production Identifier (UDI-PI) portion of the Unique Device Identification.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.production_id", "min": 0, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.quantity", "path": "DeviceExposure.quantity", "short": "Quantity", "definition": "Quantity", "min": 0, "max": "1", "base": { "path": "DeviceExposure.quantity", "min": 0, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.provider-id", "path": "DeviceExposure.provider_id", "short": "Provider", "definition": "The Provider associated with device record, e.g. the provider who wrote the prescription or the provider who implanted the device.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.provider_id", "min": 0, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Provider" ] } ] }, { "id": "DeviceExposure.visit-occurrence-id", "path": "DeviceExposure.visit_occurrence_id", "short": "Visit Occurence Identifier", "definition": "The Visit during which the device was prescribed or given.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.visit_occurrence_id", "min": 0, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/VisitOccurrence" ] } ] }, { "id": "DeviceExposure.visit-detail-id", "path": "DeviceExposure.visit_detail_id", "short": "Visit Detail Identifier", "definition": "The Visit Detail during which the device was prescribed or given.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.visit_detail_id", "min": 0, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/VisitDetail" ] } ] }, { "id": "DeviceExposure.device-source-value", "path": "DeviceExposure.device_source_value", "short": "Device Source Value", "definition": "This field houses the verbatim value from the source data representing the device exposure that occurred. For example, this could be an NDC or Gemscript code.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.device_source_value", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.device-source-concept-id", "path": "DeviceExposure.device_source_concept_id", "short": "Device Source", "definition": "This is the concept representing the device 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 Device necessary for a given analytic use case. Consider using DEVICE_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.device_source_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.unit-concept-id", "path": "DeviceExposure.unit_concept_id", "short": "Unit", "definition": "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.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.unit_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.unit-source-value", "path": "DeviceExposure.unit_source_value", "short": "Unit Source Value", "definition": "This field houses the verbatim value from the source data representing the unit of the Device. For example, blood transfusions are considered devices and can be given in mL quantities.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.unit_source_value", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.unit-source-concept-id", "path": "DeviceExposure.unit_source_concept_id", "short": "Unit Source", "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 Unit necessary for a given analytic use case. Consider using UNIT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network.", "min": 0, "max": "1", "base": { "path": "DeviceExposure.unit_source_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] } ] }, "differential": { "element": [ { "id": "DeviceExposure", "path": "DeviceExposure", "short": "Device Exposure OMOP Table", "definition": "The Device domain captures information about a person's exposure to a foreign physical object or instrument which is used for diagnostic or therapeutic purposes through a mechanism beyond chemical action. Devices include implantable objects (e.g. pacemakers, stents, artificial joints), medical equipment and supplies (e.g. bandages, crutches, syringes), other instruments used in medical procedures (e.g. sutures, defibrillators) and material used in clinical care (e.g. adhesives, body material, dental material, surgical material).)." }, { "id": "DeviceExposure.device-exposure-id", "path": "DeviceExposure.device_exposure_id", "short": "Device Exposure Identifier", "definition": "Device Exposure Identifier", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.person-id", "path": "DeviceExposure.person_id", "short": "Person", "definition": "The PERSON_ID of the PERSON for whom the condition is recorded.", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ] } ] }, { "id": "DeviceExposure.device-concept-id", "path": "DeviceExposure.device_concept_id", "short": "Device", "definition": "The DEVICE_CONCEPT_ID field is recommended for primary use in analyses, and must be used for network studies. This is the standard concept mapped from the source concept id which represents a foreign object or instrument the person was exposed to.", "min": 1, "max": "1", "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.device-exposure-start-date", "path": "DeviceExposure.device_exposure_start_date", "short": "Device Exposure Start Date", "definition": "Use this date to determine the start date of the device record.", "min": 1, "max": "1", "type": [ { "code": "date" } ] }, { "id": "DeviceExposure.device-exposure-start-datetime", "path": "DeviceExposure.device_exposure_start_datetime", "short": "Device Exposure Start Datetime", "definition": "Device Exposure Start Datetime", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "DeviceExposure.device-exposure-end-date", "path": "DeviceExposure.device_exposure_end_date", "short": "Device Exposure End Date", "definition": "The DEVICE_EXPOSURE_END_DATE denotes the day the device exposure ended for the patient, if given.", "min": 0, "max": "1", "type": [ { "code": "date" } ] }, { "id": "DeviceExposure.device-exposure-end-datetime", "path": "DeviceExposure.device_exposure_end_datetime", "short": "Device Exposure End Datetime", "definition": "Device Exposure End Datetime", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "DeviceExposure.device-type-concept-id", "path": "DeviceExposure.device_type_concept_id", "short": "Device Type Concept Identifier", "definition": "You can use the TYPE_CONCEPT_ID to denote the provenance of the record, as in whether the record is from administrative claims or EHR.", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.unique-device-id", "path": "DeviceExposure.unique_device_id", "short": "Unique Device Identifier", "definition": "This is the Unique Device Identification (UDI-DI) number for devices regulated by the FDA, if given.", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.production-id", "path": "DeviceExposure.production_id", "short": "Production Identifier", "definition": "This is the Production Identifier (UDI-PI) portion of the Unique Device Identification.", "min": 0, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.quantity", "path": "DeviceExposure.quantity", "short": "Quantity", "definition": "Quantity", "min": 0, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "DeviceExposure.provider-id", "path": "DeviceExposure.provider_id", "short": "Provider", "definition": "The Provider associated with device record, e.g. the provider who wrote the prescription or the provider who implanted the device.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Provider" ] } ] }, { "id": "DeviceExposure.visit-occurrence-id", "path": "DeviceExposure.visit_occurrence_id", "short": "Visit Occurence Identifier", "definition": "The Visit during which the device was prescribed or given.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/VisitOccurrence" ] } ] }, { "id": "DeviceExposure.visit-detail-id", "path": "DeviceExposure.visit_detail_id", "short": "Visit Detail Identifier", "definition": "The Visit Detail during which the device was prescribed or given.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/VisitDetail" ] } ] }, { "id": "DeviceExposure.device-source-value", "path": "DeviceExposure.device_source_value", "short": "Device Source Value", "definition": "This field houses the verbatim value from the source data representing the device exposure that occurred. For example, this could be an NDC or Gemscript code.", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.device-source-concept-id", "path": "DeviceExposure.device_source_concept_id", "short": "Device Source", "definition": "This is the concept representing the device 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 Device necessary for a given analytic use case. Consider using DEVICE_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network.", "min": 0, "max": "1", "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.unit-concept-id", "path": "DeviceExposure.unit_concept_id", "short": "Unit", "definition": "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.", "min": 0, "max": "1", "type": [ { "code": "code" } ] }, { "id": "DeviceExposure.unit-source-value", "path": "DeviceExposure.unit_source_value", "short": "Unit Source Value", "definition": "This field houses the verbatim value from the source data representing the unit of the Device. For example, blood transfusions are considered devices and can be given in mL quantities.", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DeviceExposure.unit-source-concept-id", "path": "DeviceExposure.unit_source_concept_id", "short": "Unit Source", "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 Unit necessary for a given analytic use case. Consider using UNIT_CONCEPT_ID instead to enable standardized analytics that can be consistent across the network.", "min": 0, "max": "1", "type": [ { "code": "code" } ] } ] } }