{
"description": "Returns a list of commonly selected type codes in HVOServices based on a given HVOBusiness category code. In a user interface this list of codes should be placed at the top the selectable service codes from the larger valueset. The list of suggestions contains only codes that are in the current version of the valueset hvo-offerings-services.",
"_filename": "OperationDefinition-GetSuggestedServices.json",
"package_name": "se.electronichealth.fhir.hvo.r5",
"date": null,
"system": false,
"publisher": null,
"instance": false,
"name": "GetSuggestedServices",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "0.1.3-alpha",
"status": "active",
"id": "b4f7680a-436d-4aea-84ad-1eb723cebe79",
"resource": [ "HealthcareService" ],
"affectsState": false,
"kind": "operation",
"comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$get-suggested-services?business-category=urn:oid:1.2.752.129.2.2.1.3|1123",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices",
"code": "get-suggested-services",
"version": "1.0.0",
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "business-category",
"type": "string",
"searchType": "token",
"documentation": "Category code of HVOBusiness, in the format \"codesystem|code\""
}, {
"max": "*",
"min": 0,
"use": "out",
"name": "service-type",
"type": "Coding",
"documentation": "A service type Coding with system and code"
} ]
}