hl7v2GenomicsExtractor


Namehl7v2GenomicsExtractor JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/HL7V2-Genomics-Conversion-Utilities/hl7v2GenomicsExtractor
SummaryConvert xml files to HL7V2 message
upload_time2023-02-07 10:32:30
maintainer
docs_urlNone
author""
requires_python
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## **hl7v2GenomicsExtractor**

### Introduction

HL7 Version 2 messaging format is the predominant means by which labs send structured results to Electronic Health Records (EHRs). EHRs can directly import HL7 V2 formatted results that conform to the [HL7 Lab Results Interface Implementation Guide](https://www.hl7.org/documentcenter/public/standards/dstu/V251_IG_LRI_R1_STU3_2018JUN.pdf). Here, we provide an open source utility for converting variants from XML format into HL7 V2 format.

### Install
Before installing hl7v2GenomicsExtractor you need to install cython and wheel.
```
pip install cython wheel
```
Now, install hl7v2GenomicsExtractor binary from pip.
```
pip install hl7v2GenomicsExtractor
```

```python
>>> import hl7v2GenomicsExtractor
>>> hl7v2GenomicsExtractor_converter = hl7v2GenomicsExtractor.Converter(filename="sample.xml", ref_build="GRCh37", patient_id=1234, seed=1, source_class="somatic", variant_analysis_method="sequencing")
>>> hl7v2GenomicsExtractor_converter.convert()
```

### License and Limitations

Software is available for use under an [Apache 2.0 license](https://opensource.org/licenses/Apache-2.0), and is intended solely for experimental use, to help further Genomics-EHR integration exploration. Software is expressly not ready to be used with identifiable patient data or in delivering care to patients. Code issues should be tracked here.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/HL7V2-Genomics-Conversion-Utilities/hl7v2GenomicsExtractor",
    "name": "hl7v2GenomicsExtractor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "\"\"",
    "author_email": "rohaninjmu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/9f/bc922f1907b0156fe50d3f04117d626d849a493eca38debbe740a8bb5017/hl7v2GenomicsExtractor-0.0.1.tar.gz",
    "platform": null,
    "description": "## **hl7v2GenomicsExtractor**\n\n### Introduction\n\nHL7 Version 2 messaging format is the predominant means by which labs send structured results to Electronic Health Records (EHRs). EHRs can directly import HL7 V2 formatted results that conform to the [HL7 Lab Results Interface Implementation Guide](https://www.hl7.org/documentcenter/public/standards/dstu/V251_IG_LRI_R1_STU3_2018JUN.pdf). Here, we provide an open source utility for converting variants from XML format into HL7 V2 format.\n\n### Install\nBefore installing hl7v2GenomicsExtractor you need to install cython and wheel.\n```\npip install cython wheel\n```\nNow, install hl7v2GenomicsExtractor binary from pip.\n```\npip install hl7v2GenomicsExtractor\n```\n\n```python\n>>> import hl7v2GenomicsExtractor\n>>> hl7v2GenomicsExtractor_converter = hl7v2GenomicsExtractor.Converter(filename=\"sample.xml\", ref_build=\"GRCh37\", patient_id=1234, seed=1, source_class=\"somatic\", variant_analysis_method=\"sequencing\")\n>>> hl7v2GenomicsExtractor_converter.convert()\n```\n\n### License and Limitations\n\nSoftware is available for use under an [Apache 2.0 license](https://opensource.org/licenses/Apache-2.0), and is intended solely for experimental use, to help further Genomics-EHR integration exploration. Software is expressly not ready to be used with identifiable patient data or in delivering care to patients. Code issues should be tracked here.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Convert xml files to HL7V2 message",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "395ddeeecba34ae9fcac49029b538d2764b11956870bfee84b748b49323d533a",
                "md5": "991f388ec8c4eaf9927109039a601743",
                "sha256": "f12512ebfe5d1afccc7633e6bdacd283c38d613ac70bd081f0196f7b10c9cf52"
            },
            "downloads": -1,
            "filename": "hl7v2GenomicsExtractor-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "991f388ec8c4eaf9927109039a601743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16090,
            "upload_time": "2023-02-07T10:32:28",
            "upload_time_iso_8601": "2023-02-07T10:32:28.884318Z",
            "url": "https://files.pythonhosted.org/packages/39/5d/deeecba34ae9fcac49029b538d2764b11956870bfee84b748b49323d533a/hl7v2GenomicsExtractor-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "019fbc922f1907b0156fe50d3f04117d626d849a493eca38debbe740a8bb5017",
                "md5": "6ba7f42242aca8893d452a6f079a0ff8",
                "sha256": "abc3697a200b03941664c05d542766cdbc614e9298ec7ea922dd32217bc99c13"
            },
            "downloads": -1,
            "filename": "hl7v2GenomicsExtractor-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6ba7f42242aca8893d452a6f079a0ff8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14740,
            "upload_time": "2023-02-07T10:32:30",
            "upload_time_iso_8601": "2023-02-07T10:32:30.594119Z",
            "url": "https://files.pythonhosted.org/packages/01/9f/bc922f1907b0156fe50d3f04117d626d849a493eca38debbe740a8bb5017/hl7v2GenomicsExtractor-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-07 10:32:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "HL7V2-Genomics-Conversion-Utilities",
    "github_project": "hl7v2GenomicsExtractor",
    "lcname": "hl7v2genomicsextractor"
}
        
""
Elapsed time: 0.04270s