Options
- Type: string
conformance _profile - Type: array string[]
endpoints - Type: string
restapi _specs _version - Type: string
solution - Type: string
solution _version - Type: string
vendor
Examples
{
"solution": "openEHRSys",
"solution_version": "v1.0",
"vendor": "My-openEHR",
"restapi_specs_version": "1.1.0",
"conformance_profile": "STANDARD",
"endpoints": [
"/ehr",
"/demographic",
"/definition",
"/query",
"/admin"
]
}