FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/pcd-sleep-observation-code

PackageStandardPatientHealthRecordIG
Resource TypeValueSet
Idpcd-sleep-observation-code
FHIR VersionR4
Sourcehttps://open-health-manager.github.io/standard-patient-health-record-ig/https://build.fhir.org/ig/HL7/standard-patient-health-record-ig/ValueSet-pcd-sleep-observation-code.html
URLhttps://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-code
Version0.4.4
Statusdraft
Date2023-09-13T16:34:31+00:00
NamePCDSleepObservationCode
TitlePatient contributed data: sleep observation code
DescriptionThis value set includes codes to track patient sleep recorded by device or app

Resources that use this resource

StructureDefinition
pcd-sleep-observationPatient contributed data: sleep observation

Resources that this resource uses

CodeSystem
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)
sctSNOMED CT International Edition

Narrative

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

Placeholder

Source

{
  "resourceType": "ValueSet",
  "id": "pcd-sleep-observation-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-code",
  "version": "0.4.4",
  "name": "PCDSleepObservationCode",
  "title": "Patient contributed data: sleep observation code",
  "status": "draft",
  "date": "2023-09-13T16:34:31+00:00",
  "publisher": "MITRE",
  "contact": [
    {
      "name": "MITRE",
      "telecom": [
        {
          "system": "url",
          "value": "https://open-health-manager.github.io/standard-patient-health-record-ig"
        }
      ]
    }
  ],
  "description": "This value set includes codes to track patient sleep recorded by device or app",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "93831-6",
            "display": "Deep sleep duration"
          },
          {
            "code": "93830-8",
            "display": "Light sleep duration"
          },
          {
            "code": "93829-0",
            "display": "REM sleep duration"
          },
          {
            "code": "93832-4",
            "display": "Sleep duration"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "258158006",
            "display": "Sleep, function (observable entity)"
          }
        ]
      }
    ]
  }
}