gcp-nrces-fhir
Advanced tools
Comparing version 8.7.13 to 8.7.14
@@ -31,3 +31,3 @@ import { credentials, databasePath } from "./config/index"; | ||
import { LOCATION, Location, bedOPertaionalStatusArray, BedOPertaionalStatus, locationFormTypesArray, locationFormTypes } from "./resources/Location"; | ||
import { ServiceRequest, SERVICE_REQUEST } from "./resources/ServiceRequest"; | ||
import { ServiceRequest, SERVICE_REQUEST, serviceRequestCategoryArray } from "./resources/ServiceRequest"; | ||
import { SCHEDULE, Schedule } from "./resources/Schedule"; | ||
@@ -82,3 +82,3 @@ import { SLOT, Slot } from "./resources/Slot"; | ||
export { MEDICATION_REQUEST, MedicatioRequestIntentArray, MedicatioRequestStatusArray, MedicationRequest, }; | ||
export { ServiceRequest, SERVICE_REQUEST }; | ||
export { ServiceRequest, SERVICE_REQUEST, serviceRequestCategoryArray }; | ||
export { SCHEDULE, Schedule }; | ||
@@ -85,0 +85,0 @@ export { SLOT, Slot }; |
@@ -6,4 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DischargeSummaryBundle = exports.OPConsultationBundle = exports.DiagnsoticReportBundle = exports.PrescriptionBundle = exports.Slot = exports.Schedule = exports.ServiceRequest = exports.MedicationRequest = exports.MedicatioRequestStatusArray = exports.MedicatioRequestIntentArray = exports.MedicationStatementStatusArray = exports.MedicationStatement = exports.documentStatusArrey = exports.documentDocStatusArrey = exports.DocumentReference = exports.DiagnosticReportComp = exports.DischargeSUmmery = exports.OPConsultRecord = exports.HealthDocumentRecord = exports.PrescriptionRecord = exports.emptySign = exports.Composition = exports.DocumentBundle = exports.AppointmentActorStatusArray = exports.AppointmentStatusArray = exports.Appointment = exports.AllergyIntolerance = exports.verificationStatusArray = exports.allergyStatusArray = exports.Procedure = exports.Condition = exports.EncounterClassArray = exports.EncounterStatusArray = exports.EncounterHospitalizationDischargeDispositionArray = exports.EncounterResource = exports.Encounter = exports.CoverageEligibiltyResponse = exports.PractitionerRole = exports.Practitioner = exports.PractitionerResource = exports.Organization = exports.OrganizationResource = exports.RelatedPerson = exports.Patient = exports.PatientResource = exports.htmlToText = exports.ResourceFactory = exports.resourceTypeArray = exports.GcpFhirSearch = exports.GcpFhirCRUD = void 0; | ||
exports.CommunicationRequest = exports.ClaimResponse = exports.Communication = exports.ClaimRequestBundle = exports.Claim = exports.HealthDocumentBundle = exports.locationFormTypesArray = exports.bedOPertaionalStatusArray = exports.Location = exports.CreatePdf = exports.ImmunizationRecommendation = exports.Immunization = exports.CoverageEligibilityRequestBundle = exports.CoverageEligibilityRequest = exports.Coverage = exports.LOINC_SCALE = exports.Observation = exports.Media = exports.DiagnosticReport = exports.Specimen = void 0; | ||
exports.OPConsultationBundle = exports.DiagnsoticReportBundle = exports.PrescriptionBundle = exports.Slot = exports.Schedule = exports.serviceRequestCategoryArray = exports.ServiceRequest = exports.MedicationRequest = exports.MedicatioRequestStatusArray = exports.MedicatioRequestIntentArray = exports.MedicationStatementStatusArray = exports.MedicationStatement = exports.documentStatusArrey = exports.documentDocStatusArrey = exports.DocumentReference = exports.DiagnosticReportComp = exports.DischargeSUmmery = exports.OPConsultRecord = exports.HealthDocumentRecord = exports.PrescriptionRecord = exports.emptySign = exports.Composition = exports.DocumentBundle = exports.AppointmentActorStatusArray = exports.AppointmentStatusArray = exports.Appointment = exports.AllergyIntolerance = exports.verificationStatusArray = exports.allergyStatusArray = exports.Procedure = exports.Condition = exports.EncounterClassArray = exports.EncounterStatusArray = exports.EncounterHospitalizationDischargeDispositionArray = exports.EncounterResource = exports.Encounter = exports.CoverageEligibiltyResponse = exports.PractitionerRole = exports.Practitioner = exports.PractitionerResource = exports.Organization = exports.OrganizationResource = exports.RelatedPerson = exports.Patient = exports.PatientResource = exports.htmlToText = exports.ResourceFactory = exports.resourceTypeArray = exports.GcpFhirSearch = exports.GcpFhirCRUD = void 0; | ||
exports.CommunicationRequest = exports.ClaimResponse = exports.Communication = exports.ClaimRequestBundle = exports.Claim = exports.HealthDocumentBundle = exports.locationFormTypesArray = exports.bedOPertaionalStatusArray = exports.Location = exports.CreatePdf = exports.ImmunizationRecommendation = exports.Immunization = exports.CoverageEligibilityRequestBundle = exports.CoverageEligibilityRequest = exports.Coverage = exports.LOINC_SCALE = exports.Observation = exports.Media = exports.DiagnosticReport = exports.Specimen = exports.DischargeSummaryBundle = void 0; | ||
const html_to_text_1 = require("html-to-text"); | ||
@@ -82,2 +82,3 @@ Object.defineProperty(exports, "htmlToText", { enumerable: true, get: function () { return html_to_text_1.htmlToText; } }); | ||
Object.defineProperty(exports, "ServiceRequest", { enumerable: true, get: function () { return ServiceRequest_1.ServiceRequest; } }); | ||
Object.defineProperty(exports, "serviceRequestCategoryArray", { enumerable: true, get: function () { return ServiceRequest_1.serviceRequestCategoryArray; } }); | ||
const Schedule_1 = require("./resources/Schedule"); | ||
@@ -84,0 +85,0 @@ Object.defineProperty(exports, "Schedule", { enumerable: true, get: function () { return Schedule_1.Schedule; } }); |
@@ -15,3 +15,3 @@ import { CodeDisplay, EXTENSION } from "../config"; | ||
} | ||
declare const serviceRequestCategory: readonly [{ | ||
export declare const serviceRequestCategoryArray: readonly [{ | ||
readonly code: "108252007"; | ||
@@ -32,3 +32,3 @@ readonly display: "Laboratory procedure"; | ||
}]; | ||
export declare type ServceRequestCategory = (typeof serviceRequestCategory)[number]; | ||
export declare type ServceRequestCategory = (typeof serviceRequestCategoryArray)[number]; | ||
declare const serviceRequestPriority: readonly ["routine", "urgent", "asap", "stat"]; | ||
@@ -35,0 +35,0 @@ export declare type ServiceRequestPriority = (typeof serviceRequestPriority)[number]; |
@@ -15,3 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ServiceRequest = void 0; | ||
exports.ServiceRequest = exports.serviceRequestCategoryArray = void 0; | ||
const ResourceMai_1 = __importDefault(require("./ResourceMai")); | ||
@@ -38,3 +38,3 @@ const ServiceRequestStatusArray = [ | ||
]; | ||
const serviceRequestCategory = [ | ||
exports.serviceRequestCategoryArray = [ | ||
{ code: "108252007", display: "Laboratory procedure" }, | ||
@@ -57,3 +57,3 @@ { code: "363679005", display: "Imaging" }, | ||
this.category = () => { | ||
return serviceRequestCategory.map((el) => el); | ||
return exports.serviceRequestCategoryArray.map((el) => el); | ||
}; | ||
@@ -60,0 +60,0 @@ this.priority = () => { |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.7.13", | ||
"version": "8.7.14", | ||
"description": "Google cloud healthcare api NRCES FHIR implimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2475007
25530