A package for managing orthodontic codes and namespaces.
Project description
open-ortho codes
A collection of codes and terms from various terminologies, specifically tailored for software development within the orthodontic domain.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
About The Project
This project serves as a centralized repository for orthodontic software developers, offering a curated collection of essential codes required for implementing healthcare standards like DICOM or HL7. Navigating through various terminologies to find the right codes can be challenging. Our project aims to simplify this process by providing a go-to source for these codes, readily available in JSON and CSV formats. Users can access these directly through GitHub releases or utilize them as a Python package on PyPI.
Using The Codes
Python
If you want to use the codes directly in your Python project:
pip install open-ortho-codes
Then
from ortho_codes import hl7 as codes_hl7
print(f"{codes_hl7.orthodontic.system}")
print(codes_hl7.orthodontic.code)
print(codes_hl7.orthodontic.display)
Convert codes to JSON
from ortho_codes import hl7 as codes_hl7
print(f"{codes_hl7.orthodontic.to_json()}")
JSON
Just point your code to any of the following:
Releases
- Each new release must be git tagged with v*... This triggers the Github actions to publish to PyPi and release in GitHub releases.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file open-ortho-codes-0.2.0.tar.gz
.
File metadata
- Download URL: open-ortho-codes-0.2.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7b167cbbb8dba9f937bba60764265437accb5d61cca15da96b5e6fb98a3a846 |
|
MD5 | 2717984f1e9b4bca4a723d195f71a103 |
|
BLAKE2b-256 | b9b7ceec59549314292dc44d994a4426de6346bc9008ce3501342f711cff7fc4 |
File details
Details for the file open_ortho_codes-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: open_ortho_codes-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adaa41cdacc1d2e0510209157ae30cfffa5a415f2161658de6e522c709fa690e |
|
MD5 | df6b3ada7363f5f64525daf415ea7b38 |
|
BLAKE2b-256 | fb89c00744d788145ec6f147f09df50d07e1cdaff3788c75acefe3165ae3120d |