Search for patient information held within Black Pear Core Care Plans
API documentation and examples
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"required": [
"http"
],
"additionalProperties": false,
"properties": {
"http": {
"description": "Http config for document endpoint (pyrusCloud)",
"type": "object",
"required": [
"baseUrl",
"requestSource",
"auth"
],
"additionalProperties": false,
"properties": {
"baseUrl": {
"description": "Document endpoint url",
"type": "string",
"pattern": "^.+$"
},
"requestSource": {
"description": "Identifier sent in document endpoint header",
"type": "string"
},
"auth": {
"description": "Basic auth parameters for document endpoint",
"type": "object",
"required": [
"user",
"pass"
],
"additionalProperties": false,
"properties": {
"user": {
"description": "Username",
"type": "string",
"pattern": "^.+$"
},
"pass": {
"description": "Password",
"type": "string",
"pattern": "^.+$"
}
}
}
}
}
}
}
{}
Property | Value |
---|---|
Model | @blackpear/quickfhir-aws-adapter-careplan-summary |
Available Versions | 1.0.6, 1.0.7 |
Manufacturer | Black Pear Software Limited |
Router | aws-fhirworks-v1 |