SaravananSubramanian / hl7

This repository contains all the code that I have used in my HL7 articles on my blog (both Java and .NET examples are included)
https://saravanansubramanian.com
95 stars 93 forks source link

Exporting Tables into Conformance Profile #2

Open castasint opened 4 years ago

castasint commented 4 years ago

Hello Saravanan,

I have observed one thing today. The HAPI is not validating certain elements whose values are present in the HL7 tables. Looks like it is looking for the tables in an XML file. Messaging Workbench is not exporting the table values in the XML. Could you help with this? The API is looking for a CodeStore. Something like below.

http://javadox.com/ca.uhn.hapi/hapi-base/2.1/ca/uhn/hl7v2/conf/store/ProfileCodeStore.html

Thanks, Hanuma

castasint commented 4 years ago

@SaravananSubramanian I found a way to do it..Will create a repo and blog about it shortly. Thanks!!