A package for managing orthodontic codes and namespaces.
Project description
open-ortho terminology
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.
In addition, the repository can define its own codes in situations where the absence of specific codes in standardized nomenclatures and code sets impedes the development process. Codes generated here are temporary; as the inclusion process progresses, these codes may be replaced. Once officially approved by authoritative sources like HL7 or SNOMED, the terminology server will be updated accordingly, rendering these temporary codes obsolete and mapping them as synonyms to the newly approved codes.
Using The Codes
Python
If you want to use the codes directly in your Python project:
pip install open-ortho-terminology
Then
from open_ortho_terminology.terminology 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 open_ortho_terminology.terminology 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_terminology-0.3.3.tar.gz
.
File metadata
- Download URL: open_ortho_terminology-0.3.3.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b1da0efad7b5e78e517707e824d4c20bd5b285022557f20982615e2209a4dfc |
|
MD5 | 1774b3809e6a10519f0b0740799e9226 |
|
BLAKE2b-256 | 481e274b5a7bdc97618cb2371c8874816be7806630f339aa2b2ea89b99dff45e |
File details
Details for the file open_ortho_terminology-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: open_ortho_terminology-0.3.3-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9930b80b7272244458f2bd3041cf404b8947bd2a6337f0f08dcb4799196ee3d6 |
|
MD5 | 1db44edc13eb23188608d7ff6f2d4cb7 |
|
BLAKE2b-256 | 2d95da9bdbeaa1ebda278821b53b8e7879d3a3efd400bd681f88708327210142 |