FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-event-timing.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/event-timing defines the following codes:

Code Display Definition
MORN Morning Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
MORN.early Early Morning Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.
MORN.late Late Morning Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.
NOON Noon Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
AFT Afternoon Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AFT.early Early Afternoon Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AFT.late Late Afternoon Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
EVE Evening Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
EVE.early Early Evening Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.
EVE.late Late Evening Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.
NIGHT Night Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
PHS After Sleep Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.
IMD Immediate Event occurs a single time (with no repetitions) as soon as possible after the scheduled or actual start of the overall event.

Source1

{
  "resourceType": "CodeSystem",
  "id": "event-timing",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/event-timing",
  "version": "5.0.0",
  "name": "EventTiming",
  "title": "EventTiming",
  "status": "active",
  "experimental": false,
  "date": "2023-03-26T14:21:02+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Real-world event relating to the schedule.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "MORN",
      "display": "Morning",
      "definition": "Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "MORN.early",
      "display": "Early Morning",
      "definition": "Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "MORN.late",
      "display": "Late Morning",
      "definition": "Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "NOON",
      "display": "Noon",
      "definition": "Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "AFT",
      "display": "Afternoon",
      "definition": "Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "AFT.early",
      "display": "Early Afternoon",
      "definition": "Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "AFT.late",
      "display": "Late Afternoon",
      "definition": "Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "EVE",
      "display": "Evening",
      "definition": "Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "EVE.early",
      "display": "Early Evening",
      "definition": "Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "EVE.late",
      "display": "Late Evening",
      "definition": "Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "NIGHT",
      "display": "Night",
      "definition": "Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "PHS",
      "display": "After Sleep",
      "definition": "Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation."
    },
    {
      "code": "IMD",
      "display": "Immediate",
      "definition": "Event occurs a single time (with no repetitions) as soon as possible after the scheduled or actual start of the overall event."
    }
  ]
}