Stanford Spezi FHIR Implementation Guide
0.1.0 - ci-build

Publish Box goes here

: OMH Temporal Relationship to Sleep Code System - TTL Representation

Draft as of 2015-06-15

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "omh-temporal-relationship-to-sleep"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem omh-temporal-relationship-to-sleep</b></p><a name=\"omh-temporal-relationship-to-sleep\"> </a><a name=\"hcomh-temporal-relationship-to-sleep\"> </a><p>This case-sensitive code system <code>http://spezi.health/fhir/CodeSystem/omh-temporal-relationship-to-sleep</code> defines the following codes:</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 style=\"white-space:nowrap\">before-sleeping<a name=\"omh-temporal-relationship-to-sleep-before-sleeping\"> </a></td><td>before sleeping</td><td>before sleeping</td></tr><tr><td style=\"white-space:nowrap\">during-sleep<a name=\"omh-temporal-relationship-to-sleep-during-sleep\"> </a></td><td>during sleep</td><td>during sleep</td></tr><tr><td style=\"white-space:nowrap\">on-waking<a name=\"omh-temporal-relationship-to-sleep-on-waking\"> </a></td><td>on waking</td><td>on waking</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://spezi.health/fhir/CodeSystem/omh-temporal-relationship-to-sleep"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OMHTemporalRelationshipToSleep"] ; # 
  fhir:title [ fhir:v "OMH Temporal Relationship to Sleep Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2015-06-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Stanford Biodesign Digital Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Stanford Biodesign Digital Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bdh.stanford.edu/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "speziteam@stanford.edu" ]     ] )
  ] [
fhir:name [ fhir:v "Vishnu Ravi" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "vishnur@stanford.edu" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Represents the temporal relationship of a clinical measure or assessment to sleep (e.g., before sleeping, on waking)."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "before-sleeping" ] ;
fhir:display [ fhir:v "before sleeping" ] ;
fhir:definition [ fhir:v "before sleeping" ]
  ] [
fhir:code [ fhir:v "during-sleep" ] ;
fhir:display [ fhir:v "during sleep" ] ;
fhir:definition [ fhir:v "during sleep" ]
  ] [
fhir:code [ fhir:v "on-waking" ] ;
fhir:display [ fhir:v "on waking" ] ;
fhir:definition [ fhir:v "on waking" ]
  ] ) . #