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

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeValueSet
IdValueSet-ElgaTimingWhenStandardAdministrationVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-ElgaTimingWhenStandardAdministrationVS.html
URLhttps://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaTimingWhenStandardAdministrationVS
Version0.1.1
Statusdraft
Date2026-09-03T18:40:15+00:00
NameElgaTimingWhenStandardAdministrationVS
TitleELGA Dosierung Timing When ValueSet für Tageszeitenschema
Authorityhl7
DescriptionValueSet für zulässige Ausprägungen des Elements when eines Timings für eine Dosierung mit Tageszeitenschema.

Resources that use this resource

StructureDefinition
hl7.at.fhir.elga.emed.r4#currentat-elga-emed-dosage-standard-administrationAtElgaEmedDosageStandardAdministration

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentevent-timingEvent Timing

Narrative

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

Generated Narrative: ValueSet ElgaTimingWhenStandardAdministrationVS

  • 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": "ElgaTimingWhenStandardAdministrationVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaTimingWhenStandardAdministrationVS",
  "version": "0.1.1",
  "name": "ElgaTimingWhenStandardAdministrationVS",
  "title": "ELGA Dosierung Timing When ValueSet für Tageszeitenschema",
  "status": "draft",
  "experimental": true,
  "date": "2026-09-03T18:40:15+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "http://elga.gv.at"
        }
      ]
    },
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at",
          "use": "work"
        }
      ]
    }
  ],
  "description": "ValueSet für zulässige Ausprägungen des Elements when eines Timings für eine Dosierung mit Tageszeitenschema.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-timing",
        "version": "4.0.1",
        "concept": [
          {
            "code": "MORN"
          },
          {
            "code": "NOON"
          },
          {
            "code": "EVE"
          },
          {
            "code": "NIGHT"
          }
        ]
      }
    ]
  }
}