@medplum/fhirtypes 5.1.7 → 5.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -117,6 +117,12 @@ export interface HealthcareService {
|
|
|
117
117
|
*/
|
|
118
118
|
providedBy?: Reference<Organization>;
|
|
119
119
|
|
|
120
|
+
/**
|
|
121
|
+
* When the HealthcareService is representing a specific, schedulable
|
|
122
|
+
* service, the availableIn property can refer to a generic service.
|
|
123
|
+
*/
|
|
124
|
+
offeredIn?: Reference<HealthcareService>[];
|
|
125
|
+
|
|
120
126
|
/**
|
|
121
127
|
* Identifies the broad category of service being performed or delivered.
|
|
122
128
|
*/
|