0.1.0 - ci-build
EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "vj-goal-achievement-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/goal-achievement</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>in-progress</td><td/></tr><tr><td>achieved</td><td/></tr><tr><td>not-achieved</td><td/></tr></table></li></ul></div>"
},
"url" : "http://fhir.onegde.no/ValueSet/vj-goal-achievement-status",
"version" : "0.1.0",
"name" : "GoalAchievementStatus",
"title" : "Goal achievement status",
"status" : "active",
"date" : "2021-08-18T14:36:33+02:00",
"description" : "Describes the progression, or lack thereof, towards the goal against the target.",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/ValueSet/goal-achievement",
"concept" : [
{
"code" : "in-progress"
},
{
"code" : "achieved"
},
{
"code" : "not-achieved"
}
]
}
]
}
}