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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.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

Generated Narrative: CodeSystem event-timing

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

CodeDisplayDefinition
MORN MorningEvent occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
MORN.early Early MorningEvent occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.
MORN.late Late MorningEvent occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.
NOON NoonEvent occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
AFT AfternoonEvent occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AFT.early Early AfternoonEvent occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AFT.late Late AfternoonEvent occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
EVE EveningEvent occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
EVE.early Early EveningEvent occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.
EVE.late Late EveningEvent occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.
NIGHT NightEvent occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
PHS After SleepEvent occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.

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-r4.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": "4.0.1",
  "name": "EventTiming",
  "title": "EventTiming",
  "status": "active",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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."
    }
  ]
}