class_ property

  1. @JsonKey(name: 'class')
List<CodeableConcept>? class_
inherited

class_ ("class") Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.

Implementation

@JsonKey(name: 'class')
List<CodeableConcept>? get class_ => throw _privateConstructorUsedError;