@medplum/fhirtypes 3.1.11 → 3.2.1

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.
@@ -20,6 +20,7 @@ import { PractitionerRole } from './PractitionerRole';
20
20
  import { Reference } from './Reference';
21
21
  import { RelatedPerson } from './RelatedPerson';
22
22
  import { Resource } from './Resource';
23
+ import { Subscription } from './Subscription';
23
24
 
24
25
  /**
25
26
  * A record of an event made for purposes of maintaining a security log.
@@ -530,7 +531,7 @@ export interface AuditEventSource {
530
531
  /**
531
532
  * Identifier of the source where the event was detected.
532
533
  */
533
- observer: Reference<PractitionerRole | Practitioner | Organization | Device | Patient | RelatedPerson | Bot | ClientApplication>;
534
+ observer: Reference<PractitionerRole | Practitioner | Organization | Device | Patient | RelatedPerson | Subscription | Bot | ClientApplication>;
534
535
 
535
536
  /**
536
537
  * Code specifying the type of source where event originated.
package/dist/Meta.d.ts CHANGED
@@ -83,6 +83,11 @@ export interface Meta {
83
83
  */
84
84
  author?: Reference;
85
85
 
86
+ /**
87
+ * The individual, device, or organization for whom the change was made.
88
+ */
89
+ onBehalfOf?: Reference;
90
+
86
91
  /**
87
92
  * Optional account reference that can be used for sub-project
88
93
  * compartments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.1.11",
3
+ "version": "3.2.1",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",