gcp-nrces-fhir
Advanced tools
Comparing version 8.7.75 to 8.7.76
@@ -1,2 +0,2 @@ | ||
import { CODEABLE_CONCEPT } from "../config"; | ||
import { CODEABLE_CONCEPT, IDENTTIFIER } from "../config"; | ||
import { ResourceMaster } from "../Interfaces"; | ||
@@ -16,27 +16,7 @@ import ResourceMain from "./ResourceMai"; | ||
type: CODEABLE_CONCEPT; | ||
identifier?: IDENTTIFIER[]; | ||
} | ||
export declare class Specimen extends ResourceMain implements ResourceMaster { | ||
toHtml(): Promise<string>; | ||
getFHIR(options: SPECIMEN): { | ||
resourceType: string; | ||
id: string | undefined; | ||
meta: { | ||
profile: string[]; | ||
}; | ||
text: { | ||
status: string; | ||
div: string | undefined; | ||
}; | ||
type: CODEABLE_CONCEPT; | ||
subject: { | ||
reference: string; | ||
}; | ||
receivedTime: string; | ||
collection: { | ||
collectedDateTime: string; | ||
}; | ||
request: false | { | ||
reference: string; | ||
}[]; | ||
}; | ||
getFHIR(options: SPECIMEN): any; | ||
convertFhirToObject(options: any): SPECIMEN; | ||
@@ -43,0 +23,0 @@ statusArray?: Function | undefined; |
@@ -42,2 +42,5 @@ "use strict"; | ||
}; | ||
if (options.identifier) { | ||
body.identifier = options.identifier; | ||
} | ||
return body; | ||
@@ -59,2 +62,5 @@ } | ||
}; | ||
if (options.identifier) { | ||
ret.identifier = options.identifier; | ||
} | ||
return ret; | ||
@@ -61,0 +67,0 @@ } |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.7.75", | ||
"version": "8.7.76", | ||
"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
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
2525159
26186