@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://hl7.org/cda/stds/core/ValueSet/CDATimingEvent> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDATimingEvent"] ; # 
  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 CDATimingEvent</b></p><a name=\"CDATimingEvent\"> </a><a name=\"hcCDATimingEvent\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html\"><code>http://terminology.hl7.org/CodeSystem/v3-TimingEvent</code></a><span title=\"Version is explicitly stated to be 2.1.0\"> version ?2.1.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://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-AC\">AC</a></td><td style=\"color: #cccccc\">AC</td><td>before meal (from lat. ante cibus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ACD\">ACD</a></td><td style=\"color: #cccccc\">ACD</td><td>before lunch (from lat. ante cibus diurnus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ACM\">ACM</a></td><td style=\"color: #cccccc\">ACM</td><td>before breakfast (from lat. ante cibus matutinus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ACV\">ACV</a></td><td style=\"color: #cccccc\">ACV</td><td>before dinner (from lat. ante cibus vespertinus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-HS\">HS</a></td><td style=\"color: #cccccc\">HS</td><td>**Description:** Prior to beginning a regular period of extended sleep (this would exclude naps). Note that this might occur at different times of day depending on a person's regular sleep schedule.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-IC\">IC</a></td><td style=\"color: #cccccc\">IC</td><td>between meals (from lat. inter cibus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ICD\">ICD</a></td><td style=\"color: #cccccc\">ICD</td><td>between lunch and dinner</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ICM\">ICM</a></td><td style=\"color: #cccccc\">ICM</td><td>between breakfast and lunch</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-ICV\">ICV</a></td><td style=\"color: #cccccc\">ICV</td><td>between dinner and the hour of sleep</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-PC\">PC</a></td><td style=\"color: #cccccc\">PC</td><td>after meal (from lat. post cibus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-PCD\">PCD</a></td><td style=\"color: #cccccc\">PCD</td><td>after lunch (from lat. post cibus diurnus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-PCM\">PCM</a></td><td style=\"color: #cccccc\">PCM</td><td>after breakfast (from lat. post cibus matutinus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-PCV\">PCV</a></td><td style=\"color: #cccccc\">PCV</td><td>after dinner (from lat. post cibus vespertinus)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDATimingEvent"^^xsd:anyURI ;
     fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDATimingEvent>
  ] ; # 
  fhir:version [ fhir:v "2.0.3-sd"] ; # 
  fhir:name [ fhir:v "CDATimingEvent"] ; # 
  fhir:title [ fhir:v "CDATimingEvent"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-12T07:06:38+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level 7"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Structured Documents" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/structure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "structdog@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A set of codes for common (periodical) activity of daily living - limited to values allowed in original CDA definition"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-TimingEvent"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-TimingEvent>
       ] ;
       fhir:version [ fhir:v "2.1.0" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "AC" ]
       ] [
         fhir:code [ fhir:v "ACD" ]
       ] [
         fhir:code [ fhir:v "ACM" ]
       ] [
         fhir:code [ fhir:v "ACV" ]
       ] [
         fhir:code [ fhir:v "HS" ]
       ] [
         fhir:code [ fhir:v "IC" ]
       ] [
         fhir:code [ fhir:v "ICD" ]
       ] [
         fhir:code [ fhir:v "ICM" ]
       ] [
         fhir:code [ fhir:v "ICV" ]
       ] [
         fhir:code [ fhir:v "PC" ]
       ] [
         fhir:code [ fhir:v "PCD" ]
       ] [
         fhir:code [ fhir:v "PCM" ]
       ] [
         fhir:code [ fhir:v "PCV" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

