eHealth Infrastructure
2022.2 - release

eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions

: EventTiming - TTL Representation

Active as of 2016-11-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "EventTiming"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2016-11-10T13:00:00.000+00:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p/><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#MORN\">MORN</a><a name=\"EventTiming-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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#MORN.46early\">MORN.early</a><a name=\"EventTiming-MORN.46early\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#MORN.46late\">MORN.late</a><a name=\"EventTiming-MORN.46late\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#NOON\">NOON</a><a name=\"EventTiming-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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#AFT\">AFT</a><a name=\"EventTiming-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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#AFT.46early\">AFT.early</a><a name=\"EventTiming-AFT.46early\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#AFT.46late\">AFT.late</a><a name=\"EventTiming-AFT.46late\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#EVE\">EVE</a><a name=\"EventTiming-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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#EVE.46early\">EVE.early</a><a name=\"EventTiming-EVE.46early\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#EVE.46late\">EVE.late</a><a name=\"EventTiming-EVE.46late\"> </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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#NIGHT\">NIGHT</a><a name=\"EventTiming-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 style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#PHS\">PHS</a><a name=\"EventTiming-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><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>MORN</td><td>Morgen</td></tr><tr><td>MORN.early</td><td>Tidlig morgen</td></tr><tr><td>MORN.late</td><td>Sen morgen</td></tr><tr><td>NOON</td><td>Middag</td></tr><tr><td>AFT</td><td>Eftermiddag</td></tr><tr><td>AFT.early</td><td>Tidlig eftermiddag</td></tr><tr><td>AFT.late</td><td>Sen eftermiddag</td></tr><tr><td>EVE</td><td>Aften</td></tr><tr><td>EVE.early</td><td>Tidlig aften</td></tr><tr><td>EVE.late</td><td>Sen aften</td></tr><tr><td>NIGHT</td><td>Nat</td></tr><tr><td>PHS</td><td>Efter søvn</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/event-timing"];
  fhir:CodeSystem.version [ fhir:value "2022.2"];
  fhir:CodeSystem.name [ fhir:value "EventTiming"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2016-11-11T00:00:00+11:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "EventTiming"];
  fhir:CodeSystem.content [ fhir:value "supplement"];
  fhir:CodeSystem.supplements [
     fhir:value "http://hl7.org/fhir/event-timing";
     fhir:link <http://hl7.org/fhir/event-timing>
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "MORN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Morning" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Morgen" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "MORN.early" ];
     fhir:CodeSystem.concept.display [ fhir:value "Early Morning" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Tidlig morgen" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "MORN.late" ];
     fhir:CodeSystem.concept.display [ fhir:value "Late Morning" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Sen morgen" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "NOON" ];
     fhir:CodeSystem.concept.display [ fhir:value "Noon" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Middag" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "AFT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Afternoon" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Eftermiddag" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "AFT.early" ];
     fhir:CodeSystem.concept.display [ fhir:value "Early Afternoon" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Tidlig eftermiddag" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "AFT.late" ];
     fhir:CodeSystem.concept.display [ fhir:value "Late Afternoon" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Sen eftermiddag" ]     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "EVE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Evening" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Aften" ]     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "EVE.early" ];
     fhir:CodeSystem.concept.display [ fhir:value "Early Evening" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Tidlig aften" ]     ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "EVE.late" ];
     fhir:CodeSystem.concept.display [ fhir:value "Late Evening" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Sen aften" ]     ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "NIGHT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Night" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Nat" ]     ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "PHS" ];
     fhir:CodeSystem.concept.display [ fhir:value "After Sleep" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation." ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Efter søvn" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.