FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetSuggestedServices.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices |
| Version | 1.0.0 |
| Status | active |
| Name | GetSuggestedServices |
| Realm | se |
| 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. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetSuggestedServices",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices",
"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.",
"resource": [
"HealthcareService"
],
"parameter": [
{
"name": "business-category",
"documentation": "Category code of HVOBusiness, in the format \"codesystem|code\"",
"use": "in",
"min": 1,
"max": "1",
"type": "string",
"searchType": "token"
},
{
"name": "service-type",
"documentation": "A service type Coding with system and code",
"use": "out",
"min": 0,
"max": "*",
"type": "Coding"
}
],
"status": "active",
"version": "1.0.0",
"kind": "operation",
"affectsState": false,
"system": false,
"type": true,
"instance": false,
"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",
"code": "get-suggested-services",
"name": "GetSuggestedServices"
}