{ "info": { "author": "Jerry Le", "author_email": "khanh96le@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "# HL7 to JSON\n\nA simple library to convert HL7 message version 2 to json with human readable \ndescription\n\nhttps://pypi.org/project/hl7tojson/\n\n## Installation\nSimple\n```\npip install hl7tojson\n```\n\n\n## Example\n```python\nfrom hl7tojson import parser\n\nmessage = '\\r'.join([\n 'MSH|^~\\&|MegaReg|XYZHospC|SuperOE|XYZImgCtr|20060529090131-0500||ADT^A01^ADT_A01|01052901|P|2.5',\n 'EVN||200605290901||||200605290900',\n 'PID|||56782445^^^UAReg^PI||KLEINSAMPLE^BARRY^Q^JR||19620910|M||2028-9^^HL70005^RA99113^^XYZ|260 GOODWIN CREST '\n 'DRIVE^^BIRMINGHAM^AL^35209^^M~NICKELL\u2019S PICKLES^10000 W 100TH '\n 'AVE^BIRMINGHAM^AL^35200^^O|||||||0105I30001^^^99DEF^AN',\n 'PV1||I|W^389^1^UABH^^^^3||||12345^MORGAN^REX^J^^^MD^0010^UAMC^L||67890^GRAINGER^LUCY^X^^^MD^0010^UAMC^L|MED'\n '|||||A0||13579^POTTER^SHERMAN^T^^^MD^0010^UAMC^L|||||||||||||||||||||||||||200605290900',\n 'OBX|1|NM|^Body Height||1.80|m^Meter^ISO+|||||F',\n 'OBX|2|NM|^Body Weight||79|kg^Kilogram^ISO+|||||F',\n 'AL1|1||^ASPIRIN',\n 'DG1|1||786.50^CHEST PAIN, UNSPECIFIED^I9|||A'\n])\n\nparser.parse(message)\n```\n\n```json\n{\n \"info\": {\n \"message_version\": \"27\", \n \"message_type\": \"ADT_A01\", \n \"message_description\": \"Admit/Visit Notification\"\n }, \n \"segments\": [\n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"|\", \n \"id\": 1, \n \"description\": \"Field Separator\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"^~\\\\&\", \n \"id\": 2, \n \"description\": \"Encoding Characters\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"MegaReg\", \n \"id\": 3, \n \"description\": \"Sending Application\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"XYZHospC\", \n \"id\": 4, \n \"description\": \"Sending Facility\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"SuperOE\", \n \"id\": 5, \n \"description\": \"Receiving Application\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"XYZImgCtr\", \n \"id\": 6, \n \"description\": \"Receiving Facility\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"20060529090131-0500\", \n \"id\": 7, \n \"description\": \"Date/Time of Message\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"ADT^A01^ADT_A01\", \n \"description\": \"Message Type\", \n \"components\": [\n {\n \"data\": \"ADT\", \n \"id\": 1, \n \"description\": \"Message Code\"\n }, \n {\n \"data\": \"A01\", \n \"id\": 2, \n \"description\": \"Trigger Event\"\n }, \n {\n \"data\": \"ADT_A01\", \n \"id\": 3, \n \"description\": \"Message Structure\"\n }\n ]\n }\n ], \n \"data\": \"ADT^A01^ADT_A01\", \n \"id\": 9, \n \"description\": \"Message Type\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"01052901\", \n \"id\": 10, \n \"description\": \"Message Control ID\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"P\", \n \"id\": 11, \n \"description\": \"Processing ID\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"2.5\", \n \"id\": 12, \n \"description\": \"Version ID\"\n }\n ], \n \"type\": \"MSH\", \n \"description\": \"Message Header\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"200605290901\", \n \"id\": 2, \n \"description\": \"Recorded Date/Time \"\n }, \n {\n \"repetitions\": [], \n \"data\": \"200605290900\", \n \"id\": 6, \n \"description\": \"Event Occurred\"\n }\n ], \n \"type\": \"EVN\", \n \"description\": \"Event Type\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [\n {\n \"data\": \"56782445^^^UAReg^PI\", \n \"description\": \"Patient Identifier List\", \n \"components\": [\n {\n \"data\": \"56782445\", \n \"id\": 1, \n \"description\": \"ID Number\"\n }, \n {\n \"data\": \"UAReg\", \n \"id\": 4, \n \"description\": \"Assigning Authority\"\n }, \n {\n \"data\": \"PI\", \n \"id\": 5, \n \"description\": \"Identifier Type Code\"\n }\n ]\n }\n ], \n \"data\": \"56782445^^^UAReg^PI\", \n \"id\": 3, \n \"description\": \"Patient Identifier List\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"KLEINSAMPLE^BARRY^Q^JR\", \n \"description\": \"Patient Name\", \n \"components\": [\n {\n \"data\": \"KLEINSAMPLE\", \n \"id\": 1, \n \"description\": \"Family Name\"\n }, \n {\n \"data\": \"BARRY\", \n \"id\": 2, \n \"description\": \"Given Name\"\n }, \n {\n \"data\": \"Q\", \n \"id\": 3, \n \"description\": \"Second and Further Given Names or Initials Thereof\"\n }, \n {\n \"data\": \"JR\", \n \"id\": 4, \n \"description\": \"Suffix (e.g., JR or III)\"\n }\n ]\n }\n ], \n \"data\": \"KLEINSAMPLE^BARRY^Q^JR\", \n \"id\": 5, \n \"description\": \"Patient Name\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"19620910\", \n \"id\": 7, \n \"description\": \"Date/Time of Birth\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"M\", \n \"id\": 8, \n \"description\": \"Administrative Sex\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"2028-9^^HL70005^RA99113^^XYZ\", \n \"description\": \"Race\", \n \"components\": [\n {\n \"data\": \"2028-9\", \n \"id\": 1, \n \"description\": \"Identifier\"\n }, \n {\n \"data\": \"HL70005\", \n \"id\": 3, \n \"description\": \"Name of Coding System\"\n }, \n {\n \"data\": \"RA99113\", \n \"id\": 4, \n \"description\": \"Alternate Identifier\"\n }, \n {\n \"data\": \"XYZ\", \n \"id\": 6, \n \"description\": \"Name of Alternate Coding System\"\n }\n ]\n }\n ], \n \"data\": \"2028-9^^HL70005^RA99113^^XYZ\", \n \"id\": 10, \n \"description\": \"Race\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"260 GOODWIN CREST DRIVE^^BIRMINGHAM^AL^35209^^M\", \n \"description\": \"Patient Address\", \n \"components\": [\n {\n \"data\": \"260 GOODWIN CREST DRIVE\", \n \"id\": 1, \n \"description\": \"Street Address\"\n }, \n {\n \"data\": \"BIRMINGHAM\", \n \"id\": 3, \n \"description\": \"City\"\n }, \n {\n \"data\": \"AL\", \n \"id\": 4, \n \"description\": \"State or Province\"\n }, \n {\n \"data\": \"35209\", \n \"id\": 5, \n \"description\": \"Zip or Postal Code\"\n }, \n {\n \"data\": \"M\", \n \"id\": 7, \n \"description\": \"Address Type\"\n }\n ]\n }, \n {\n \"data\": \"NICKELL\\u2019S PICKLES^10000 W 100TH AVE^BIRMINGHAM^AL^35200^^O\", \n \"description\": \"Patient Address\", \n \"components\": [\n {\n \"data\": \"NICKELL\\u2019S PICKLES\", \n \"id\": 1, \n \"description\": \"Street Address\"\n }, \n {\n \"data\": \"10000 W 100TH AVE\", \n \"id\": 2, \n \"description\": \"Other Designation\"\n }, \n {\n \"data\": \"BIRMINGHAM\", \n \"id\": 3, \n \"description\": \"City\"\n }, \n {\n \"data\": \"AL\", \n \"id\": 4, \n \"description\": \"State or Province\"\n }, \n {\n \"data\": \"35200\", \n \"id\": 5, \n \"description\": \"Zip or Postal Code\"\n }, \n {\n \"data\": \"O\", \n \"id\": 7, \n \"description\": \"Address Type\"\n }\n ]\n }\n ], \n \"data\": \"260 GOODWIN CREST DRIVE^^BIRMINGHAM^AL^35209^^M~NICKELL\\u2019S PICKLES^10000 W 100TH AVE^BIRMINGHAM^AL^35200^^O\", \n \"id\": 11, \n \"description\": \"Patient Address\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"0105I30001^^^99DEF^AN\", \n \"description\": \"Patient Account Number\", \n \"components\": [\n {\n \"data\": \"0105I30001\", \n \"id\": 1, \n \"description\": \"ID Number\"\n }, \n {\n \"data\": \"99DEF\", \n \"id\": 4, \n \"description\": \"Assigning Authority\"\n }, \n {\n \"data\": \"AN\", \n \"id\": 5, \n \"description\": \"Identifier Type Code\"\n }\n ]\n }\n ], \n \"data\": \"0105I30001^^^99DEF^AN\", \n \"id\": 18, \n \"description\": \"Patient Account Number\"\n }\n ], \n \"type\": \"PID\", \n \"description\": \"Patient Identification\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"I\", \n \"id\": 2, \n \"description\": \"Patient Class\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"W^389^1^UABH^^^^3\", \n \"description\": \"Assigned Patient Location\", \n \"components\": [\n {\n \"data\": \"W\", \n \"id\": 1, \n \"description\": \"Point of Care\"\n }, \n {\n \"data\": \"389\", \n \"id\": 2, \n \"description\": \"Room\"\n }, \n {\n \"data\": \"1\", \n \"id\": 3, \n \"description\": \"Bed\"\n }, \n {\n \"data\": \"UABH\", \n \"id\": 4, \n \"description\": \"Facility\"\n }, \n {\n \"data\": \"3\", \n \"id\": 8, \n \"description\": \"Floor\"\n }\n ]\n }\n ], \n \"data\": \"W^389^1^UABH^^^^3\", \n \"id\": 3, \n \"description\": \"Assigned Patient Location\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"12345^MORGAN^REX^J^^^MD^0010^UAMC^L\", \n \"description\": \"Attending Doctor\", \n \"components\": [\n {\n \"data\": \"12345\", \n \"id\": 1, \n \"description\": \"Person Identifier\"\n }, \n {\n \"data\": \"MORGAN\", \n \"id\": 2, \n \"description\": \"Family Name\"\n }, \n {\n \"data\": \"REX\", \n \"id\": 3, \n \"description\": \"Given Name\"\n }, \n {\n \"data\": \"J\", \n \"id\": 4, \n \"description\": \"Second and Further Given Names or Initials Thereof\"\n }, \n {\n \"data\": \"MD\", \n \"id\": 7, \n \"description\": \"Degree (e.g., MD)\"\n }, \n {\n \"data\": \"0010\", \n \"id\": 8, \n \"description\": \"Source Table\"\n }, \n {\n \"data\": \"UAMC\", \n \"id\": 9, \n \"description\": \"Assigning Authority\"\n }, \n {\n \"data\": \"L\", \n \"id\": 10, \n \"description\": \"Name Type Code\"\n }\n ]\n }\n ], \n \"data\": \"12345^MORGAN^REX^J^^^MD^0010^UAMC^L\", \n \"id\": 7, \n \"description\": \"Attending Doctor\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"67890^GRAINGER^LUCY^X^^^MD^0010^UAMC^L\", \n \"description\": \"Consulting Doctor\", \n \"components\": [\n {\n \"data\": \"67890\", \n \"id\": 1, \n \"description\": \"Person Identifier\"\n }, \n {\n \"data\": \"GRAINGER\", \n \"id\": 2, \n \"description\": \"Family Name\"\n }, \n {\n \"data\": \"LUCY\", \n \"id\": 3, \n \"description\": \"Given Name\"\n }, \n {\n \"data\": \"X\", \n \"id\": 4, \n \"description\": \"Second and Further Given Names or Initials Thereof\"\n }, \n {\n \"data\": \"MD\", \n \"id\": 7, \n \"description\": \"Degree (e.g., MD)\"\n }, \n {\n \"data\": \"0010\", \n \"id\": 8, \n \"description\": \"Source Table\"\n }, \n {\n \"data\": \"UAMC\", \n \"id\": 9, \n \"description\": \"Assigning Authority\"\n }, \n {\n \"data\": \"L\", \n \"id\": 10, \n \"description\": \"Name Type Code\"\n }\n ]\n }\n ], \n \"data\": \"67890^GRAINGER^LUCY^X^^^MD^0010^UAMC^L\", \n \"id\": 9, \n \"description\": \"Consulting Doctor\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"MED\", \n \"id\": 10, \n \"description\": \"Hospital Service\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"A0\", \n \"id\": 15, \n \"description\": \"Ambulatory Status\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"13579^POTTER^SHERMAN^T^^^MD^0010^UAMC^L\", \n \"description\": \"Admitting Doctor\", \n \"components\": [\n {\n \"data\": \"13579\", \n \"id\": 1, \n \"description\": \"Person Identifier\"\n }, \n {\n \"data\": \"POTTER\", \n \"id\": 2, \n \"description\": \"Family Name\"\n }, \n {\n \"data\": \"SHERMAN\", \n \"id\": 3, \n \"description\": \"Given Name\"\n }, \n {\n \"data\": \"T\", \n \"id\": 4, \n \"description\": \"Second and Further Given Names or Initials Thereof\"\n }, \n {\n \"data\": \"MD\", \n \"id\": 7, \n \"description\": \"Degree (e.g., MD)\"\n }, \n {\n \"data\": \"0010\", \n \"id\": 8, \n \"description\": \"Source Table\"\n }, \n {\n \"data\": \"UAMC\", \n \"id\": 9, \n \"description\": \"Assigning Authority\"\n }, \n {\n \"data\": \"L\", \n \"id\": 10, \n \"description\": \"Name Type Code\"\n }\n ]\n }\n ], \n \"data\": \"13579^POTTER^SHERMAN^T^^^MD^0010^UAMC^L\", \n \"id\": 17, \n \"description\": \"Admitting Doctor\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"200605290900\", \n \"id\": 44, \n \"description\": \"Admit Date/Time\"\n }\n ], \n \"type\": \"PV1\", \n \"description\": \"Patient Visit\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"1\", \n \"id\": 1, \n \"description\": \"Set ID - OBX\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"NM\", \n \"id\": 2, \n \"description\": \"Value Type\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"^Body Height\", \n \"description\": \"Observation Identifier\", \n \"components\": [\n {\n \"data\": \"Body Height\", \n \"id\": 2, \n \"description\": \"Text\"\n }\n ]\n }\n ], \n \"data\": \"^Body Height\", \n \"id\": 3, \n \"description\": \"Observation Identifier\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"1.80\", \n \"id\": 5, \n \"description\": \"Observation Value\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"m^Meter^ISO+\", \n \"description\": \"Units\", \n \"components\": [\n {\n \"data\": \"m\", \n \"id\": 1, \n \"description\": \"Identifier\"\n }, \n {\n \"data\": \"Meter\", \n \"id\": 2, \n \"description\": \"Text\"\n }, \n {\n \"data\": \"ISO+\", \n \"id\": 3, \n \"description\": \"Name of Coding System\"\n }\n ]\n }\n ], \n \"data\": \"m^Meter^ISO+\", \n \"id\": 6, \n \"description\": \"Units\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"F\", \n \"id\": 11, \n \"description\": \"Observation Result Status\"\n }\n ], \n \"type\": \"OBX\", \n \"description\": \"Observation/Result\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"2\", \n \"id\": 1, \n \"description\": \"Set ID - OBX\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"NM\", \n \"id\": 2, \n \"description\": \"Value Type\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"^Body Weight\", \n \"description\": \"Observation Identifier\", \n \"components\": [\n {\n \"data\": \"Body Weight\", \n \"id\": 2, \n \"description\": \"Text\"\n }\n ]\n }\n ], \n \"data\": \"^Body Weight\", \n \"id\": 3, \n \"description\": \"Observation Identifier\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"79\", \n \"id\": 5, \n \"description\": \"Observation Value\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"kg^Kilogram^ISO+\", \n \"description\": \"Units\", \n \"components\": [\n {\n \"data\": \"kg\", \n \"id\": 1, \n \"description\": \"Identifier\"\n }, \n {\n \"data\": \"Kilogram\", \n \"id\": 2, \n \"description\": \"Text\"\n }, \n {\n \"data\": \"ISO+\", \n \"id\": 3, \n \"description\": \"Name of Coding System\"\n }\n ]\n }\n ], \n \"data\": \"kg^Kilogram^ISO+\", \n \"id\": 6, \n \"description\": \"Units\"\n }, \n {\n \"repetitions\": [], \n \"data\": \"F\", \n \"id\": 11, \n \"description\": \"Observation Result Status\"\n }\n ], \n \"type\": \"OBX\", \n \"description\": \"Observation/Result\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"1\", \n \"id\": 1, \n \"description\": \"Set ID - AL1\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"^ASPIRIN\", \n \"description\": \"Allergen Code/Mnemonic/Description\", \n \"components\": [\n {\n \"data\": \"ASPIRIN\", \n \"id\": 2, \n \"description\": \"Text\"\n }\n ]\n }\n ], \n \"data\": \"^ASPIRIN\", \n \"id\": 3, \n \"description\": \"Allergen Code/Mnemonic/Description\"\n }\n ], \n \"type\": \"AL1\", \n \"description\": \"Patient Allergy Information\"\n }, \n {\n \"fields\": [\n {\n \"repetitions\": [], \n \"data\": \"1\", \n \"id\": 1, \n \"description\": \"Set ID - DG1\"\n }, \n {\n \"repetitions\": [\n {\n \"data\": \"786.50^CHEST PAIN, UNSPECIFIED^I9\", \n \"description\": \"Diagnosis Code - DG1 \", \n \"components\": [\n {\n \"data\": \"786.50\", \n \"id\": 1, \n \"description\": \"Identifier\"\n }, \n {\n \"data\": \"CHEST PAIN, UNSPECIFIED\", \n \"id\": 2, \n \"description\": \"Text\"\n }, \n {\n \"data\": \"I9\", \n \"id\": 3, \n \"description\": \"Name of Coding System\"\n }\n ]\n }\n ], \n \"data\": \"786.50^CHEST PAIN, UNSPECIFIED^I9\", \n \"id\": 3, \n \"description\": \"Diagnosis Code - DG1 \"\n }, \n {\n \"repetitions\": [], \n \"data\": \"A\", \n \"id\": 6, \n \"description\": \"Diagnosis Type\"\n }\n ], \n \"type\": \"DG1\", \n \"description\": \"Diagnosis\"\n }\n ]\n}\n```\n\n## TODO\n- Support all versions of HL7 version 2\n- Support data description in multiple languages\n- Add CI\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jerry-le/hl7tojson", "keywords": "HL7,Health Level 7,healthcare,health care,medical record", "license": "", "maintainer": "", "maintainer_email": "", "name": "hl7tojson", "package_url": "https://pypi.org/project/hl7tojson/", "platform": "", "project_url": "https://pypi.org/project/hl7tojson/", "project_urls": { "Homepage": "https://github.com/jerry-le/hl7tojson" }, "release_url": "https://pypi.org/project/hl7tojson/0.0.2/", "requires_dist": [ "hl7 (==0.3.4)", "six (==1.11.0)" ], "requires_python": "", "summary": "A simple library to convert HL7 message version 2 to JSON with human readable description", "version": "0.0.2" }, "last_serial": 4421758, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e1da6d2ae6ac775ac0c03d9d2b682812", "sha256": "0349a285adbfbdb27452cd3f54790819b1dc32466fdd7e5c9bc6fe72b020da86" }, "downloads": -1, "filename": "hl7tojson-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e1da6d2ae6ac775ac0c03d9d2b682812", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 781130, "upload_time": "2018-10-27T09:43:03", "url": "https://files.pythonhosted.org/packages/93/c3/878ff748e046a623c649d25076ec08462093a6fd899d06e02471ad15dc86/hl7tojson-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4eac72593fbacd94ac4739eb92fa28ac", "sha256": "7eee81f626c85ff45ebc645b4814144ca02cf2f6c838723f84735b519d37735d" }, "downloads": -1, "filename": "hl7tojson-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4eac72593fbacd94ac4739eb92fa28ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4176, "upload_time": "2018-10-27T09:43:05", "url": "https://files.pythonhosted.org/packages/13/e3/55fb1f470c06ecb0c93a658eaf67bfdb7873e393249260242b2da953a467/hl7tojson-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f1e681bd65d0e86c08930f3bcae0a8bc", "sha256": "e79b373ff8cf3e98d552b05c678e1f500781992d827d076d60dc0cc48bda8bb2" }, "downloads": -1, "filename": "hl7tojson-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "f1e681bd65d0e86c08930f3bcae0a8bc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 783804, "upload_time": "2018-10-27T10:14:09", "url": "https://files.pythonhosted.org/packages/0f/48/9071e87fd485c67740b8cc6a0bd562a0c37c67651148a1c564c4bc47f400/hl7tojson-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dcee4484727eb1e1b71cd7124224393c", "sha256": "8d6a05c5455f7e9b18398e6923c7169a03a6906d86906c17729b119efc00164a" }, "downloads": -1, "filename": "hl7tojson-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dcee4484727eb1e1b71cd7124224393c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11740, "upload_time": "2018-10-27T10:14:11", "url": "https://files.pythonhosted.org/packages/62/65/84565e5825e1be5dd7b7279c2f3d1d90d509e589a36bb61777653a4e1874/hl7tojson-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1e681bd65d0e86c08930f3bcae0a8bc", "sha256": "e79b373ff8cf3e98d552b05c678e1f500781992d827d076d60dc0cc48bda8bb2" }, "downloads": -1, "filename": "hl7tojson-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "f1e681bd65d0e86c08930f3bcae0a8bc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 783804, "upload_time": "2018-10-27T10:14:09", "url": "https://files.pythonhosted.org/packages/0f/48/9071e87fd485c67740b8cc6a0bd562a0c37c67651148a1c564c4bc47f400/hl7tojson-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dcee4484727eb1e1b71cd7124224393c", "sha256": "8d6a05c5455f7e9b18398e6923c7169a03a6906d86906c17729b119efc00164a" }, "downloads": -1, "filename": "hl7tojson-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dcee4484727eb1e1b71cd7124224393c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11740, "upload_time": "2018-10-27T10:14:11", "url": "https://files.pythonhosted.org/packages/62/65/84565e5825e1be5dd7b7279c2f3d1d90d509e589a36bb61777653a4e1874/hl7tojson-0.0.2.tar.gz" } ] }