Personal Health Records
1.0.0-ballot - ballot International flag

This page is part of the Standard Personal Health Record (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Patient contributed data: sleep observation code - JSON Representation

Draft as of 2024-12-18

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=\"pcd-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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pe"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/phr/ValueSet/pcd-sleep-observation-code",
  "version" : "1.0.0-ballot",
  "name" : "PCDSleepObservationCode",
  "title" : "Patient contributed data: sleep observation code",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-12-18T17:51:47+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" : "This value set includes codes to track patient sleep recorded by device or app",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.  The SNOMED International IPS Terminology is distributed by International Health Terminology Standards Development Organisation, trading as SNOMED International, and is subject the terms of the Creative Commons Attribution 4.0 International Public License. For more information, see SNOMED IPS Terminology.  The HL7 International IPS implementation guides incorporate SNOMED CT®, used by permission of the International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED CT was originally created by the College of American Pathologists. SNOMED CT is a registered trademark of the International Health Terminology Standards Development Organisation, all rights reserved. Implementers of SNOMED CT should review usage terms or directly contact SNOMED International: info@snomed.org.  This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "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)"
          }
        ]
      }
    ]
  }
}