code property
List<CodeableConcept> ?
get
code
Codes identifying the bundle
Implementation
List<CodeableConcept>? get code => codeField.getValue(json);
Codes identifying the bundle
List<CodeableConcept>? get code => codeField.getValue(json);