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

FHIR IG Statistics: StructureDefinition/DoseEra

Packagehl7.fhir.uv.omop
TypeStructureDefinition
IdDoseEra
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-DoseEra.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/DoseEra
Version0.1.0
Statusdraft
Date2025-07-21T21:36:05+00:00
NameDoseEra
TitleDose Era OMOP Table
Realmuv
Authorityhl7
DescriptionA Dose Era is defined as a span of time when the Person is assumed to be exposed to a constant dose of a specific active ingredient.
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/DoseEra
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 DoseEra

NameFlagsCard.TypeDescription & Constraintsdoco
.. DoseEra 0..*BaseDose Era OMOP Table
Instances of this logical model can be the target of a Reference
... dose_era_id 1..1codeDose Era Identifier
... person_id 1..1Reference(Person OMOP Table)Person
... drug_concept_id 1..1codeDrug
... unit_concept_id 1..1codeUnit
... dose_value 1..1integerDose Value
... dose_era_start_date 1..1dateDose Era Start Date
... dose_era_end_date 1..1dateDose Era End Date

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DoseEra",
  "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/DoseEra",
  "version": "0.1.0",
  "name": "DoseEra",
  "title": "Dose 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 Dose Era is defined as a span of time when the Person is assumed to be exposed to a constant dose of a specific active ingredient.",
  "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/DoseEra",
  "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": "DoseEra",
        "path": "DoseEra",
        "short": "Dose Era OMOP Table",
        "definition": "A Dose Era is defined as a span of time when the Person is assumed to be exposed to a constant dose of a specific active ingredient.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DoseEra.dose-era-id",
        "path": "DoseEra.dose_era_id",
        "short": "Dose Era Identifier",
        "definition": "Dose Era Identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.dose_era_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.person-id",
        "path": "DoseEra.person_id",
        "short": "Person",
        "definition": "Person",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.person_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Person"
            ]
          }
        ]
      },
      {
        "id": "DoseEra.drug-concept-id",
        "path": "DoseEra.drug_concept_id",
        "short": "Drug",
        "definition": "The Concept Id representing the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.drug_concept_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.unit-concept-id",
        "path": "DoseEra.unit_concept_id",
        "short": "Unit",
        "definition": "The Concept Id representing the unit of the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.unit_concept_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.dose-value",
        "path": "DoseEra.dose_value",
        "short": "Dose Value",
        "definition": "The numeric value of the dosage of the drug_ingredient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.dose_value",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DoseEra.dose-era-start-date",
        "path": "DoseEra.dose_era_start_date",
        "short": "Dose Era Start Date",
        "definition": "The date the Person started on the specific dosage, with at least 31 days since any prior exposure.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.dose_era_start_date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DoseEra.dose-era-end-date",
        "path": "DoseEra.dose_era_end_date",
        "short": "Dose Era End Date",
        "definition": "Dose Era End Date",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DoseEra.dose_era_end_date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DoseEra",
        "path": "DoseEra",
        "short": "Dose Era OMOP Table",
        "definition": "A Dose Era is defined as a span of time when the Person is assumed to be exposed to a constant dose of a specific active ingredient."
      },
      {
        "id": "DoseEra.dose-era-id",
        "path": "DoseEra.dose_era_id",
        "short": "Dose Era Identifier",
        "definition": "Dose Era Identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.person-id",
        "path": "DoseEra.person_id",
        "short": "Person",
        "definition": "Person",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Person"
            ]
          }
        ]
      },
      {
        "id": "DoseEra.drug-concept-id",
        "path": "DoseEra.drug_concept_id",
        "short": "Drug",
        "definition": "The Concept Id representing the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.unit-concept-id",
        "path": "DoseEra.unit_concept_id",
        "short": "Unit",
        "definition": "The Concept Id representing the unit of the specific drug ingredient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DoseEra.dose-value",
        "path": "DoseEra.dose_value",
        "short": "Dose Value",
        "definition": "The numeric value of the dosage of the drug_ingredient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DoseEra.dose-era-start-date",
        "path": "DoseEra.dose_era_start_date",
        "short": "Dose Era Start Date",
        "definition": "The date the Person started on the specific dosage, with at least 31 days since any prior exposure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DoseEra.dose-era-end-date",
        "path": "DoseEra.dose_era_end_date",
        "short": "Dose Era End Date",
        "definition": "Dose Era End Date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}