Replace FhirPathFunction documentation string with a class#84
Replace FhirPathFunction documentation string with a class#84
Conversation
702f97b to
a49f23b
Compare
|
For the function max, we have this return type: Seq(FHIR_DATA_TYPES.STRING, "number", FHIR_DATA_TYPES.DATETIME, FHIR_DATA_TYPES.TIME, "quantity") I see that we do not have quantity or number in FHIR_DATA_TYPES but can we use FHIR_DATA_TYPES.QUANTITY and FHIR_DATA_TYPES.DECIMAL ? Does it break any functionality on the web ? |
a49f23b to
5aa8412
Compare
They can be replaced without any problem. return type and input type fields are not used on the web. |
5aa8412 to
196c996
Compare
196c996 to
126c3f2
Compare
126c3f2 to
09b753b
Compare
…rPathFunctionLibrary
…he new documenatation model of Fhir Path Function class
09b753b to
7623e74
Compare
…notations with existing enumerations
7623e74 to
a190382
Compare
The FhirPathFunction documentation was previously managed using a string containing all emojis, formats, and tags, which made it difficult to handle. This string has been replaced with a more organized data structure, and the corresponding annotation parser function is updated