Question Minn Bo Bo · Jul 27, 2023 Conversion from document to HL7 with results ranges in multiple date format I have been successfully able to transform hand-written medical test results documents to HL7 ORU_R01 v2.x, then to SDA, which will be trasformed to FHIR or C-CDA.However, I have a category of documents which contains reference range in multiple date formats, which are measured for each gestation period. For example, below is one of the documents. Analyte: HCG, Value: 1968, Unit: mlU/mL #FHIR #HL7 #InterSystems IRIS for Health 0 4 0 246
Question Minn Bo Bo · Feb 17, 2023 Decrypting JWE - ERROR #9723: Unsupported JOSE algorithm: A256GCM I have a compactJWE that I want to decrypt using a key. I read the key from a .pem file and create a JWK with "RSA-OAEP" algorithm. I have the code below in a routine (.mac) file. #Encryption #JSON #InterSystems IRIS 0 1 0 703
Question Minn Bo Bo · Feb 16, 2023 How to Sign a String with RSA SHA256? So I have a base string that I want to sign using RSA-SHA256. I have a .p12 file and passphrase to get the RSA Private key using NodeJS (pem.readPkcs12 library), which I don't know how to do that in intersystems as well. (would appreciate if you can include a solution for that too)The main problem here is I am trying to sign a string and print the result to terminal, using the code below in a routine (.mac file). #Encryption #SSL #InterSystems IRIS 0 2 0 605