Benny Shtemer
Benny Shtemer
Map ```FLASH $p := [1..2].( Instance: $ ~> $string InstanceOf: Practitioner ); ``` Output ```JSON { "0": { "resourceType": "Practitioner", "id": "1" }, "1": { "resourceType": "Practitioner", "id": "2" },...
This can be very useful in many cases. Here are some already implementations: https://github.com/gustf/js-levenshtein https://stackoverflow.com/questions/18516942/fastest-general-purpose-levenshtein-javascript-implementation
Source: ```JSON { "StreetNo": "27", "Street": "נווה שלום" } ``` Fume map: ```FSH Instance: '1' InstanceOf: il-core-patient * address * line * extension[streetName].value = Street * extension[houseNumber].value = StreetNo ```...
https://github.com/faker-js/faker/tree/next/src/locales/he
- Add FumeError type extending JsonataError with standardized fields - Create createFumeError factory function for consistent error formatting - Export FumeError types and factory from types module - Update root...
We are observing significant performance degradation when validating a `CodeableConcept` that contains multiple coding entries, even when only one of them requires terminology validation (e.g., SNOMED CT). Validation time increases...
## Description While the CLI validator respects the `-display-issues-are-warnings` parameter, the ValidationEngine doesn't. ## Reproduce #### Resource ```JSON { "resourceType": "Observation", "id": "1", "status": "final", "code": { "coding": [ {...