1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-go.git synced 2025-09-13 18:52:50 +00:00

Merge pull request #10 from pcvolkmer/update_datamodel

This commit is contained in:
2025-07-04 08:02:08 +02:00
committed by GitHub
2 changed files with 2061 additions and 1451 deletions

3
mtb.go
View File

@@ -84,7 +84,7 @@ type HistologyReevaluationRequest struct {
} }
type MtbMedicationRecommendation struct { type MtbMedicationRecommendation struct {
Category *MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"` Category []MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"`
ID string `json:"id"` ID string `json:"id"`
IssuedOn string `json:"issuedOn"` IssuedOn string `json:"issuedOn"`
LevelOfEvidence *LevelOfEvidence `json:"levelOfEvidence,omitempty"` LevelOfEvidence *LevelOfEvidence `json:"levelOfEvidence,omitempty"`
@@ -1287,6 +1287,7 @@ const (
Chr9 Chromosome = "chr9" Chr9 Chromosome = "chr9"
ChrX Chromosome = "chrX" ChrX Chromosome = "chrX"
ChrY Chromosome = "chrY" ChrY Chromosome = "chrY"
ChrMt Chromosome = "chrMT"
) )
type ExternalIDSystem string type ExternalIDSystem string

File diff suppressed because it is too large Load Diff