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

FHIR IG Statistics: ValueSet/ch-emed-epr-event-timing

Packagech.fhir.ig.ch-emed-epr
TypeValueSet
Idch-emed-epr-event-timing
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-emed-epr/http://fhir.ch/ig/ch-emed-epr/2.0.0/ValueSet-ch-emed-epr-event-timing.html
URLhttp://fhir.ch/ig/ch-emed-epr/ValueSet/ch-emed-epr-event-timing
Version2.0.0
Statusdraft
Date2025-01-21T10:58:28+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
    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.

Source

{
  "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": "2.0.0",
  "name": "CHEMEDEPREventTiming",
  "title": "Event Timings",
  "status": "draft",
  "experimental": true,
  "date": "2025-01-21T10:58:28+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"
          }
        ]
      }
    ]
  }
}