Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions
: HeartRate Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "HeartRate-value-set",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/55425-3/\">55425-3</a></td><td>Heart rate unspecified time mean by Pedometer</td></tr><tr><td><a href=\"https://loinc.org/55426-1/\">55426-1</a></td><td>HR max Pedometer</td></tr><tr><td><a href=\"https://loinc.org/96935-2/\">96935-2</a></td><td>HR min Pedometer</td></tr><tr><td><a href=\"https://loinc.org/68999-2/\">68999-2</a></td><td>supine HR</td></tr></table></li></ul></div>"
},
"url" : "https://smart-bear.eu/fhir/ValueSet/HeartRate-value-set",
"version" : "0.3.2",
"name" : "HeartRateVS",
"title" : "HeartRate Value Set",
"status" : "active",
"date" : "2023-08-01T11:22:15+02:00",
"description" : "Value set with codes for HeartRate",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "55425-3",
"display" : "Heart rate unspecified time mean by Pedometer"
},
{
"code" : "55426-1",
"display" : "HR max Pedometer"
},
{
"code" : "96935-2",
"display" : "HR min Pedometer"
},
{
"code" : "68999-2",
"display" : "supine HR"
}
]
}
]
}
}