@dotbase/fhir-resources 2.6.0 → 2.9.0
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/package.json +1 -1
- package/reference.d.ts +6 -0
- package/reference.js +8 -2
- package/url.d.ts +6 -0
- package/url.js +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotbase/fhir-resources",
|
|
3
3
|
"description": "Exports a module containing urls and ids for all static fhir resources used within dot.base. Is used to avoid 'magic urls' within dot.base code.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.9.0",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "dot.base <movebase@charite.de> (https://dotbase.org)",
|
|
7
7
|
"homepage": "https://github.com/dot-base/fhir-resources",
|
package/reference.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ declare const _default: {
|
|
|
52
52
|
ResourceDeletionDate: string;
|
|
53
53
|
ResourceEditor: string;
|
|
54
54
|
SectionId: string;
|
|
55
|
+
SectionRole: string;
|
|
55
56
|
};
|
|
56
57
|
CodeSystem: {
|
|
57
58
|
PatientWellBeing: string;
|
|
@@ -128,6 +129,8 @@ declare const _default: {
|
|
|
128
129
|
};
|
|
129
130
|
ValueSet: {
|
|
130
131
|
PatientWellBeing: string;
|
|
132
|
+
MedicationForm: string;
|
|
133
|
+
MedicationStrengthUnit: string;
|
|
131
134
|
ImagingReviewResult: string;
|
|
132
135
|
SymptomSeverity: string;
|
|
133
136
|
YesNoAnswer: string;
|
|
@@ -213,8 +216,11 @@ declare const _default: {
|
|
|
213
216
|
InstantiatesCanonicalReference: string;
|
|
214
217
|
ListPartOf: string;
|
|
215
218
|
ListSectionId: string;
|
|
219
|
+
QuestionnaireResonseQuestionnaire: string;
|
|
220
|
+
QuestionnaireResponseItemValue: string;
|
|
216
221
|
ResourceCreator: string;
|
|
217
222
|
ResourceEditor: string;
|
|
223
|
+
SectionRole: string;
|
|
218
224
|
};
|
|
219
225
|
NamingSystem: {
|
|
220
226
|
DotbaseUsername: string;
|
package/reference.js
CHANGED
|
@@ -53,7 +53,8 @@ exports["default"] = {
|
|
|
53
53
|
ResourceCreator: "StructureDefinition/dotbase-extension-resourcecreator",
|
|
54
54
|
ResourceDeletionDate: "StructureDefinition/dotbase-extension-resourcedeletiondate",
|
|
55
55
|
ResourceEditor: "StructureDefinition/dotbase-extension-resourceeditor",
|
|
56
|
-
SectionId: "StructureDefinition/dotbase-extension-sectionid"
|
|
56
|
+
SectionId: "StructureDefinition/dotbase-extension-sectionid",
|
|
57
|
+
SectionRole: "StructureDefinition/dotbase-extension-sectionrole"
|
|
57
58
|
},
|
|
58
59
|
CodeSystem: {
|
|
59
60
|
PatientWellBeing: "CodeSystem/app-codesystem-patientwellbeing",
|
|
@@ -130,6 +131,8 @@ exports["default"] = {
|
|
|
130
131
|
},
|
|
131
132
|
ValueSet: {
|
|
132
133
|
PatientWellBeing: "ValueSet/app-valueset-patientwellbeing",
|
|
134
|
+
MedicationForm: "ValueSet/basic-valueset-medicationform",
|
|
135
|
+
MedicationStrengthUnit: "ValueSet/basic-valueset-medicationstrengthunit",
|
|
133
136
|
ImagingReviewResult: "ValueSet/basic-valueset-imagingreviewresults",
|
|
134
137
|
SymptomSeverity: "ValueSet/basic-valueset-symptomseverity",
|
|
135
138
|
YesNoAnswer: "ValueSet/basic-valueset-yesnoanswer",
|
|
@@ -215,8 +218,11 @@ exports["default"] = {
|
|
|
215
218
|
InstantiatesCanonicalReference: "SearchParameter/dotbase-searchparameter-instantiatescanonicalreference",
|
|
216
219
|
ListPartOf: "SearchParameter/dotbase-searchparameter-listpartof",
|
|
217
220
|
ListSectionId: "SearchParameter/dotbase-searchparameter-listsectionid",
|
|
221
|
+
QuestionnaireResonseQuestionnaire: "SearchParameter/dotbase-searchparameter-qr-questionnairereference",
|
|
222
|
+
QuestionnaireResponseItemValue: "SearchParameter/dotbase-searchparameter-questionnaireresponseitemvalue",
|
|
218
223
|
ResourceCreator: "SearchParameter/dotbase-searchparameter-resourcecreator",
|
|
219
|
-
ResourceEditor: "SearchParameter/dotbase-searchparameter-resourceeditor"
|
|
224
|
+
ResourceEditor: "SearchParameter/dotbase-searchparameter-resourceeditor",
|
|
225
|
+
SectionRole: "SearchParameter/dotbase-searchparameter-sectionrole"
|
|
220
226
|
},
|
|
221
227
|
NamingSystem: {
|
|
222
228
|
DotbaseUsername: "NamingSystem/dotbase-namingsystem-dotbaseusername",
|
package/url.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ declare const _default: {
|
|
|
52
52
|
ResourceDeletionDate: string;
|
|
53
53
|
ResourceEditor: string;
|
|
54
54
|
SectionId: string;
|
|
55
|
+
SectionRole: string;
|
|
55
56
|
};
|
|
56
57
|
CodeSystem: {
|
|
57
58
|
PatientWellBeing: string;
|
|
@@ -128,6 +129,8 @@ declare const _default: {
|
|
|
128
129
|
};
|
|
129
130
|
ValueSet: {
|
|
130
131
|
PatientWellBeing: string;
|
|
132
|
+
MedicationForm: string;
|
|
133
|
+
MedicationStrengthUnit: string;
|
|
131
134
|
ImagingReviewResults: string;
|
|
132
135
|
SymptomSeverity: string;
|
|
133
136
|
YesNoAnswer: string;
|
|
@@ -184,8 +187,11 @@ declare const _default: {
|
|
|
184
187
|
InstantiatesCanonicalReference: string;
|
|
185
188
|
ListPartOf: string;
|
|
186
189
|
ListSectionId: string;
|
|
190
|
+
DotbaseSearchparameterQrQuestionnairereference: string;
|
|
191
|
+
QuestionnaireResponseItemValue: string;
|
|
187
192
|
ResourceCreator: string;
|
|
188
193
|
ResourceEditor: string;
|
|
194
|
+
SectionRole: string;
|
|
189
195
|
};
|
|
190
196
|
NamingSystem: {
|
|
191
197
|
DotbaseUsername: string;
|
package/url.js
CHANGED
|
@@ -53,7 +53,8 @@ exports["default"] = {
|
|
|
53
53
|
ResourceCreator: "https://dotbase.org/fhir/StructureDefinition/resource-creator",
|
|
54
54
|
ResourceDeletionDate: "https://dotbase.org/fhir/StructureDefinition/resource-deletion-date",
|
|
55
55
|
ResourceEditor: "https://dotbase.org/fhir/StructureDefinition/resource-editor",
|
|
56
|
-
SectionId: "https://dotbase.org/fhir/StructureDefinition/section-id"
|
|
56
|
+
SectionId: "https://dotbase.org/fhir/StructureDefinition/section-id",
|
|
57
|
+
SectionRole: "https://dotbase.org/fhir/StructureDefinition/section-role"
|
|
57
58
|
},
|
|
58
59
|
CodeSystem: {
|
|
59
60
|
PatientWellBeing: "https://dotbase.org/fhir/CodeSystem/patient-well-being",
|
|
@@ -130,6 +131,8 @@ exports["default"] = {
|
|
|
130
131
|
},
|
|
131
132
|
ValueSet: {
|
|
132
133
|
PatientWellBeing: "https://dotbase.org/fhir/ValueSet/patient-well-being",
|
|
134
|
+
MedicationForm: "https://dotbase.org/fhir/ValueSet/medication-form",
|
|
135
|
+
MedicationStrengthUnit: "https://dotbase.org/fhir/ValueSet/medication-strength-unit",
|
|
133
136
|
ImagingReviewResults: "https://dotbase.org/fhir/ValueSet/imaging-review-results",
|
|
134
137
|
SymptomSeverity: "https://dotbase.org/fhir/ValueSet/symptom-severity",
|
|
135
138
|
YesNoAnswer: "https://dotbase.org/fhir/ValueSet/yes-no-answer",
|
|
@@ -186,8 +189,11 @@ exports["default"] = {
|
|
|
186
189
|
InstantiatesCanonicalReference: "https://dotbase.org/fhir/SearchParameter/instantiates-canonical-reference",
|
|
187
190
|
ListPartOf: "https://dotbase.org/fhir/SearchParameter/list-part-of",
|
|
188
191
|
ListSectionId: "https://dotbase.org/fhir/SearchParameter/list-section-id",
|
|
192
|
+
DotbaseSearchparameterQrQuestionnairereference: "https://dotbase.org/fhir/SearchParameter/dotbase-searchparameter-qr-questionnairereference",
|
|
193
|
+
QuestionnaireResponseItemValue: "https://dotbase.org/fhir/SearchParameter/questionnaire-response-item-value",
|
|
189
194
|
ResourceCreator: "https://dotbase.org/fhir/SearchParameter/resource-creator",
|
|
190
|
-
ResourceEditor: "https://dotbase.org/fhir/SearchParameter/resource-editor"
|
|
195
|
+
ResourceEditor: "https://dotbase.org/fhir/SearchParameter/resource-editor",
|
|
196
|
+
SectionRole: "https://dotbase.org/fhir/SearchParameter/section-role"
|
|
191
197
|
},
|
|
192
198
|
NamingSystem: {
|
|
193
199
|
DotbaseUsername: "https://dotbase.org/fhir/NamingSystem/dotbase-username",
|