FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/DrugEra

Packagehl7.fhir.uv.omop
TypeStructureDefinition
IdDrugEra
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-DrugEra.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
Version0.1.0
Statusdraft
Date2025-07-21T21:36:05+00:00
NameDrugEra
TitleDrug Era OMOP Table
Realmuv
Authorityhl7
DescriptionA 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.
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
PersonPerson OMOP Table

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition DrugEra

NameFlagsCard.TypeDescription & Constraintsdoco
.. DrugEra 0..*BaseDrug Era OMOP Table
Instances of this logical model can be the target of a Reference
... drug_era_id 1..1codeDrug Era Identifier
... person_id 1..1Reference(Person OMOP Table)Person
... drug_concept_id 1..1codeDrug
... drug_era_start_date 1..1dateDrug Era Start Date
... drug_era_end_date 1..1dateDrug Era End Date
... drug_exposure_count 0..1integerDrug Exposure Count
... gap_days 0..1integerGap Days

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DrugEra",
  "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": "draft",
      "_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/DrugEra",
  "version": "0.1.0",
  "name": "DrugEra",
  "title": "Drug Era OMOP Table",
  "status": "draft",
  "date": "2025-07-21T21:36:05+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": "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.",
  "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/DrugEra",
  "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": "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.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DrugEra.drug-era-id",
        "path": "DrugEra.drug_era_id",
        "short": "Drug Era Identifier",
        "definition": "Drug Era Identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DrugEra.drug_era_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DrugEra.person-id",
        "path": "DrugEra.person_id",
        "short": "Person",
        "definition": "Person",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DrugEra.person_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Person"
            ]
          }
        ]
      },
      {
        "id": "DrugEra.drug-concept-id",
        "path": "DrugEra.drug_concept_id",
        "short": "Drug",
        "definition": "The Concept Id representing the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DrugEra.drug_concept_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DrugEra.drug-era-start-date",
        "path": "DrugEra.drug_era_start_date",
        "short": "Drug Era Start Date",
        "definition": "Drug Era Start Date",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DrugEra.drug_era_start_date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DrugEra.drug-era-end-date",
        "path": "DrugEra.drug_era_end_date",
        "short": "Drug Era End Date",
        "definition": "Drug Era End Date",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DrugEra.drug_era_end_date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DrugEra.drug-exposure-count",
        "path": "DrugEra.drug_exposure_count",
        "short": "Drug Exposure Count",
        "definition": "Drug Exposure Count",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DrugEra.drug_exposure_count",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DrugEra.gap-days",
        "path": "DrugEra.gap_days",
        "short": "Gap Days",
        "definition": "Gap Days",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DrugEra.gap_days",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      }
    ]
  },
  "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",
        "path": "DrugEra.drug_era_id",
        "short": "Drug Era Identifier",
        "definition": "Drug Era Identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DrugEra.person-id",
        "path": "DrugEra.person_id",
        "short": "Person",
        "definition": "Person",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Person"
            ]
          }
        ]
      },
      {
        "id": "DrugEra.drug-concept-id",
        "path": "DrugEra.drug_concept_id",
        "short": "Drug",
        "definition": "The Concept Id representing the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DrugEra.drug-era-start-date",
        "path": "DrugEra.drug_era_start_date",
        "short": "Drug Era Start Date",
        "definition": "Drug Era Start Date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DrugEra.drug-era-end-date",
        "path": "DrugEra.drug_era_end_date",
        "short": "Drug Era End Date",
        "definition": "Drug Era End Date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DrugEra.drug-exposure-count",
        "path": "DrugEra.drug_exposure_count",
        "short": "Drug Exposure Count",
        "definition": "Drug Exposure Count",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DrugEra.gap-days",
        "path": "DrugEra.gap_days",
        "short": "Gap Days",
        "definition": "Gap Days",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      }
    ]
  }
}