Smart Bear Implementation Guide
3.4.1 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-09-17 |
{
"resourceType" : "ValueSet",
"id" : "Sleep-value-set",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Sleep-value-set</b></p><a name=\"Sleep-value-set\"> </a><a name=\"hcSleep-value-set\"> </a><a name=\"Sleep-value-set-en-US\"> </a><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/93832-4/\">93832-4</a></td><td>Sleep duration</td></tr><tr><td><a href=\"https://loinc.org/93831-6/\">93831-6</a></td><td>Deep sleep</td></tr><tr><td><a href=\"https://loinc.org/93830-8/\">93830-8</a></td><td>Light sleep</td></tr></table></li></ul></div>"
},
"url" : "https://smart-bear.eu/fhir/ValueSet/Sleep-value-set",
"version" : "3.4.1",
"name" : "SleepDurationVS",
"title" : "Sleep Value Set",
"status" : "active",
"date" : "2024-09-17T08:57:54+02:00",
"description" : "Value set with codes for Sleep",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "93832-4",
"display" : "Sleep duration"
},
{
"code" : "93831-6",
"display" : "Deep sleep"
},
{
"code" : "93830-8",
"display" : "Light sleep"
}
]
}
]
}
}