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

FHIR IG analytics

Packagech.fhir.ig.ch-emed-epr.r4
Resource TypeValueSet
IdValueSet-ch-emed-epr-event-timing.json
FHIR VersionR4

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: 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",
  "name": "CHEMEDEPREventTiming",
  "title": "Event Timings",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-11T07:01:54+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"
          }
        ]
      }
    ]
  }
}