Published on Apr 12, 2017 by Linda Monico
The Hello World project for HL7v3 illustrates the basic functionality of Message Builder, which includes:
- Configuring a Code Resolver
- Creating a Message
- Reading a Message
- Message Validation
- Sending/Receiving a Message (Transport Mechanisms)
There are 4 different messages that the examples send and receive:
- Find Candidates (look up a patient in the Client Registry)
- Immunization Query (look up the immunization records for a patient)
- Drug Prescription Query (look up the medications a patient is on)
- Lab Results Query (look up lab results for the patient)
Download the .NET HelloWorld project below and:
- Unzip itto a local directory
- Import itinto Microsoft Visual C# IDE