pub enum CodeType {
Show 17 variants
Cpt,
Ndc,
Hcpcs,
Rc,
Icd,
MsDrg,
RDrg,
SDrg,
ApsDrg,
ApDrg,
AprDrg,
Apc,
Local,
Eapg,
Hipps,
Cdt,
CstmAll,
}
Expand description
Medical billing code types supported by the API
Variants§
Cpt
Current Procedural Terminology
Ndc
National Drug Code
Hcpcs
Healthcare Common Procedure Coding System
Rc
Revenue Code
Icd
International Classification of Diseases
MsDrg
Medicare Severity Diagnosis Related Group
RDrg
Refined Diagnosis Related Group
SDrg
Severity Diagnosis Related Group
ApsDrg
All Patient Severity Diagnosis Related Group
ApDrg
All Patient Diagnosis Related Group
AprDrg
All Patient Refined Diagnosis Related Group
Apc
Ambulatory Payment Classification
Local
Local code
Eapg
Enhanced Ambulatory Patient Grouping
Hipps
Health Insurance Prospective Payment System
Cdt
Current Dental Terminology
CstmAll
Custom All
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CodeType
impl<'de> Deserialize<'de> for CodeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for CodeType
impl Eq for CodeType
impl StructuralPartialEq for CodeType
Auto Trait Implementations§
impl Freeze for CodeType
impl RefUnwindSafe for CodeType
impl Send for CodeType
impl Sync for CodeType
impl Unpin for CodeType
impl UnwindSafe for CodeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.