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

FHIR IG Statistics: StructureDefinition/EpisodeEvent

Packagehl7.fhir.uv.omop
TypeStructureDefinition
IdEpisodeEvent
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-EpisodeEvent.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/EpisodeEvent
Version0.1.0
Statusdraft
Date2025-07-21T21:36:05+00:00
NameEpisodeEvent
TitleEpisode Event OMOP Table
Realmuv
Authorityhl7
DescriptionThe EPISODE_EVENT table connects qualifying clinical events (such as CONDITION_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, MEASUREMENT) to the appropriate EPISODE entry. For example, linking the precise location of the metastasis (cancer modifier in MEASUREMENT) to the disease episode.
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/EpisodeEvent
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
EpisodeEpisode OMOP Table

Narrative

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

Generated Narrative: StructureDefinition EpisodeEvent

NameFlagsCard.TypeDescription & Constraintsdoco
.. EpisodeEvent 0..*BaseEpisode Event OMOP Table
Instances of this logical model can be the target of a Reference
... episode_id 1..1Reference(Episode OMOP Table)Episode
... event_id 1..1codeEvent Identifier
... episode_event_field_concept_id 1..1codeEpisode Event Field

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EpisodeEvent",
  "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/EpisodeEvent",
  "version": "0.1.0",
  "name": "EpisodeEvent",
  "title": "Episode Event 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": "The EPISODE_EVENT table connects qualifying clinical events (such as CONDITION_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, MEASUREMENT) to the appropriate EPISODE entry. For example, linking the precise location of the metastasis (cancer modifier in MEASUREMENT) to the disease episode.",
  "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/EpisodeEvent",
  "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": "EpisodeEvent",
        "path": "EpisodeEvent",
        "short": "Episode Event OMOP Table",
        "definition": "The EPISODE_EVENT table connects qualifying clinical events (such as CONDITION_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, MEASUREMENT) to the appropriate EPISODE entry. For example, linking the precise location of the metastasis (cancer modifier in MEASUREMENT) to the disease episode.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EpisodeEvent.episode-id",
        "path": "EpisodeEvent.episode_id",
        "short": "Episode",
        "definition": "Use this field to link the EPISODE_EVENT record to its EPISODE.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EpisodeEvent.episode_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Episode"
            ]
          }
        ]
      },
      {
        "id": "EpisodeEvent.event-id",
        "path": "EpisodeEvent.event_id",
        "short": "Event Identifier",
        "definition": "Event Identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EpisodeEvent.event_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "EpisodeEvent.episode-event-field-concept-id",
        "path": "EpisodeEvent.episode_event_field_concept_id",
        "short": "Episode Event Field",
        "definition": "This field is the CONCEPT_ID that identifies which table the primary key of the linked record came from.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EpisodeEvent.episode_event_field_concept_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EpisodeEvent",
        "path": "EpisodeEvent",
        "short": "Episode Event OMOP Table",
        "definition": "The EPISODE_EVENT table connects qualifying clinical events (such as CONDITION_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, MEASUREMENT) to the appropriate EPISODE entry. For example, linking the precise location of the metastasis (cancer modifier in MEASUREMENT) to the disease episode."
      },
      {
        "id": "EpisodeEvent.episode-id",
        "path": "EpisodeEvent.episode_id",
        "short": "Episode",
        "definition": "Use this field to link the EPISODE_EVENT record to its EPISODE.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/omop/StructureDefinition/Episode"
            ]
          }
        ]
      },
      {
        "id": "EpisodeEvent.event-id",
        "path": "EpisodeEvent.event_id",
        "short": "Event Identifier",
        "definition": "Event Identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "EpisodeEvent.episode-event-field-concept-id",
        "path": "EpisodeEvent.episode_event_field_concept_id",
        "short": "Episode Event Field",
        "definition": "This field is the CONCEPT_ID that identifies which table the primary key of the linked record came from.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      }
    ]
  }
}