Aidbox/aidbox-sdk-js

Incorrect type generated for several resource

Closed this issue · 0 comments

AllergyIntolerance.clinicalStatus in current version. This problem actual for a lot of resources that should have CodeableConcept type

/** active | inactive | resolved */
clinicalStatus?: `${AllergyIntoleranceClinicalstatus}`;

But it should be:

 clinicalStatus?: CodeableConcept