Skip to main content

A package for managing orthodontic codes and namespaces.

Project description

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

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.

The primary aim of this project is to implement in FHIR Terminology the views and view sets defined in AMERICAN NATIONAL STANDARD INSTITUTE/AMERICAN DENTAL ASSOCIATION STANDARD NO. 1100 – 2D and 3D Orthodontic/Craniofacial/Forensic Photographic Views and View Sets. By adhering to the ADA1100 standard, we ensure that the codes and terminologies used in orthodontic software are consistent, accurate, and interoperable across different systems. This is not an official FHIR CodeSystem. The purpose for this site is to provide developers codes necessary to move forward with their development, while the codes get added and approved in official nomenclatures (like SNOMED-CT).

Historically, many of the photographic view codes defined by ADA-1100 were submitted to and added in SNOMED CT at the request of the American Dental Association to enable standards-compliant implementations. Those SNOMED concepts are clinically precise, but they do not include the concise, developer-friendly keywords used in ADA-1100 workflows. Open Ortho collected the ADA-1100 terminology, published it in these FHIR CodeSystems and ValueSets, and provides ConceptMaps to translate between the ADA-1100 identifiers and SNOMED CT codes. This keeps software-friendly keywords available while maintaining interoperability with SNOMED CT.

Using The Codes

The code systems and code values are built by the Makefile and deployed in docs/, where GitHub Pages can serve them as static FHIR artifacts.

The code systems, concept maps and value sets are listed in the autogenerated index:

Local Development

To test the generated site locally before pushing, you can spin up a web server that simulates GitHub Pages:

make serve

This serves the docs/ directory on http://localhost:8000. You can then test FHIR resource URLs such as:

  • http://localhost:8000/fhir/scheduled-protocol/ — base ValueSet resource
  • http://localhost:8000/fhir/scheduled-protocol/$expand — FHIR expansion response
  • http://localhost:8000/fhir/OrthodonticPhotographViews/$expand — expansion for Orthodontic Photograph Views

Press Ctrl+C to stop the server.

To see all available make targets:

make help

Python

If you want to use the codes directly in your Python project:

pip install open-ortho-terminology

Then:

from terminology.resources.code_systems.extraoral_3d_visible_light_scheduled_protocol import (
    EV3D01,
    EV3D02,
    EV3D03,
)

print(EV3D01.code)
print(EV3D01.display)
print(EV3D01.definition)

Convert codes to JSON:

print(EV3D01.model_dump())

Import the entire code system:

from terminology.resources.code_systems.extraoral_3d_visible_light_scheduled_protocol import (
    Extraoral3DVisibleLightScheduledProtocolCodeSystem,
)

ev = Extraoral3DVisibleLightScheduledProtocolCodeSystem()
print(ev.model_dump())
print(ev.concept[0].model_dump())
print(ev.concept)

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 version should only be stored in the pyproject.toml file in project.version, and imported accordingly when needed.
  • Each CodeSystem and CodeValue has its own version which depends on changes to that: remember to bump those individually.
  • No need for Github actions: just build with make build, which will build in docs/ and is configured by GitHub Pages to serve to http://terminology.open-ortho.org and http://open-ortho.org/terminology.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_ortho_terminology-2.0.0.tar.gz (34.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

open_ortho_terminology-2.0.0-py3-none-any.whl (43.6 kB view details)

Uploaded Python 3

File details

Details for the file open_ortho_terminology-2.0.0.tar.gz.

File metadata

  • Download URL: open_ortho_terminology-2.0.0.tar.gz
  • Upload date:
  • Size: 34.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for open_ortho_terminology-2.0.0.tar.gz
Algorithm Hash digest
SHA256 0b0a18ad62bcf632f82cb3f3c6ce4947cdd4440157df7fe22b406ca37110177e
MD5 73d3f6ce1f372867b540a2b3ebab45cb
BLAKE2b-256 3a5cfad0601d37c3dc4fb21c5ebc1287446c11c32bf0c90aceaf0e173e04e4c5

See more details on using hashes here.

File details

Details for the file open_ortho_terminology-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for open_ortho_terminology-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10f2990644f54b4962c486f55b59e120f3b46bc6dc2a86515d8ece3497452b6d
MD5 741346a2e6ad7c1b7a66b19e724f2b5a
BLAKE2b-256 568452011a992b1c8a2bbe9b60f715d810493474e76951ad469cea177eabf35d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page