FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeCodeSystem
IdCodeSystem-sleep-analysis-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/personal-health-record-format-ig/CodeSystem-sleep-analysis-codes.html
URLhttp://hl7.org/fhir/uv/phr/CodeSystem/sleep-analysis-codes
Version1.0.0-ballot2
Statusactive
Date2025-12-27T21:39:37+00:00
NameSleepAnalysis
TitleSleep Analysis Codes
Realmuv
Authorityhl7
DescriptionCodes for stages of sleep
Contentcomplete

Resources that use this resource

ValueSet
sleep-analysisSleep Analysis

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem sleep-analysis-codes

This case-sensitive code system http://hl7.org/fhir/uv/phr/CodeSystem/sleep-analysis-codes defines the following codes:

CodeDisplayDefinition
inBed In bedThe user is in bed.
asleepUnspecified Asleep unspecifiedThe user is asleep, but the specific stage isn’t known.
awake AwakeThe user is awake.
asleepREM Asleep REMThe user is in REM sleep.
asleepCore Asleep coreThe user is in light or intermediate sleep.
asleepDeep Asleep deepThe user is in deep sleep.

Source1

{
  "resourceType": "CodeSystem",
  "id": "sleep-analysis-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/CodeSystem/sleep-analysis-codes",
  "version": "1.0.0-ballot2",
  "name": "SleepAnalysis",
  "title": "Sleep Analysis Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-27T21:39:37+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Codes for stages of sleep",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "inBed",
      "display": "In bed",
      "definition": "The user is in bed."
    },
    {
      "code": "asleepUnspecified",
      "display": "Asleep unspecified",
      "definition": "The user is asleep, but the specific stage isn’t known."
    },
    {
      "code": "awake",
      "display": "Awake",
      "definition": "The user is awake."
    },
    {
      "code": "asleepREM",
      "display": "Asleep REM",
      "definition": "The user is in REM sleep."
    },
    {
      "code": "asleepCore",
      "display": "Asleep core",
      "definition": "The user is in light or intermediate sleep."
    },
    {
      "code": "asleepDeep",
      "display": "Asleep deep",
      "definition": "The user is in deep sleep."
    }
  ]
}