0.4.6 - ci-build

StandardPatientHealthRecordIG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: Patient contributed data: sleep stage value - TTL Representation

Draft as of 2024-07-12

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcd-sleep-observation-value"] ; # 
  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: ValueSet pcd-sleep-observation-value</b></p><a name=\"pcd-sleep-observation-value\"> </a><a name=\"hcpcd-sleep-observation-value\"> </a><a name=\"hcpcd-sleep-observation-value-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/248220008\">248220008</a></td><td>Asleep (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/248218005\">248218005</a></td><td>Awake (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/60984000\">60984000</a></td><td>Non-rapid eye movement sleep, function (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/89129007\">89129007</a></td><td>Rapid eye movement sleep, function (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown (qualifier value)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-value"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.6"] ; # 
  fhir:name [ fhir:v "PCDSleepStageValueCode"] ; # 
  fhir:title [ fhir:v "Patient contributed data: sleep stage value"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-07-12T04:22:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://open-health-manager.github.io/standard-patient-health-record-ig" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes codes to track patient sleep values recorded by device or app"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "248220008" ] ;
fhir:display [ fhir:v "Asleep (finding)" ]       ] [
fhir:code [ fhir:v "248218005" ] ;
fhir:display [ fhir:v "Awake (finding)" ]       ] [
fhir:code [ fhir:v "60984000" ] ;
fhir:display [ fhir:v "Non-rapid eye movement sleep, function (observable entity)" ]       ] [
fhir:code [ fhir:v "89129007" ] ;
fhir:display [ fhir:v "Rapid eye movement sleep, function (observable entity)" ]       ] [
fhir:code [ fhir:v "261665006" ] ;
fhir:display [ fhir:v "Unknown (qualifier value)" ]       ] )     ] )
  ] . #