Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Sleep Analysis Codes - TTL Representation

Active as of 2024-12-19

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:id [ fhir:v "sleep-analysis-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/sleep-analysis-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">inBed<a name=\"sleep-analysis-codes-inBed\"> </a></td><td>In bed</td><td>The user is in bed.</td><td>就寝</td></tr><tr><td style=\"white-space:nowrap\">asleepUnspecified<a name=\"sleep-analysis-codes-asleepUnspecified\"> </a></td><td>Asleep unspecified</td><td>The user is asleep, but the specific stage isn’t known.</td><td>睡眠</td></tr><tr><td style=\"white-space:nowrap\">awake<a name=\"sleep-analysis-codes-awake\"> </a></td><td>Awake</td><td>The user is awake.</td><td>覚醒</td></tr><tr><td style=\"white-space:nowrap\">asleepREM<a name=\"sleep-analysis-codes-asleepREM\"> </a></td><td>Asleep REM</td><td>The user is in REM sleep.</td><td>レム</td></tr><tr><td style=\"white-space:nowrap\">asleepCore<a name=\"sleep-analysis-codes-asleepCore\"> </a></td><td>Asleep core</td><td>The user is in light or intermediate sleep.</td><td>コア</td></tr><tr><td style=\"white-space:nowrap\">asleepDeep<a name=\"sleep-analysis-codes-asleepDeep\"> </a></td><td>Asleep deep</td><td>The user is in deep sleep.</td><td>深い</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/sleep-analysis-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "SleepAnalysis"] ; # 
  fhir:title [ fhir:v "Sleep Analysis Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-19T16:51:22+09:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codes for stages of sleep  \n睡眠のステージを表すコード"] ; # 
  fhir:copyright [ fhir:v "Copyright 2024+"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "inBed" ] ;
fhir:display [ fhir:v "In bed" ] ;
fhir:definition [ fhir:v "The user is in bed." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "就寝" ]     ] )
  ] [
fhir:code [ fhir:v "asleepUnspecified" ] ;
fhir:display [ fhir:v "Asleep unspecified" ] ;
fhir:definition [ fhir:v "The user is asleep, but the specific stage isn’t known." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "睡眠" ]     ] )
  ] [
fhir:code [ fhir:v "awake" ] ;
fhir:display [ fhir:v "Awake" ] ;
fhir:definition [ fhir:v "The user is awake." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "覚醒" ]     ] )
  ] [
fhir:code [ fhir:v "asleepREM" ] ;
fhir:display [ fhir:v "Asleep REM" ] ;
fhir:definition [ fhir:v "The user is in REM sleep." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "レム" ]     ] )
  ] [
fhir:code [ fhir:v "asleepCore" ] ;
fhir:display [ fhir:v "Asleep core" ] ;
fhir:definition [ fhir:v "The user is in light or intermediate sleep." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "コア" ]     ] )
  ] [
fhir:code [ fhir:v "asleepDeep" ] ;
fhir:display [ fhir:v "Asleep deep" ] ;
fhir:definition [ fhir:v "The user is in deep sleep." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "深い" ]     ] )
  ] ) . #