mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-go.git
synced 2025-09-13 10:42:52 +00:00
Merge pull request #10 from pcvolkmer/update_datamodel
This commit is contained in:
3
mtb.go
3
mtb.go
@@ -84,7 +84,7 @@ type HistologyReevaluationRequest struct {
|
||||
}
|
||||
|
||||
type MtbMedicationRecommendation struct {
|
||||
Category *MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"`
|
||||
Category []MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"`
|
||||
ID string `json:"id"`
|
||||
IssuedOn string `json:"issuedOn"`
|
||||
LevelOfEvidence *LevelOfEvidence `json:"levelOfEvidence,omitempty"`
|
||||
@@ -1287,6 +1287,7 @@ const (
|
||||
Chr9 Chromosome = "chr9"
|
||||
ChrX Chromosome = "chrX"
|
||||
ChrY Chromosome = "chrY"
|
||||
ChrMt Chromosome = "chrMT"
|
||||
)
|
||||
|
||||
type ExternalIDSystem string
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user