@nsshunt/stsfhirclient 1.1.1 → 1.1.3
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
package/types/index.d.ts
CHANGED
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FhirPrimitive } from './fhir-ts';
|
|
2
|
+
export type FhirBase64Binary = FhirPrimitive<string>;
|
|
3
|
+
export type FhirBoolean = FhirPrimitive<boolean>;
|
|
4
|
+
export type FhirCanonical = FhirPrimitive<string>;
|
|
5
|
+
export type FhirCode = FhirPrimitive<string>;
|
|
6
|
+
export type FhirDate = FhirPrimitive<string>;
|
|
7
|
+
export type FhirDateTime = FhirPrimitive<string>;
|
|
8
|
+
export type FhirDecimal = FhirPrimitive<number>;
|
|
9
|
+
export type FhirId = FhirPrimitive<string>;
|
|
10
|
+
export type FhirInstant = FhirPrimitive<string>;
|
|
11
|
+
export type FhirInteger = FhirPrimitive<number>;
|
|
12
|
+
export type FhirInteger64 = FhirPrimitive<string>;
|
|
13
|
+
export type FhirMarkdown = FhirPrimitive<string>;
|
|
14
|
+
export type FhirOid = FhirPrimitive<string>;
|
|
15
|
+
export type FhirPositiveInt = FhirPrimitive<number>;
|
|
16
|
+
export type FhirString = FhirPrimitive<string>;
|
|
17
|
+
export type FhirTime = FhirPrimitive<string>;
|
|
18
|
+
export type FhirUnsignedInt = FhirPrimitive<number>;
|
|
19
|
+
export type FhirUri = FhirPrimitive<string>;
|
|
20
|
+
export type FhirUrl = FhirPrimitive<string>;
|
|
21
|
+
export type FhirUuid = FhirPrimitive<string>;
|
|
22
|
+
export type FhirXhtml = FhirPrimitive<string>;
|
|
23
|
+
//# sourceMappingURL=primitiveTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"primitiveTypes.d.ts","sourceRoot":"","sources":["../src/primitiveTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;AACjD,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAClD,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AACjD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAChD,MAAM,MAAM,MAAM,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAChD,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AACjD,MAAM,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC5C,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AACpD,MAAM,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC/C,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AACpD,MAAM,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC5C,MAAM,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC5C,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC"}
|