@medplum/fhirtypes 3.1.5 → 3.1.6
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.
package/dist/DetectedIssue.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ export interface DetectedIssue {
|
|
|
108
108
|
/**
|
|
109
109
|
* Indicates the status of the detected issue.
|
|
110
110
|
*/
|
|
111
|
-
status: '
|
|
111
|
+
status: 'preliminary' | 'final' | 'entered-in-error' | 'mitigated';
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
114
|
* Identifies the general type of issue identified.
|
package/dist/MeasureReport.d.ts
CHANGED
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
+
import { CareTeam } from './CareTeam';
|
|
6
7
|
import { CodeableConcept } from './CodeableConcept';
|
|
7
8
|
import { Device } from './Device';
|
|
8
9
|
import { Extension } from './Extension';
|
|
9
10
|
import { Group } from './Group';
|
|
11
|
+
import { HealthcareService } from './HealthcareService';
|
|
10
12
|
import { Identifier } from './Identifier';
|
|
11
13
|
import { List } from './List';
|
|
12
14
|
import { Location } from './Location';
|
|
@@ -138,7 +140,7 @@ export interface MeasureReport {
|
|
|
138
140
|
* Optional subject identifying the individual or individuals the report
|
|
139
141
|
* is for.
|
|
140
142
|
*/
|
|
141
|
-
subject?: Reference<Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group>;
|
|
143
|
+
subject?: Reference<Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Organization | CareTeam | HealthcareService | Group>;
|
|
142
144
|
|
|
143
145
|
/**
|
|
144
146
|
* The date this measure report was generated.
|