API ReferencefunctionsFunction: encodeCe()Version: v0.0.4On this pageFunction: encodeCe() encodeCe(v): RawField Encode a CE (coded element, 6 modelled + preserved extraComponents). Parameters v CE Returns RawField Example import { encodeCe } from "@cosyte/hl7";encodeCe({ identifier: "GLU", text: "Glucose", nameOfCodingSystem: "L" });