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

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

: pghd-sleep-episode-latency-to-sleep-onset-2 - TTL Representation

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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pghd-sleep-episode-latency-to-sleep-onset-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir/pghd/StructureDefinition/pghd-sleep-episode"^^xsd:anyURI ;
fhir:link <http://fhir/pghd/StructureDefinition/pghd-sleep-episode>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"pghd-sleep-episode-latency-to-sleep-onset-2\"> </a><a name=\"hcpghd-sleep-episode-latency-to-sleep-onset-2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;pghd-sleep-episode-latency-to-sleep-onset-2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-sleep-episode.html\">PGHD Sleep Episode Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 睡眠エピソード <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-observation-pghd-codes.html\">Observation PGHD Codes</a>#sleepEpisode)</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> &quot; DOE&quot;</p><p><b>effective</b>: 2018-02-05 11:35:00+0900 --&gt; 2018-02-05 11:55:00+0900</p><p><b>performer</b>: <a href=\"Patient-1.html\">Patient/1</a> &quot; DOE&quot;</p><p><b>device</b>: <a name=\"hcdevice\"> </a></p><blockquote><p/><p><a name=\"device\"> </a></p><p><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: iPhone13,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 16.1.1</p></blockquote></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 就寝から入眠までの時間 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-sleep-episode-codes.html\">Sleep Episode Codes</a>#latencyToSleepOnset)</span></p><p><b>value</b>: 5 min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code min = 'min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 主な睡眠 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-sleep-episode-codes.html\">Sleep Episode Codes</a>#isMainSleep)</span></p><p><b>value</b>: false</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Device #device</b><a name=\"device\"> </a><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: iPhone13,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 16.1.1</p></blockquote></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Device ;
fhir:id [ fhir:v "device" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://fhir/pghd/StructureDefinition/pghd-device"^^xsd:anyURI ;
fhir:link <http://fhir/pghd/StructureDefinition/pghd-device>       ] )     ] ;
fhir:manufacturer [ fhir:v "Apple" ] ;
    ( fhir:deviceName [
fhir:name [ fhir:v "iPhone" ] ;
fhir:type [ fhir:v "user-friendly-name" ]     ] [
fhir:name [ fhir:v "iPhone" ] ;
fhir:type [ fhir:v "model-name" ]     ] ) ;
    ( fhir:version [
fhir:type [
fhir:text [ fhir:v "heardware" ]       ] ;
fhir:value [ fhir:v "iPhone13,1" ]     ] [
fhir:type [
fhir:text [ fhir:v "software" ]       ] ;
fhir:value [ fhir:v "16.1.1" ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social History" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir/pghd/CodeSystem/observation-pghd-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sleepEpisode" ] ;
fhir:display [ fhir:v "睡眠エピソード" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2018-02-05T11:35:00+09:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2018-02-05T11:55:00+09:00"^^xsd:dateTime ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/1" ]
  ] ) ; # 
  fhir:device [
fhir:reference [ fhir:v "#device" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir/pghd/CodeSystem/sleep-episode-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "latencyToSleepOnset" ] ;
fhir:display [ fhir:v "就寝から入眠までの時間" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "min" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "min" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir/pghd/CodeSystem/sleep-episode-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "isMainSleep" ] ;
fhir:display [ fhir:v "主な睡眠" ]       ] )     ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) . #