Skip to content

Commit

Permalink
Fix fhir validator package
Browse files Browse the repository at this point in the history
Ref: #7
  • Loading branch information
projkov committed Sep 6, 2024
1 parent 90b589f commit 4995462
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ RUN mkdir -p /app/src

WORKDIR /app

COPY package.json yarn.lock ./
COPY . .

RUN yarn install

COPY . .

EXPOSE 8080
EXPOSE 8080
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.20",
"@beda.software/fhir-validator": "./"
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/suites/1.0.0-ballot/Patient/patients.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
getRequestsWithUnavailableComboSearchParams,
getRequestsWithUnavailableSearchParams,
} from '../../../utils/clientTestingHelpers';
import { isResourceValid } from '@beda.software/fhir-validator';
import { Request } from '../../../modules/requests/request.entity';
import { isResourceValid } from '@beda.software/fhir-validator';

// function patientRequestsOnlyAvailableInteractionsExists(requests: Request[]): boolean {
// const availableInteractions = ['READ', 'SEARCH', 'CREATE', 'UPDATE'];
Expand Down
23 changes: 0 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,29 +305,6 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@beda.software/fhir-validator@./":
version "0.0.1"
dependencies:
"@beda.software/fhir-validator" "./"
"@medplum/core" "^3.2.4"
"@nestjs/common" "^10.0.0"
"@nestjs/config" "^3.2.3"
"@nestjs/core" "^10.0.0"
"@nestjs/platform-express" "^10.0.0"
"@nestjs/swagger" "^7.4.0"
"@nestjs/typeorm" "^10.0.2"
"@types/fhir" "^0.0.41"
axios "^1.7.4"
dotenv "^16.4.5"
flatted "^3.3.1"
http-proxy "^1.18.1"
http-proxy-middleware "^3.0.0"
pg "^8.12.0"
reflect-metadata "^0.2.2"
rxjs "^7.8.1"
swagger-ui-express "^5.0.1"
typeorm "^0.3.20"

"@colors/[email protected]":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
Expand Down

0 comments on commit 4995462

Please sign in to comment.