Socket
Socket
Sign inDemoInstall

@ltht-react/types

Package Overview
Dependencies
Maintainers
6
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/types - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.5](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/types@1.0.4...@ltht-react/types@1.0.5) (2021-07-14)
**Note:** Version bump only for package @ltht-react/types
## [1.0.4](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/types@1.0.3...@ltht-react/types@1.0.4) (2021-07-06)

@@ -8,0 +16,0 @@

90

lib/atoms/graphql-types.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FeatureInstance = exports.LaunchApp = exports.EntityType = exports.EntityAction = exports.DataProviderPermission = exports.DataSourceProfile = exports.ReasonForAccessCode = exports.ObservationStatusCode = exports.FlagStatusCode = exports.DocumentReferenceRelatesToCode = exports.DocumentReferenceDocStatusCode = exports.DocumentReferenceStatusCode = exports.EpisodeOfCareStatusCode = exports.CarePlanActivityDetailStatusCode = exports.CarePlanIntentCode = exports.CarePlanStatusCode = exports.EncounterLocationStatusCode = exports.EncounterStatusCode = exports.AllergyIntoleranceReactionSeverityCode = exports.AllergyIntoleranceCriticalityCode = exports.AllergyIntoleranceCategoryCode = exports.AllergyIntoleranceTypeCode = exports.AllergyIntoleranceVerificationStatusCode = exports.AllergyIntoleranceClinicalStatusCode = exports.TakenCode = exports.MedicationStatusCode = exports.TaskStatusCode = exports.PriorityCode = exports.IntentCode = exports.PatientLinkTypeCode = exports.AddressTypeCode = exports.AddressUseCode = exports.AdministrativeGenderCode = exports.ContactPointUseCode = exports.ContactPointSystemCode = exports.HumanNameUseCode = exports.GuidanceStatusCode = exports.SortOptionType = exports.ConditionAdmissionPeriodType = exports.ConditionVerificationStatus = exports.ConditionClinicalStatus = exports.IdentifierUseCode = exports.QuantityComparatorCode = exports.NarrativeStatusCode = exports.PartialDateTimeKindCode = void 0;
exports.FeatureInstance = exports.LaunchApp = exports.EntityType = exports.EntityAction = exports.DataProviderPermission = exports.DataSourceProfile = exports.ReasonForAccessCode = exports.ObservationStatusCode = exports.FlagStatusCode = exports.DocumentReferenceRelatesToCode = exports.DocumentReferenceDocStatusCode = exports.DocumentReferenceStatusCode = exports.EpisodeOfCareStatusCode = exports.CarePlanActivityDetailStatusCode = exports.CarePlanIntentCode = exports.CarePlanStatusCode = exports.EncounterLocationStatusCode = exports.EncounterStatusCode = exports.TakenCode = exports.MedicationStatusCode = exports.TaskStatusCode = exports.PriorityCode = exports.IntentCode = exports.PatientLinkTypeCode = exports.AddressTypeCode = exports.AddressUseCode = exports.AdministrativeGenderCode = exports.ContactPointUseCode = exports.ContactPointSystemCode = exports.HumanNameUseCode = exports.GuidanceStatusCode = exports.SortOptionType = exports.ConditionAdmissionPeriodType = exports.ConditionVerificationStatus = exports.ConditionClinicalStatus = exports.AllergyIntoleranceReactionSeverityCode = exports.QuantityComparatorCode = exports.AllergyIntoleranceCriticalityCode = exports.AllergyIntoleranceCategoryCode = exports.AllergyIntoleranceTypeCode = exports.AllergyIntoleranceVerificationStatusCode = exports.AllergyIntoleranceClinicalStatusCode = exports.IdentifierUseCode = exports.NarrativeStatusCode = exports.PartialDateTimeKindCode = void 0;
var PartialDateTimeKindCode;

