API for demographic and clinical data within EMIS Web.
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"properties": {
"http": {
"description": "http connection settings",
"type": "object",
"properties": {
"direct": {
"description": "Connect directly to host",
"type": "boolean"
},
"baseUrl": {
"description": "Base url for requests",
"type": "string"
},
"requestSource": {
"description": "Request source for audit purposes",
"type": "string"
}
},
"required": [
"direct",
"baseUrl",
"requestSource"
]
},
"cache": {
"description": "cache configuration",
"type": "object",
"properties": {
"patientTtlSeconds": {
"description": "Time to cache patient record",
"type": "integer"
}
},
"required": []
}
},
"required": [
"http"
]
}
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"properties": {
"organisation": {
"description": "EMIS CDB (customer database) number",
"type": "string"
},
"user": {
"description": "EMIS Web username",
"type": "string"
},
"pass": {
"description": "EMIS Web password",
"type": "string"
}
},
"required": [
"user",
"pass"
]
}
Property | Value |
---|---|
Model | @blackpear/quickfhir-aws-adapter-emisweb |
Available Versions | 1.0.2, 1.1.2, 1.4.3, 1.5.5, 1.9.2 |
Manufacturer | Black Pear Software Limited |
Router | aws-fhirworks-v1 |