@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ehdsi.eu/eps/ValueSet/eHDSIEventTiming> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSIEventTiming"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSIEventTiming</b></p><a name=\"eHDSIEventTiming\"> </a><a name=\"hceHDSIEventTiming\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html\"><code>http://hl7.org/fhir/event-timing</code></a><span title=\"Version is explicitly stated to be 5.0.0\"> version ?5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-MORN\">MORN</a></td><td>Morning</td><td>Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-MORN.46early\">MORN.early</a></td><td>Early Morning</td><td>Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-MORN.46late\">MORN.late</a></td><td>Late Morning</td><td>Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-NOON\">NOON</a></td><td>Noon</td><td>Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-AFT\">AFT</a></td><td>Afternoon</td><td>Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-AFT.46early\">AFT.early</a></td><td>Early Afternoon</td><td>Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-AFT.46late\">AFT.late</a></td><td>Late Afternoon</td><td>Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-EVE\">EVE</a></td><td>Evening</td><td>Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-EVE.46early\">EVE.early</a></td><td>Early Evening</td><td>Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-EVE.46late\">EVE.late</a></td><td>Late Evening</td><td>Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-NIGHT\">NIGHT</a></td><td>Night</td><td>Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-event-timing.html#event-timing-PHS\">PHS</a></td><td>After Sleep</td><td>Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "draft"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIEventTiming"^^xsd:anyURI ;
     fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIEventTiming>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.95" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "EHDSIEventTiming"] ; # 
  fhir:title [ fhir:v "eHDSI Event Timing"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-31T15:20:59+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MyHealth@Eu"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MyHealth@Eu" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This Value Set is used for coding event timing of dosage regimen"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/event-timing"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/event-timing>
       ] ;
       fhir:version [ fhir:v "5.0.0" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "MORN" ] ;
         fhir:display [ fhir:v "Morning" ]
       ] [
         fhir:code [ fhir:v "MORN.early" ] ;
         fhir:display [ fhir:v "Early Morning" ]
       ] [
         fhir:code [ fhir:v "MORN.late" ] ;
         fhir:display [ fhir:v "Late Morning" ]
       ] [
         fhir:code [ fhir:v "NOON" ] ;
         fhir:display [ fhir:v "Noon" ]
       ] [
         fhir:code [ fhir:v "AFT" ] ;
         fhir:display [ fhir:v "Afternoon" ]
       ] [
         fhir:code [ fhir:v "AFT.early" ] ;
         fhir:display [ fhir:v "Early Afternoon" ]
       ] [
         fhir:code [ fhir:v "AFT.late" ] ;
         fhir:display [ fhir:v "Late Afternoon" ]
       ] [
         fhir:code [ fhir:v "EVE" ] ;
         fhir:display [ fhir:v "Evening" ]
       ] [
         fhir:code [ fhir:v "EVE.early" ] ;
         fhir:display [ fhir:v "Early Evening" ]
       ] [
         fhir:code [ fhir:v "EVE.late" ] ;
         fhir:display [ fhir:v "Late Evening" ]
       ] [
         fhir:code [ fhir:v "NIGHT" ] ;
         fhir:display [ fhir:v "Night" ]
       ] [
         fhir:code [ fhir:v "PHS" ] ;
         fhir:display [ fhir:v "After Sleep" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

