API ReferencefunctionsFunction: encodePl()Version: v0.0.3On this pageFunction: encodePl() encodePl(v): RawField Encode a PL (person location): component 4 is a nested HD (facility). Parameters v PL Returns RawField Example import { encodePl } from "@cosyte/hl7";encodePl({ pointOfCare: "ICU", room: "101", bed: "A" });