PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
{
  "description": "A Drug Era is defined as a span of time when the Person is assumed to be exposed to a particular active ingredient. A Drug Era is not the same as a Drug Exposure: Exposures are individual records corresponding to the source when Drug was delivered to the Person, while successive periods of Drug Exposures are combined under certain rules to produce continuous Drug Eras.",
  "_filename": "StructureDefinition-DrugEra.json",
  "package_name": "hl7.fhir.uv.omop",
  "date": "2025-07-29T21:03:04+00:00",
  "derivation": "specialization",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "fhirVersion": "5.0.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "DrugEra",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Drug Era OMOP Table",
  "package_version": "1.0.0-ballot",
  "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"
      } ]
    }
  } ],
  "snapshot": {
    "element": [ {
      "path": "DrugEra",
      "min": 0,
      "definition": "A Drug Era is defined as a span of time when the Person is assumed to be exposed to a particular active ingredient. A Drug Era is not the same as a Drug Exposure: Exposures are individual records corresponding to the source when Drug was delivered to the Person, while successive periods of Drug Exposures are combined under certain rules to produce continuous Drug Eras.",
      "isModifier": false,
      "short": "Drug Era OMOP Table",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "DrugEra",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "id": "DrugEra.drug-era-id",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "DrugEra.drug_era_id"
      },
      "path": "DrugEra.drug_era_id",
      "type": [ {
        "code": "code"
      } ],
      "short": "Drug Era Identifier",
      "definition": "Drug Era Identifier"
    }, {
      "id": "DrugEra.person-id",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "DrugEra.person_id"
      },
      "path": "DrugEra.person_id",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ]
      } ],
      "short": "Person",
      "definition": "Person"
    }, {
      "id": "DrugEra.drug-concept-id",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "DrugEra.drug_concept_id"
      },
      "path": "DrugEra.drug_concept_id",
      "type": [ {
        "code": "code"
      } ],
      "short": "Drug",
      "definition": "The Concept Id representing the specific drug ingredient."
    }, {
      "id": "DrugEra.drug-era-start-date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "DrugEra.drug_era_start_date"
      },
      "path": "DrugEra.drug_era_start_date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Drug Era Start Date",
      "definition": "Drug Era Start Date"
    }, {
      "id": "DrugEra.drug-era-end-date",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "DrugEra.drug_era_end_date"
      },
      "path": "DrugEra.drug_era_end_date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Drug Era End Date",
      "definition": "Drug Era End Date"
    }, {
      "id": "DrugEra.drug-exposure-count",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "DrugEra.drug_exposure_count"
      },
      "path": "DrugEra.drug_exposure_count",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Drug Exposure Count",
      "definition": "Drug Exposure Count"
    }, {
      "id": "DrugEra.gap-days",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "DrugEra.gap_days"
      },
      "path": "DrugEra.gap_days",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Gap Days",
      "definition": "Gap Days"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "5.0.0"
    } ]
  },
  "status": "active",
  "id": "fb461d7d-1346-44dc-8c1e-04c7352f1a0d",
  "kind": "logical",
  "url": "http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra",
  "version": "1.0.0-ballot",
  "differential": {
    "element": [ {
      "id": "DrugEra",
      "path": "DrugEra",
      "short": "Drug Era OMOP Table",
      "definition": "A Drug Era is defined as a span of time when the Person is assumed to be exposed to a particular active ingredient. A Drug Era is not the same as a Drug Exposure: Exposures are individual records corresponding to the source when Drug was delivered to the Person, while successive periods of Drug Exposures are combined under certain rules to produce continuous Drug Eras."
    }, {
      "id": "DrugEra.drug-era-id",
      "max": "1",
      "min": 1,
      "path": "DrugEra.drug_era_id",
      "type": [ {
        "code": "code"
      } ],
      "short": "Drug Era Identifier",
      "definition": "Drug Era Identifier"
    }, {
      "id": "DrugEra.person-id",
      "max": "1",
      "min": 1,
      "path": "DrugEra.person_id",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ]
      } ],
      "short": "Person",
      "definition": "Person"
    }, {
      "id": "DrugEra.drug-concept-id",
      "max": "1",
      "min": 1,
      "path": "DrugEra.drug_concept_id",
      "type": [ {
        "code": "code"
      } ],
      "short": "Drug",
      "definition": "The Concept Id representing the specific drug ingredient."
    }, {
      "id": "DrugEra.drug-era-start-date",
      "max": "1",
      "min": 1,
      "path": "DrugEra.drug_era_start_date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Drug Era Start Date",
      "definition": "Drug Era Start Date"
    }, {
      "id": "DrugEra.drug-era-end-date",
      "max": "1",
      "min": 1,
      "path": "DrugEra.drug_era_end_date",
      "type": [ {
        "code": "date"
      } ],
      "short": "Drug Era End Date",
      "definition": "Drug Era End Date"
    }, {
      "id": "DrugEra.drug-exposure-count",
      "max": "1",
      "min": 0,
      "path": "DrugEra.drug_exposure_count",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Drug Exposure Count",
      "definition": "Drug Exposure Count"
    }, {
      "id": "DrugEra.gap-days",
      "max": "1",
      "min": 0,
      "path": "DrugEra.gap_days",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Gap Days",
      "definition": "Gap Days"
    } ]
  },
  "contact": [ {
    "name": "HL7 International / Biomedical Research and Regulation",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/rcrim",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}