Stanford Spezi FHIR Implementation Guide
0.1.0 - ci-build

Publish Box goes here

: OMH Temporal Relationship to Sleep Code System - JSON Representation

Draft as of 2015-06-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "omh-temporal-relationship-to-sleep",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem omh-temporal-relationship-to-sleep</b></p><a name=\"omh-temporal-relationship-to-sleep\"> </a><a name=\"hcomh-temporal-relationship-to-sleep\"> </a><p>This case-sensitive code system <code>http://spezi.health/fhir/CodeSystem/omh-temporal-relationship-to-sleep</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">before-sleeping<a name=\"omh-temporal-relationship-to-sleep-before-sleeping\"> </a></td><td>before sleeping</td><td>before sleeping</td></tr><tr><td style=\"white-space:nowrap\">during-sleep<a name=\"omh-temporal-relationship-to-sleep-during-sleep\"> </a></td><td>during sleep</td><td>during sleep</td></tr><tr><td style=\"white-space:nowrap\">on-waking<a name=\"omh-temporal-relationship-to-sleep-on-waking\"> </a></td><td>on waking</td><td>on waking</td></tr></table></div>"
  },
  "url" : "http://spezi.health/fhir/CodeSystem/omh-temporal-relationship-to-sleep",
  "version" : "0.1.0",
  "name" : "OMHTemporalRelationshipToSleep",
  "title" : "OMH Temporal Relationship to Sleep Code System",
  "status" : "draft",
  "date" : "2015-06-15",
  "publisher" : "Stanford Biodesign Digital Health",
  "contact" : [
    {
      "name" : "Stanford Biodesign Digital Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bdh.stanford.edu/"
        },
        {
          "system" : "email",
          "value" : "speziteam@stanford.edu"
        }
      ]
    },
    {
      "name" : "Vishnu Ravi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "vishnur@stanford.edu",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Represents the temporal relationship of a clinical measure or assessment to sleep (e.g., before sleeping, on waking).",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "before-sleeping",
      "display" : "before sleeping",
      "definition" : "before sleeping"
    },
    {
      "code" : "during-sleep",
      "display" : "during sleep",
      "definition" : "during sleep"
    },
    {
      "code" : "on-waking",
      "display" : "on waking",
      "definition" : "on waking"
    }
  ]
}