HL7 / fhirpath.js

Javascript implementation of FHIRPath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the Split, Join, Encode and Decode functions

brianpos opened this issue · comments

Introduced in approved FHIR jira ticket
https://jira.hl7.org/browse/FHIR-27757

.encode(format)
.decode(format)
.trim()
.split()
.join()
.escape(format)

I haven't done escape...

These were all implemented except the escape function.