{"id":73036,"library":"hapi-base","title":"HAPI HL7 v2 Base","description":"HAPI is an open-source, object-oriented HL7 2.x parser for Java used in healthcare information systems.","status":"active","version":"2.6.0","language":"java","source_language":null,"source_url":"https://github.com/hapifhir/hapi-hl7v2","tags":["hl7","healthcare","parsing","messaging"],"install":[{"cmd":"<dependency>\n  <groupId>ca.uhn.hapi</groupId>\n  <artifactId>hapi-base</artifactId>\n  <version>2.6.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'ca.uhn.hapi:hapi-base:2.6.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Message","correct":"ca.uhn.hl7v2.model.Message"}],"quickstart":{"code":"import ca.uhn.hl7v2.model.Message;\nimport ca.uhn.hl7v2.parser.PipeParser;\n\nString hl7Message = \"MSH|^~\\\\&|...\";\nPipeParser parser = new PipeParser();\nMessage msg = parser.parse(hl7Message);\nSystem.out.println(msg.getClass().getName());","lang":"java","description":"Parses an HL7 v2.x message using the PipeParser."},"warnings":[],"env_vars":null,"search_vec":"'2':15 'base':4 'hapi':1,5 'healthcar':22,26 'hl7':2,14,25 'inform':23 'java':19 'messag':28 'object':12 'object-ori':11 'open':9 'open-sourc':8 'orient':13 'pars':27 'parser':17 'sourc':10 'system':24 'use':20 'v2':3 'x':16","created_at":"2026-06-17T18:46:55.470217+00:00","updated_at":"2026-06-17T18:46:55.470217+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://hl7api.sourceforge.net/","github":"https://github.com/hapifhir/hapi-hl7v2","docs":"https://appdoc.app/artifact/ca.uhn.hapi/hapi-base/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}