@@ -19,2 +19,40 @@ (function (PartialDateTimeKindCode) {

})(NarrativeStatusCode = exports.NarrativeStatusCode || (exports.NarrativeStatusCode = {}));
var IdentifierUseCode;
(function (IdentifierUseCode) {
IdentifierUseCode["Usual"] = "USUAL";
IdentifierUseCode["Official"] = "OFFICIAL";
IdentifierUseCode["Temp"] = "TEMP";
IdentifierUseCode["Secondary"] = "SECONDARY";
})(IdentifierUseCode = exports.IdentifierUseCode || (exports.IdentifierUseCode = {}));
var AllergyIntoleranceClinicalStatusCode;
(function (AllergyIntoleranceClinicalStatusCode) {
AllergyIntoleranceClinicalStatusCode["Active"] = "ACTIVE";
AllergyIntoleranceClinicalStatusCode["Inactive"] = "INACTIVE";
AllergyIntoleranceClinicalStatusCode["Resolved"] = "RESOLVED";
})(AllergyIntoleranceClinicalStatusCode = exports.AllergyIntoleranceClinicalStatusCode || (exports.AllergyIntoleranceClinicalStatusCode = {}));
var AllergyIntoleranceVerificationStatusCode;
(function (AllergyIntoleranceVerificationStatusCode) {
AllergyIntoleranceVerificationStatusCode["Unconfirmed"] = "UNCONFIRMED";
AllergyIntoleranceVerificationStatusCode["Confirmed"] = "CONFIRMED";
AllergyIntoleranceVerificationStatusCode["Refuted"] = "REFUTED";
AllergyIntoleranceVerificationStatusCode["EnteredInError"] = "ENTERED_IN_ERROR";
})(AllergyIntoleranceVerificationStatusCode = exports.AllergyIntoleranceVerificationStatusCode || (exports.AllergyIntoleranceVerificationStatusCode = {}));
var AllergyIntoleranceTypeCode;
(function (AllergyIntoleranceTypeCode) {
AllergyIntoleranceTypeCode["Allergy"] = "ALLERGY";
AllergyIntoleranceTypeCode["Intolerance"] = "INTOLERANCE";
})(AllergyIntoleranceTypeCode = exports.AllergyIntoleranceTypeCode || (exports.AllergyIntoleranceTypeCode = {}));
var AllergyIntoleranceCategoryCode;
(function (AllergyIntoleranceCategoryCode) {
AllergyIntoleranceCategoryCode["Food"] = "FOOD";
AllergyIntoleranceCategoryCode["Medication"] = "MEDICATION";
AllergyIntoleranceCategoryCode["Environment"] = "ENVIRONMENT";
AllergyIntoleranceCategoryCode["Biologic"] = "BIOLOGIC";
})(AllergyIntoleranceCategoryCode = exports.AllergyIntoleranceCategoryCode || (exports.AllergyIntoleranceCategoryCode = {}));
var AllergyIntoleranceCriticalityCode;
(function (AllergyIntoleranceCriticalityCode) {
AllergyIntoleranceCriticalityCode["Low"] = "LOW";
AllergyIntoleranceCriticalityCode["High"] = "HIGH";
AllergyIntoleranceCriticalityCode["UnableToAssess"] = "UNABLE_TO_ASSESS";
})(AllergyIntoleranceCriticalityCode = exports.AllergyIntoleranceCriticalityCode || (exports.AllergyIntoleranceCriticalityCode = {}));
var QuantityComparatorCode;

@@ -27,9 +65,8 @@ (function (QuantityComparatorCode) {

})(QuantityComparatorCode = exports.QuantityComparatorCode || (exports.QuantityComparatorCode = {}));
var IdentifierUseCode;
(function (IdentifierUseCode) {
IdentifierUseCode["Usual"] = "USUAL";
IdentifierUseCode["Official"] = "OFFICIAL";
IdentifierUseCode["Temp"] = "TEMP";
IdentifierUseCode["Secondary"] = "SECONDARY";
})(IdentifierUseCode = exports.IdentifierUseCode || (exports.IdentifierUseCode = {}));
var AllergyIntoleranceReactionSeverityCode;
(function (AllergyIntoleranceReactionSeverityCode) {
AllergyIntoleranceReactionSeverityCode["Mild"] = "MILD";
AllergyIntoleranceReactionSeverityCode["Moderate"] = "MODERATE";
AllergyIntoleranceReactionSeverityCode["Severe"] = "SEVERE";
})(AllergyIntoleranceReactionSeverityCode = exports.AllergyIntoleranceReactionSeverityCode || (exports.AllergyIntoleranceReactionSeverityCode = {}));
var ConditionClinicalStatus;

