FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationDefinition
IdOperationDefinition-GetSuggestedServices.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices
URLhttp://electronichealth.se/fhir/hvo/OperationDefinition/GetSuggestedServices
Version1.0.0
Statusactive
NameGetSuggestedServices
Realmse
DescriptionReturns 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.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}