code property
List<CodeableConcept> ?
get
code
Roles which this practitioner is authorized to perform for the organization.
Implementation
List<CodeableConcept>? get code => codeField.getValue(json);
Roles which this practitioner is authorized to perform for the organization.
List<CodeableConcept>? get code => codeField.getValue(json);