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 observation code - JSON Representation

Draft as of 2024-07-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "pcd-sleep-observation-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pcd-sleep-observation-code</b></p><a name=\"pcd-sleep-observation-code\"> </a><a name=\"hcpcd-sleep-observation-code\"> </a><a name=\"hcpcd-sleep-observation-code-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/93831-6/\">93831-6</a></td><td>Deep sleep duration</td></tr><tr><td><a href=\"https://loinc.org/93830-8/\">93830-8</a></td><td>Light sleep duration</td></tr><tr><td><a href=\"https://loinc.org/93829-0/\">93829-0</a></td><td>REM sleep duration</td></tr><tr><td><a href=\"https://loinc.org/93832-4/\">93832-4</a></td><td>Sleep duration</td></tr></table></li><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/258158006\">258158006</a></td><td>Sleep, function (observable entity)</td></tr></table></li></ul></div>"
  },
  "url" : "https://open-health-manager.github.io/standard-patient-health-record-ig/ValueSet/pcd-sleep-observation-code",
  "version" : "0.4.6",
  "name" : "PCDSleepObservationCode",
  "title" : "Patient contributed data: sleep observation code",
  "status" : "draft",
  "date" : "2024-07-12T04:22:16+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)"
          }
        ]
      }
    ]
  }
}