@dotbase/fhir-resources 3.2.0 → 3.4.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 +8 -0
- package/reference.js +9 -1
- package/url.d.ts +4 -0
- package/url.js +4 -0
package/package.json
CHANGED
package/reference.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
DbsInitialVisit: string;
|
|
11
11
|
Neurolocalization: string;
|
|
12
12
|
TBaseDBSVisit: string;
|
|
13
|
+
DbsEvaluation: string;
|
|
13
14
|
DbsIpsVisit: string;
|
|
14
15
|
MdsUpdrsI: string;
|
|
15
16
|
MdsUpdrsII: string;
|
|
@@ -44,6 +45,7 @@ declare const _default: {
|
|
|
44
45
|
LeadLocation: string;
|
|
45
46
|
CreationDateTime: string;
|
|
46
47
|
DefinitionCanonicalReference: string;
|
|
48
|
+
Description: string;
|
|
47
49
|
DocumentDraftAction: string;
|
|
48
50
|
DocumentSectionPartOf: string;
|
|
49
51
|
DocumentSummaryTemplate: string;
|
|
@@ -143,6 +145,7 @@ declare const _default: {
|
|
|
143
145
|
ParkinsonsDiseaseSymptomsNonMotor: string;
|
|
144
146
|
ParkinsonsDiseaseSymptomsPsychiatric: string;
|
|
145
147
|
PDQ39: string;
|
|
148
|
+
TetrasADL: string;
|
|
146
149
|
PsychopathologicFindings: string;
|
|
147
150
|
};
|
|
148
151
|
ValueSet: {
|
|
@@ -234,6 +237,7 @@ declare const _default: {
|
|
|
234
237
|
ParkinsonSymptomSeverity: string;
|
|
235
238
|
WearingOffSymptomFrequency: string;
|
|
236
239
|
PDQ39SymptomFrequency: string;
|
|
240
|
+
ADLAnswers: string;
|
|
237
241
|
PsychopathologicFindingsValueSet: string;
|
|
238
242
|
};
|
|
239
243
|
ResearchStudy: {
|
|
@@ -292,6 +296,10 @@ declare const _default: {
|
|
|
292
296
|
};
|
|
293
297
|
Organization: {
|
|
294
298
|
MainOrganization: string;
|
|
299
|
+
SektionBewegungsstoerungen: string;
|
|
300
|
+
};
|
|
301
|
+
Subscription: {
|
|
302
|
+
Organizations: string;
|
|
295
303
|
};
|
|
296
304
|
};
|
|
297
305
|
export default _default;
|
package/reference.js
CHANGED
|
@@ -12,6 +12,7 @@ exports["default"] = {
|
|
|
12
12
|
DbsInitialVisit: "PlanDefinition/dbs-plandefinition-dbsinitialvisit",
|
|
13
13
|
Neurolocalization: "PlanDefinition/dbs-plandefinition-neurolocalization",
|
|
14
14
|
TBaseDBSVisit: "PlanDefinition/legacy-plandefinition-tbasedbsvisit",
|
|
15
|
+
DbsEvaluation: "PlanDefinition/parkinson-plandefinition-dbsevaluation",
|
|
15
16
|
DbsIpsVisit: "PlanDefinition/parkinson-plandefinition-dbsipsvisit",
|
|
16
17
|
MdsUpdrsI: "PlanDefinition/parkinson-plandefinition-mdsupdrsi",
|
|
17
18
|
MdsUpdrsII: "PlanDefinition/parkinson-plandefinition-mdsupdrsii",
|
|
@@ -46,6 +47,7 @@ exports["default"] = {
|
|
|
46
47
|
LeadLocation: "StructureDefinition/dbs-extension-leadlocation",
|
|
47
48
|
CreationDateTime: "StructureDefinition/dotbase-extension-resourcecreationdatetime",
|
|
48
49
|
DefinitionCanonicalReference: "StructureDefinition/dotbase-extension-definitioncanonicalreference",
|
|
50
|
+
Description: "StructureDefinition/dotbase-extension-description",
|
|
49
51
|
DocumentDraftAction: "StructureDefinition/dotbase-extension-documentdraftaction",
|
|
50
52
|
DocumentSectionPartOf: "StructureDefinition/dotbase-extension-documentsectionpartof",
|
|
51
53
|
DocumentSummaryTemplate: "StructureDefinition/dotbase-extension-documentsummarytemplate",
|
|
@@ -145,6 +147,7 @@ exports["default"] = {
|
|
|
145
147
|
ParkinsonsDiseaseSymptomsNonMotor: "Questionnaire/parkinson-questionnaire-parkinsonsdiseasesymptomsnonmotor",
|
|
146
148
|
ParkinsonsDiseaseSymptomsPsychiatric: "Questionnaire/parkinson-questionnaire-parkinsonsdiseasesymptomspsychiatric",
|
|
147
149
|
PDQ39: "Questionnaire/parkinson-questionnaire-pdq39",
|
|
150
|
+
TetrasADL: "Questionnaire/parkinson-questionnaire-tetrasadl",
|
|
148
151
|
PsychopathologicFindings: "Questionnaire/psychopathologic-findings"
|
|
149
152
|
},
|
|
150
153
|
ValueSet: {
|
|
@@ -236,6 +239,7 @@ exports["default"] = {
|
|
|
236
239
|
ParkinsonSymptomSeverity: "ValueSet/parkinson-valueset-parkinsonsymptomseverity",
|
|
237
240
|
WearingOffSymptomFrequency: "ValueSet/parkinson-valueset-wearingoffsymptomfrequency",
|
|
238
241
|
PDQ39SymptomFrequency: "ValueSet/parkinson-valueset-pdq39symptomfrequency",
|
|
242
|
+
ADLAnswers: "ValueSet/adl-answers",
|
|
239
243
|
PsychopathologicFindingsValueSet: "ValueSet/parkinson-valueset-psychopathologicfindings"
|
|
240
244
|
},
|
|
241
245
|
ResearchStudy: {
|
|
@@ -293,6 +297,10 @@ exports["default"] = {
|
|
|
293
297
|
TooltipShort: "NamingSystem/dotbase-namingsystem-tooltipshort"
|
|
294
298
|
},
|
|
295
299
|
Organization: {
|
|
296
|
-
MainOrganization: "Organization/dotbase-organization-mainorganization"
|
|
300
|
+
MainOrganization: "Organization/dotbase-organization-mainorganization",
|
|
301
|
+
SektionBewegungsstoerungen: "Organization/dotbase-organization-sektionbewegungsstoerungen"
|
|
302
|
+
},
|
|
303
|
+
Subscription: {
|
|
304
|
+
Organizations: "Subscription/dotbase-subscription-organizationsandlistsofpatients"
|
|
297
305
|
}
|
|
298
306
|
};
|
package/url.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
DbsInitialVisit: string;
|
|
11
11
|
Neurolocalization: string;
|
|
12
12
|
TbaseDbsVisit: string;
|
|
13
|
+
DbsEvaluation: string;
|
|
13
14
|
DbsIpsVisit: string;
|
|
14
15
|
MdsUpdrsI: string;
|
|
15
16
|
MdsUpdrsIi: string;
|
|
@@ -44,6 +45,7 @@ declare const _default: {
|
|
|
44
45
|
LeadLocation: string;
|
|
45
46
|
ResourceCreationDatetime: string;
|
|
46
47
|
DefinitionCanonicalReference: string;
|
|
48
|
+
Description: string;
|
|
47
49
|
DocumentDraftAction: string;
|
|
48
50
|
DocumentSectionPartOf: string;
|
|
49
51
|
DocumentSummaryTemplate: string;
|
|
@@ -143,6 +145,7 @@ declare const _default: {
|
|
|
143
145
|
ParkinsonsDiseaseSymptomsNonMotor: string;
|
|
144
146
|
ParkinsonsDiseaseSymptomsPsychiatric: string;
|
|
145
147
|
Pdq39: string;
|
|
148
|
+
TetrasAdl: string;
|
|
146
149
|
PsychopathologicFindings: string;
|
|
147
150
|
};
|
|
148
151
|
ValueSet: {
|
|
@@ -234,6 +237,7 @@ declare const _default: {
|
|
|
234
237
|
ParkinsonSymptomSeverity: string;
|
|
235
238
|
WearingOffSymptomFrequency: string;
|
|
236
239
|
Pdq39SymptomFrequency: string;
|
|
240
|
+
AdlAnswers: string;
|
|
237
241
|
PsychopathologicFindings: string;
|
|
238
242
|
};
|
|
239
243
|
SearchParameter: {
|
package/url.js
CHANGED
|
@@ -12,6 +12,7 @@ exports["default"] = {
|
|
|
12
12
|
DbsInitialVisit: "https://dotbase.org/fhir/PlanDefinition/dbs-initial-visit",
|
|
13
13
|
Neurolocalization: "https://dotbase.org/fhir/PlanDefinition/neurolocalization",
|
|
14
14
|
TbaseDbsVisit: "https://dotbase.org/fhir/PlanDefinition/tbase-dbs-visit",
|
|
15
|
+
DbsEvaluation: "https://dotbase.org/fhir/PlanDefinition/dbs-evaluation",
|
|
15
16
|
DbsIpsVisit: "https://dotbase.org/fhir/PlanDefinition/dbs-ips-visit",
|
|
16
17
|
MdsUpdrsI: "https://dotbase.org/fhir/PlanDefinition/mds-updrs-i",
|
|
17
18
|
MdsUpdrsIi: "https://dotbase.org/fhir/PlanDefinition/mds-updrs-ii",
|
|
@@ -46,6 +47,7 @@ exports["default"] = {
|
|
|
46
47
|
LeadLocation: "https://dotbase.org/fhir/StructureDefinition/lead-location",
|
|
47
48
|
ResourceCreationDatetime: "https://dotbase.org/fhir/StructureDefinition/resource-creation-datetime",
|
|
48
49
|
DefinitionCanonicalReference: "https://dotbase.org/fhir/StructureDefinition/definition-canonical-reference",
|
|
50
|
+
Description: "https://dotbase.org/fhir/StructureDefinition/description",
|
|
49
51
|
DocumentDraftAction: "https://dotbase.org/fhir/StructureDefinition/document-draft-action",
|
|
50
52
|
DocumentSectionPartOf: "https://dotbase.org/fhir/StructureDefinition/document-section-part-of",
|
|
51
53
|
DocumentSummaryTemplate: "https://dotbase.org/fhir/StructureDefinition/document-summary-template",
|
|
@@ -145,6 +147,7 @@ exports["default"] = {
|
|
|
145
147
|
ParkinsonsDiseaseSymptomsNonMotor: "https://dotbase.org/fhir/Questionnaire/parkinsons-disease-symptoms-non-motor",
|
|
146
148
|
ParkinsonsDiseaseSymptomsPsychiatric: "https://dotbase.org/fhir/Questionnaire/parkinsons-disease-symptoms-psychiatric",
|
|
147
149
|
Pdq39: "https://dotbase.org/fhir/Questionnaire/pdq-39",
|
|
150
|
+
TetrasAdl: "https://dotbase.org/fhir/Questionnaire/tetras-adl",
|
|
148
151
|
PsychopathologicFindings: "https://dotbase.org/fhir/Questionnaire/psychopathologic-findings"
|
|
149
152
|
},
|
|
150
153
|
ValueSet: {
|
|
@@ -236,6 +239,7 @@ exports["default"] = {
|
|
|
236
239
|
ParkinsonSymptomSeverity: "https://dotbase.org/fhir/ValueSet/parkinson-symptom-severity",
|
|
237
240
|
WearingOffSymptomFrequency: "https://dotbase.org/fhir/ValueSet/wearing-off-symptom-frequency",
|
|
238
241
|
Pdq39SymptomFrequency: "https://dotbase.org/fhir/ValueSet/pdq-39-symptom-frequency",
|
|
242
|
+
AdlAnswers: "https://dotbase.org/fhir/ValueSet/adl-answers",
|
|
239
243
|
PsychopathologicFindings: "https://dotbase.org/fhir/ValueSet/psychopathologic-findings"
|
|
240
244
|
},
|
|
241
245
|
SearchParameter: {
|