@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/fhir/uv/xver/CodeSystem/event-timing> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "event-timing"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://hl7.org/fhir/event-timing defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MORN\n                  <a name=\"event-timing-MORN\"> </a>\n                </td>\n                <td>Morning</td>\n                <td>Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MORN.early\n                  <a name=\"event-timing-MORN.46early\"> </a>\n                </td>\n                <td>Early Morning</td>\n                <td>Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MORN.late\n                  <a name=\"event-timing-MORN.46late\"> </a>\n                </td>\n                <td>Late Morning</td>\n                <td>Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">NOON\n                  <a name=\"event-timing-NOON\"> </a>\n                </td>\n                <td>Noon</td>\n                <td>Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">AFT\n                  <a name=\"event-timing-AFT\"> </a>\n                </td>\n                <td>Afternoon</td>\n                <td>Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">AFT.early\n                  <a name=\"event-timing-AFT.46early\"> </a>\n                </td>\n                <td>Early Afternoon</td>\n                <td>Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">AFT.late\n                  <a name=\"event-timing-AFT.46late\"> </a>\n                </td>\n                <td>Late Afternoon</td>\n                <td>Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">EVE\n                  <a name=\"event-timing-EVE\"> </a>\n                </td>\n                <td>Evening</td>\n                <td>Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">EVE.early\n                  <a name=\"event-timing-EVE.46early\"> </a>\n                </td>\n                <td>Early Evening</td>\n                <td>Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">EVE.late\n                  <a name=\"event-timing-EVE.46late\"> </a>\n                </td>\n                <td>Late Evening</td>\n                <td>Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">NIGHT\n                  <a name=\"event-timing-NIGHT\"> </a>\n                </td>\n                <td>Night</td>\n                <td>Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PHS\n                  <a name=\"event-timing-PHS\"> </a>\n                </td>\n                <td>After Sleep</td>\n                <td>Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     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 "normative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "4.0.0"
     ]
  ] [
     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 5
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r5"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/event-timing"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/event-timing>
  ] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "EventTiming"] ; # 
  fhir:title [ fhir:v "EventTiming"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2022-05-27T21:47:40-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Real world event relating to the schedule."] ; # 
  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 "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "MORN" ] ;
     fhir:display [ fhir:v "Morning" ] ;
     fhir:definition [ fhir:v "Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "MORN.early" ] ;
     fhir:display [ fhir:v "Early Morning" ] ;
     fhir:definition [ fhir:v "Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "MORN.late" ] ;
     fhir:display [ fhir:v "Late Morning" ] ;
     fhir:definition [ fhir:v "Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "NOON" ] ;
     fhir:display [ fhir:v "Noon" ] ;
     fhir:definition [ fhir:v "Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "AFT" ] ;
     fhir:display [ fhir:v "Afternoon" ] ;
     fhir:definition [ fhir:v "Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "AFT.early" ] ;
     fhir:display [ fhir:v "Early Afternoon" ] ;
     fhir:definition [ fhir:v "Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "AFT.late" ] ;
     fhir:display [ fhir:v "Late Afternoon" ] ;
     fhir:definition [ fhir:v "Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "EVE" ] ;
     fhir:display [ fhir:v "Evening" ] ;
     fhir:definition [ fhir:v "Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "EVE.early" ] ;
     fhir:display [ fhir:v "Early Evening" ] ;
     fhir:definition [ fhir:v "Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "EVE.late" ] ;
     fhir:display [ fhir:v "Late Evening" ] ;
     fhir:definition [ fhir:v "Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "NIGHT" ] ;
     fhir:display [ fhir:v "Night" ] ;
     fhir:definition [ fhir:v "Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] [
     fhir:code [ fhir:v "PHS" ] ;
     fhir:display [ fhir:v "After Sleep" ] ;
     fhir:definition [ fhir:v "Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

