@ovok/core 0.3.17 → 0.3.18
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/README.md
CHANGED
|
@@ -34,11 +34,15 @@ pnpm add @ovok/core
|
|
|
34
34
|
import { OvokClient } from "@ovok/core";
|
|
35
35
|
|
|
36
36
|
const client = new OvokClient({
|
|
37
|
-
|
|
37
|
+
baseUrl: "https://api.development.ovok.com",
|
|
38
|
+
fhirUrlPath: "/fhir/R4/",
|
|
38
39
|
// configuration
|
|
39
40
|
});
|
|
40
41
|
```
|
|
41
42
|
|
|
43
|
+
`baseUrl` is the Ovok API origin. `fhirUrlPath` selects the FHIR version path for
|
|
44
|
+
the inherited Medplum client; `apiUrl` is not a supported client option.
|
|
45
|
+
|
|
42
46
|
## Documentation
|
|
43
47
|
|
|
44
48
|
Full documentation and examples available at **[sdk.ovok.com](https://sdk.ovok.com/)**
|
|
@@ -48,7 +48,7 @@ exports.OVOK_CORE_REQUIREMENTS = {
|
|
|
48
48
|
description: "The FHIR surface a server must provide for the @ovok/core client library's own methods to function.",
|
|
49
49
|
software: {
|
|
50
50
|
name: "@ovok/core",
|
|
51
|
-
version: "0.3.
|
|
51
|
+
version: "0.3.18",
|
|
52
52
|
},
|
|
53
53
|
fhirVersion: "4.0.1",
|
|
54
54
|
format: ["json"],
|