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