@dotbase/fhir-resources 2.13.4 → 3.0.2

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 CHANGED
@@ -18,5 +18,5 @@
18
18
  "Health Level Seven",
19
19
  "Resources"
20
20
  ],
21
- "version": "2.13.4"
21
+ "version": "3.0.2"
22
22
  }
package/reference.d.ts CHANGED
@@ -236,7 +236,6 @@ declare const _default: {
236
236
  DeviceLabelSet: string;
237
237
  CreationDatetime: string;
238
238
  DefinitionCanonicalReference: string;
239
- DraftAction: string;
240
239
  InstantiatesCanonicalReference: string;
241
240
  ListPartOf: string;
242
241
  ListSectionId: string;
package/reference.js CHANGED
@@ -238,7 +238,6 @@ exports["default"] = {
238
238
  DeviceLabelSet: "SearchParameter/dbs-searchparameter-devicelabelset",
239
239
  CreationDatetime: "SearchParameter/dotbase-searchparameter-creationdatetime",
240
240
  DefinitionCanonicalReference: "SearchParameter/dotbase-searchparameter-definitioncanonicalreference",
241
- DraftAction: "SearchParameter/dotbase-searchparameter-draftaction",
242
241
  InstantiatesCanonicalReference: "SearchParameter/dotbase-searchparameter-instantiatescanonicalreference",
243
242
  ListPartOf: "SearchParameter/dotbase-searchparameter-listpartof",
244
243
  ListSectionId: "SearchParameter/dotbase-searchparameter-listsectionid",
package/url.d.ts CHANGED
@@ -233,7 +233,6 @@ declare const _default: {
233
233
  DeviceLabelSet: string;
234
234
  CreationDatetime: string;
235
235
  DefinitionCanonicalReference: string;
236
- DraftAction: string;
237
236
  InstantiatesCanonicalReference: string;
238
237
  ListPartOf: string;
239
238
  ListSectionId: string;
package/url.js CHANGED
@@ -235,7 +235,6 @@ exports["default"] = {
235
235
  DeviceLabelSet: "https://dotbase.org/fhir/SearchParameter/device-label-set",
236
236
  CreationDatetime: "https://dotbase.org/fhir/SearchParameter/creation-datetime",
237
237
  DefinitionCanonicalReference: "https://dotbase.org/fhir/SearchParameter/definition-canonical-reference",
238
- DraftAction: "https://dotbase.org/fhir/SearchParameter/draft-action",
239
238
  InstantiatesCanonicalReference: "https://dotbase.org/fhir/SearchParameter/instantiates-canonical-reference",
240
239
  ListPartOf: "https://dotbase.org/fhir/SearchParameter/list-part-of",
241
240
  ListSectionId: "https://dotbase.org/fhir/SearchParameter/list-section-id",