A very simple endpoint to explore QuickFHIR setup. Supports read:Location where id='whereami'. The Location resource has a name populated from the Adapter configuration.
API documentation and examples
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"properties": {
"name": {
"description": "Default FHIR Location.name (Name of the location as used by humans)",
"type": "string"
}
},
"required": [
"name"
]
}
{}
Property | Value |
---|---|
Model | @blackpear/quickfhir-aws-adapter-whereami |
Available Versions | 1.0.2, 1.0.3, 1.0.11, 1.0.12 |
Manufacturer | Black Pear Software Limited |
Router | aws-fhirworks-v1 |