mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git
synced 2025-07-04 03:42:54 +00:00
chore: update to latest data model version
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "mv64e-mtb-dto"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
authors = ["Paul-Christian Volkmer <code@pcvolkmer.de>"]
|
||||
|
||||
|
@ -72,16 +72,16 @@ impl Mtb {
|
||||
age: None,
|
||||
birth_date: String::new(),
|
||||
date_of_death: None,
|
||||
gender: CodingGender {
|
||||
code: GenderCode::Female,
|
||||
gender: GenderCoding {
|
||||
code: GenderCodingCode::Female,
|
||||
display: None,
|
||||
system: None,
|
||||
version: None,
|
||||
},
|
||||
id: patient_id.to_string(),
|
||||
health_insurance: HealthInsurance {
|
||||
health_insurance_type: CodingHealthInsurance {
|
||||
code: CodingHealthInsuranceCode::Bei,
|
||||
health_insurance_type: HealthInsuranceCoding {
|
||||
code: HealthInsuranceCodingCode::Bei,
|
||||
display: None,
|
||||
system: None,
|
||||
version: None,
|
||||
@ -97,6 +97,7 @@ impl Mtb {
|
||||
follow_ups: None,
|
||||
prior_diagnostic_reports: None,
|
||||
systemic_therapies: None,
|
||||
metadata: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
686
src/mtb.rs
686
src/mtb.rs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user