@smile-cdr/fhirts 1.2.5 → 1.2.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.
- package/CHANGELOG.md +25 -0
- package/README.md +1 -0
- package/dist/FHIR-R3.d.ts +1 -1
- package/dist/FHIR-R4/classes/medicationRequest.d.ts +2 -2
- package/dist/FHIR-R4/classes/observation.d.ts +1 -1
- package/dist/FHIR-R4/classes/task.d.ts +1 -1
- package/dist/FHIR-R4/interfaces/IMedicationRequest.d.ts +2 -2
- package/dist/FHIR-R4/interfaces/IObservation.d.ts +1 -1
- package/dist/FHIR-R4/interfaces/ITask.d.ts +1 -1
- package/package.json +1 -1
- package/src/FHIR-R3.ts +1 -1
- package/src/FHIR-R4/classes/medicationRequest.ts +2 -2
- package/src/FHIR-R4/classes/observation.ts +1 -1
- package/src/FHIR-R4/classes/task.ts +1 -1
- package/src/FHIR-R4/interfaces/IMedicationRequest.ts +2 -2
- package/src/FHIR-R4/interfaces/IObservation.ts +1 -1
- package/src/FHIR-R4/interfaces/ITask.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
|
|
3
|
+
### 1.2.8
|
|
4
|
+
---
|
|
5
|
+
### Updates (R4)
|
|
6
|
+
|
|
7
|
+
* Instances of `_for` have been replaced with `for` for the following resources:
|
|
8
|
+
|
|
9
|
+
* Task
|
|
10
|
+
|
|
11
|
+
## 1.2.7
|
|
12
|
+
---
|
|
13
|
+
### Updates (R4)
|
|
14
|
+
|
|
15
|
+
* Instances of `status` and `intent` made required according to FHIR spec:
|
|
16
|
+
|
|
17
|
+
* MedicationRequest
|
|
18
|
+
|
|
19
|
+
## 1.2.6
|
|
20
|
+
---
|
|
21
|
+
### Updates (R4)
|
|
22
|
+
|
|
23
|
+
* Instances of `status` made required according to FHIR spec:
|
|
24
|
+
|
|
25
|
+
* Observation
|
|
26
|
+
|
|
2
27
|
## 1.2.5
|
|
3
28
|
---
|
|
4
29
|
### Updates (General)
|
package/README.md
CHANGED
package/dist/FHIR-R3.d.ts
CHANGED
|
@@ -337,7 +337,7 @@ export declare class SampledData extends FHIRElement {
|
|
|
337
337
|
}
|
|
338
338
|
export declare class Restriction extends BackboneElement {
|
|
339
339
|
repetitions: number;
|
|
340
|
-
|
|
340
|
+
period: Period;
|
|
341
341
|
recipient: Reference[];
|
|
342
342
|
}
|
|
343
343
|
export declare class AvailableTime extends BackboneElement {
|
|
@@ -66,7 +66,7 @@ export declare class MedicationRequest {
|
|
|
66
66
|
/**
|
|
67
67
|
* A code specifying the current state of the order. Generally, this will be active or completed state.
|
|
68
68
|
*/
|
|
69
|
-
status
|
|
69
|
+
status: Code;
|
|
70
70
|
/**
|
|
71
71
|
* Captures the reason for the current state of the MedicationRequest.
|
|
72
72
|
*/
|
|
@@ -74,7 +74,7 @@ export declare class MedicationRequest {
|
|
|
74
74
|
/**
|
|
75
75
|
* Whether the request is a proposal, plan, or an original order.
|
|
76
76
|
*/
|
|
77
|
-
intent
|
|
77
|
+
intent: Code;
|
|
78
78
|
/**
|
|
79
79
|
* Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).
|
|
80
80
|
*/
|
|
@@ -119,7 +119,7 @@ export declare class Task {
|
|
|
119
119
|
/**
|
|
120
120
|
* The entity who benefits from the performance of the service specified in the task (e.g., the patient).
|
|
121
121
|
*/
|
|
122
|
-
|
|
122
|
+
for?: Reference;
|
|
123
123
|
/**
|
|
124
124
|
* The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.
|
|
125
125
|
*/
|
|
@@ -66,7 +66,7 @@ export interface IMedicationRequest {
|
|
|
66
66
|
/**
|
|
67
67
|
* A code specifying the current state of the order. Generally, this will be active or completed state.
|
|
68
68
|
*/
|
|
69
|
-
status
|
|
69
|
+
status: Code;
|
|
70
70
|
/**
|
|
71
71
|
* Captures the reason for the current state of the MedicationRequest.
|
|
72
72
|
*/
|
|
@@ -74,7 +74,7 @@ export interface IMedicationRequest {
|
|
|
74
74
|
/**
|
|
75
75
|
* Whether the request is a proposal, plan, or an original order.
|
|
76
76
|
*/
|
|
77
|
-
intent
|
|
77
|
+
intent: Code;
|
|
78
78
|
/**
|
|
79
79
|
* Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).
|
|
80
80
|
*/
|
|
@@ -119,7 +119,7 @@ export interface ITask {
|
|
|
119
119
|
/**
|
|
120
120
|
* The entity who benefits from the performance of the service specified in the task (e.g., the patient).
|
|
121
121
|
*/
|
|
122
|
-
|
|
122
|
+
for?: Reference;
|
|
123
123
|
/**
|
|
124
124
|
* The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.
|
|
125
125
|
*/
|
package/package.json
CHANGED
package/src/FHIR-R3.ts
CHANGED
|
@@ -69,7 +69,7 @@ export class MedicationRequest {
|
|
|
69
69
|
/**
|
|
70
70
|
* A code specifying the current state of the order. Generally, this will be active or completed state.
|
|
71
71
|
*/
|
|
72
|
-
status
|
|
72
|
+
status: Code;
|
|
73
73
|
/**
|
|
74
74
|
* Captures the reason for the current state of the MedicationRequest.
|
|
75
75
|
*/
|
|
@@ -77,7 +77,7 @@ export class MedicationRequest {
|
|
|
77
77
|
/**
|
|
78
78
|
* Whether the request is a proposal, plan, or an original order.
|
|
79
79
|
*/
|
|
80
|
-
intent
|
|
80
|
+
intent: Code;
|
|
81
81
|
/**
|
|
82
82
|
* Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).
|
|
83
83
|
*/
|
|
@@ -122,7 +122,7 @@ export class Task {
|
|
|
122
122
|
/**
|
|
123
123
|
* The entity who benefits from the performance of the service specified in the task (e.g., the patient).
|
|
124
124
|
*/
|
|
125
|
-
|
|
125
|
+
for?: Reference;
|
|
126
126
|
/**
|
|
127
127
|
* The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.
|
|
128
128
|
*/
|
|
@@ -69,7 +69,7 @@ export interface IMedicationRequest {
|
|
|
69
69
|
/**
|
|
70
70
|
* A code specifying the current state of the order. Generally, this will be active or completed state.
|
|
71
71
|
*/
|
|
72
|
-
status
|
|
72
|
+
status: Code;
|
|
73
73
|
/**
|
|
74
74
|
* Captures the reason for the current state of the MedicationRequest.
|
|
75
75
|
*/
|
|
@@ -77,7 +77,7 @@ export interface IMedicationRequest {
|
|
|
77
77
|
/**
|
|
78
78
|
* Whether the request is a proposal, plan, or an original order.
|
|
79
79
|
*/
|
|
80
|
-
intent
|
|
80
|
+
intent: Code;
|
|
81
81
|
/**
|
|
82
82
|
* Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).
|
|
83
83
|
*/
|
|
@@ -122,7 +122,7 @@ export interface ITask {
|
|
|
122
122
|
/**
|
|
123
123
|
* The entity who benefits from the performance of the service specified in the task (e.g., the patient).
|
|
124
124
|
*/
|
|
125
|
-
|
|
125
|
+
for?: Reference;
|
|
126
126
|
/**
|
|
127
127
|
* The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.
|
|
128
128
|
*/
|