Description
The GoalAchievementStatus
code system is defined as part of R4 and is the preferred binding for the Goal.achievementStatus
element. However, no protos are generated for it in this repo.
The JSON spec IS included in the repo here:
Other Goal code systems are properly included, e.g. GoalLifecycleStatusCode
:
fhir/proto/google/fhir/proto/r4/core/codes.proto
Lines 1894 to 1896 in bc3fe21
Another idea I had was that maybe this code system maturity was below some kind of filter used in this repo. It is considered 0 - Draft
so that may make sense. However, the GoalAcceptanceState
code system is also 0 - Draft
and it is included:
fhir/proto/google/fhir/proto/r4/core/codes.proto
Lines 1880 to 1882 in bc3fe21
Does anyone know if this was intentional or a bug?