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

FHIR IG analytics

Packagech.fhir.ig.ch-emed-epr
Resource TypeValueSet
IdValueSet-ch-emed-epr-event-timing.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/CARA-ch/ch-emed-epr/ValueSet-ch-emed-epr-event-timing.html
URLhttp://fhir.ch/ig/ch-emed-epr/ValueSet/ch-emed-epr-event-timing
Version3.0.0-ci-build
Statusdraft
Date2026-01-30T16:34:12+00:00
NameCHEMEDEPREventTiming
TitleEvent Timings
Realmch
Authorityhl7
DescriptionEvent Timings for ambulatory use.
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
event-timingEvent Timing

Narrative

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

Generated Narrative: ValueSet ch-emed-epr-event-timing

  • Include these codes as defined in http://hl7.org/fhir/event-timing version 📦4.0.1
    CodeDisplayDefinition
    MORNMorningEvent occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
    NOONNoonEvent occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
    EVEEveningEvent occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
    NIGHTNightEvent occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.

Source1

{
  "resourceType": "ValueSet",
  "id": "ch-emed-epr-event-timing",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-emed-epr/ValueSet/ch-emed-epr-event-timing",
  "version": "3.0.0-ci-build",
  "name": "CHEMEDEPREventTiming",
  "title": "Event Timings",
  "status": "draft",
  "experimental": true,
  "date": "2026-01-30T16:34:12+00:00",
  "publisher": "CARA",
  "contact": [
    {
      "name": "CARA",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cara.ch"
        }
      ]
    }
  ],
  "description": "Event Timings for ambulatory use.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH",
          "display": "Switzerland"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-timing",
        "concept": [
          {
            "code": "MORN",
            "display": "Morning"
          },
          {
            "code": "NOON",
            "display": "Noon"
          },
          {
            "code": "EVE",
            "display": "Evening"
          },
          {
            "code": "NIGHT",
            "display": "Night"
          }
        ]
      }
    ]
  }
}