mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 00:42:53 +00:00
feat: add optional LkrCode property for ICD 10 codes
This commit is contained in:
@ -117,6 +117,8 @@ pub struct Version {
|
||||
active: bool,
|
||||
#[serde(rename = "Description")]
|
||||
description: String,
|
||||
#[serde(rename = "LkrCode")]
|
||||
lkr_code: Option<String>,
|
||||
#[serde(rename = "SID")]
|
||||
sid: String,
|
||||
#[serde(rename = "GUID")]
|
||||
|
Reference in New Issue
Block a user