@@ -184,39 +221,2 @@ (function (ConditionClinicalStatus) {

})(TakenCode = exports.TakenCode || (exports.TakenCode = {}));
var AllergyIntoleranceClinicalStatusCode;
(function (AllergyIntoleranceClinicalStatusCode) {
AllergyIntoleranceClinicalStatusCode["Active"] = "ACTIVE";
AllergyIntoleranceClinicalStatusCode["Inactive"] = "INACTIVE";
AllergyIntoleranceClinicalStatusCode["Resolved"] = "RESOLVED";
})(AllergyIntoleranceClinicalStatusCode = exports.AllergyIntoleranceClinicalStatusCode || (exports.AllergyIntoleranceClinicalStatusCode = {}));
var AllergyIntoleranceVerificationStatusCode;
(function (AllergyIntoleranceVerificationStatusCode) {
AllergyIntoleranceVerificationStatusCode["Unconfirmed"] = "UNCONFIRMED";
AllergyIntoleranceVerificationStatusCode["Confirmed"] = "CONFIRMED";
AllergyIntoleranceVerificationStatusCode["Refuted"] = "REFUTED";
AllergyIntoleranceVerificationStatusCode["EnteredInError"] = "ENTERED_IN_ERROR";
})(AllergyIntoleranceVerificationStatusCode = exports.AllergyIntoleranceVerificationStatusCode || (exports.AllergyIntoleranceVerificationStatusCode = {}));
var AllergyIntoleranceTypeCode;
(function (AllergyIntoleranceTypeCode) {
AllergyIntoleranceTypeCode["Allergy"] = "ALLERGY";
AllergyIntoleranceTypeCode["Intolerance"] = "INTOLERANCE";
})(AllergyIntoleranceTypeCode = exports.AllergyIntoleranceTypeCode || (exports.AllergyIntoleranceTypeCode = {}));
var AllergyIntoleranceCategoryCode;
(function (AllergyIntoleranceCategoryCode) {
AllergyIntoleranceCategoryCode["Food"] = "FOOD";
AllergyIntoleranceCategoryCode["Medication"] = "MEDICATION";
AllergyIntoleranceCategoryCode["Environment"] = "ENVIRONMENT";
AllergyIntoleranceCategoryCode["Biologic"] = "BIOLOGIC";
})(AllergyIntoleranceCategoryCode = exports.AllergyIntoleranceCategoryCode || (exports.AllergyIntoleranceCategoryCode = {}));
var AllergyIntoleranceCriticalityCode;
(function (AllergyIntoleranceCriticalityCode) {
AllergyIntoleranceCriticalityCode["Low"] = "LOW";
AllergyIntoleranceCriticalityCode["High"] = "HIGH";
AllergyIntoleranceCriticalityCode["UnableToAssess"] = "UNABLE_TO_ASSESS";
})(AllergyIntoleranceCriticalityCode = exports.AllergyIntoleranceCriticalityCode || (exports.AllergyIntoleranceCriticalityCode = {}));
var AllergyIntoleranceReactionSeverityCode;
(function (AllergyIntoleranceReactionSeverityCode) {
AllergyIntoleranceReactionSeverityCode["Mild"] = "MILD";
AllergyIntoleranceReactionSeverityCode["Moderate"] = "MODERATE";
AllergyIntoleranceReactionSeverityCode["Severe"] = "SEVERE";
})(AllergyIntoleranceReactionSeverityCode = exports.AllergyIntoleranceReactionSeverityCode || (exports.AllergyIntoleranceReactionSeverityCode = {}));
var EncounterStatusCode;

@@ -223,0 +223,0 @@ (function (EncounterStatusCode) {

{
"name": "@ltht-react/types",
"version": "1.0.4",
"version": "1.0.5",
"description": "> TODO: description",

@@ -31,3 +31,3 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

},
"gitHead": "68a4c17e66c5fc795ddab862c00ef889f340d5b9"
"gitHead": "a99d00246977dbb9ad038895976b6b9f3be59d1b"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc