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

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

PackageStandardPatientHealthRecordIG
TypeValueSet
Idpcd-sleep-observation-value
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-value.html
URLhttps://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-value
Version0.4.4
Statusdraft
Date2023-09-13T16:34:31+00:00
NamePCDSleepStageValueCode
TitlePatient contributed data: sleep stage value
DescriptionThis value set includes codes to track patient sleep values recorded by device or app

Resources that use this resource

StructureDefinition
pcd-sleep-observationPatient contributed data: sleep observation

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Placeholder

Source

{
  "resourceType": "ValueSet",
  "id": "pcd-sleep-observation-value",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-value",
  "version": "0.4.4",
  "name": "PCDSleepStageValueCode",
  "title": "Patient contributed data: sleep stage value",
  "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 values recorded by device or app",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "248220008",
            "display": "Asleep (finding)"
          },
          {
            "code": "248218005",
            "display": "Awake (finding)"
          },
          {
            "code": "60984000",
            "display": "Non-rapid eye movement sleep, function (observable entity)"
          },
          {
            "code": "89129007",
            "display": "Rapid eye movement sleep, function (observable entity)"
          },
          {
            "code": "261665006",
            "display": "Unknown (qualifier value)"
          }
        ]
      }
    ]
  }
}