Describe the bug
From the description on https://hl7.org/fhir/R4/organization-definitions.html#Organization.active , it states that missing value should generally be interpereted as being "true". However, the getter operation for the field returns "false" on value being null. You are still able to use isMissing when making search with the field, but if you are working on the java Objects without having searched them, it's not possible to distinguish active = null from active = false.
Expected behavior
If the intended behaviour is that active = null should be interpreted as active = true, then I would expect that it is also reflected in the getter operation.
Screenshots
Environment (please complete the following information):
Describe the bug From the description on https://hl7.org/fhir/R4/organization-definitions.html#Organization.active , it states that missing value should generally be interpereted as being "true". However, the getter operation for the field returns "false" on value being null. You are still able to use isMissing when making search with the field, but if you are working on the java Objects without having searched them, it's not possible to distinguish active = null from active = false.
Expected behavior If the intended behaviour is that active = null should be interpreted as active = true, then I would expect that it is also reflected in the getter operation.
Screenshots
Environment (please complete the following information):