@medplum/fhirtypes 3.2.20 → 3.2.22
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/ResearchStudy.d.ts +1 -3
- package/package.json +2 -2
package/dist/ResearchStudy.d.ts
CHANGED
|
@@ -4,11 +4,9 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { Annotation } from './Annotation';
|
|
7
|
-
import { Citation } from './Citation';
|
|
8
7
|
import { CodeableConcept } from './CodeableConcept';
|
|
9
8
|
import { ContactDetail } from './ContactDetail';
|
|
10
9
|
import { DiagnosticReport } from './DiagnosticReport';
|
|
11
|
-
import { EvidenceReport } from './EvidenceReport';
|
|
12
10
|
import { EvidenceVariable } from './EvidenceVariable';
|
|
13
11
|
import { Extension } from './Extension';
|
|
14
12
|
import { Group } from './Group';
|
|
@@ -347,7 +345,7 @@ export interface ResearchStudy {
|
|
|
347
345
|
* also link to a research registry holding the results such as
|
|
348
346
|
* ClinicalTrials.gov.
|
|
349
347
|
*/
|
|
350
|
-
result?: Reference<
|
|
348
|
+
result?: Reference<DiagnosticReport>[];
|
|
351
349
|
}
|
|
352
350
|
|
|
353
351
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/fhirtypes",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.22",
|
|
4
4
|
"description": "Medplum FHIR Type Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "",
|
|
38
|
+
"build": "tsc",
|
|
39
39
|
"clean": "",
|
|
40
40
|
"test": ""
|
|
41
41
|
},
|