Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release
Publication Build: This will be filled in by the publication tooling
Active as of 2024-12-19 |
{
"resourceType" : "ValueSet",
"id" : "observation-selfcare-codes",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-pghd-codes.html\"><code>http://fhir/pghd/CodeSystem/observation-pghd-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-handwashingEvent\">handwashingEvent</a></td><td style=\"color: #cccccc\">Handwashing event</td><td>A category sample type for handwashing events.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-toothbrushingEvent\">toothbrushingEvent</a></td><td style=\"color: #cccccc\">Toothbrushing event</td><td>A category sample type for toothbrushing events.</td></tr></table></li></ul></div>"
},
"url" : "http://fhir/pghd/ValueSet/observation-selfcare-codes",
"version" : "0.5.0",
"name" : "ObservationSelfCare",
"title" : "Observation SelfCare Codes",
"status" : "active",
"experimental" : false,
"date" : "2024-12-19T16:51:22+09:00",
"description" : "Codes representing selfcare-related measurement items \nセルフケアに関連する測定項目を表すコード",
"copyright" : "Copyright 2024+",
"compose" : {
"include" : [
{
"system" : "http://fhir/pghd/CodeSystem/observation-pghd-codes",
"concept" : [
{
"code" : "handwashingEvent"
},
{
"code" : "toothbrushingEvent"
}
]
}
]
}
}