@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "healthcareService-provider-find"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: OperationDefinition healthcareService-provider-find

URL: [base]/HealthcareService/$findHSP

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INhealthcareService-reference0..1Reference (HL7® AT Scheduling HealthcareService Profile)

The full HealthcareService resource can be provided for this operation. The HealthcareService SHALL be active (HealthcareService.active=true).

\n
INhealthcareService-category0..1string
(token)

The code of the category of the healthcare service. Each parameter value SHALL contain both the system property and the code property for a code using the general syntax healthcareService-category=[system]|[code]. See the examples below for how this is implemented.

\n
INhealthcareService-type0..1string
(token)

The code of the type of the healthcare service. Each parameter value SHALL contain both the system property and the code property for a code using the general syntax healthcareService-type=[system]|[code]. See the examples below for how this is implemented.

\n
INhealthcareService-specialty0..1string
(token)

The code of the specialty of the healthcare service. Each parameter value SHALL contain both the system property and the code property for a code using the general syntax healthcareService-specialty=[system]|[code]. See the examples below for how this is implemented.

\n
INhealthcareService-location0..*Reference (Location)

The (physical) location where a healthcare service should be provided can be used as a search parameter.

\n
INhealthcareService-zipCodeArea0..*string
(string)

The aera in which a healthcare service should be offered can be provided as search parameter. For that purpose the zip code(s) shall be used.

\n
INhealthcareService-availability0..*Availability

The desired availabilities for the healthcare service.

\n
OUTresult1..1Bundle

The response will be a Bundle consisting of the HealthcareService resource and a list of healthcare service providers (Organization, Practitioner, PractitionerRole) that offer the requested service and an OperationOutcome with errors, warnings or information as a result of processing the operation.

\n
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/OperationDefinition/healthcareService-provider-find"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.2.0"] ; # fhir:name [ fhir:v "Find_HealthcareService_Provider"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2025-11-18T18:41:09+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7® Austria, TC FHIR®"] ; # fhir:description [ fhir:v "A query operation that allows to search for healthcare service providers that offer a specific healthcare service. The general information about the HealthcareService identification itself is already available in advance, either as resource or via codes. "] ; # fhir:affectsState [ fhir:v false] ; # fhir:code [ fhir:v "findHSP"] ; # fhir:resource ( [ fhir:v "HealthcareService"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v true] ; # fhir:instance [ fhir:v false] ; # fhir:parameter ( [ fhir:name [ fhir:v "healthcareService-reference" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The full HealthcareService resource can be provided for this operation. The HealthcareService SHALL be active (HealthcareService.active=true). " ] ; fhir:type [ fhir:v "Reference" ] ; fhir:targetProfile ( [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-healthcareservice"^^xsd:anyURI ; fhir:l ] ) ] [ fhir:name [ fhir:v "healthcareService-category" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The code of the category of the healthcare service. Each parameter value SHALL contain *both* the system property and the code property for a code using the general syntax `healthcareService-category=[system]|[code]`. See the examples below for how this is implemented." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ fhir:name [ fhir:v "healthcareService-type" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The code of the type of the healthcare service. Each parameter value SHALL contain *both* the system property and the code property for a code using the general syntax `healthcareService-type=[system]|[code]`. See the examples below for how this is implemented." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ fhir:name [ fhir:v "healthcareService-specialty" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The code of the specialty of the healthcare service. Each parameter value SHALL contain *both* the system property and the code property for a code using the general syntax `healthcareService-specialty=[system]|[code]`. See the examples below for how this is implemented." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ fhir:name [ fhir:v "healthcareService-location" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "The (physical) location where a healthcare service should be provided can be used as a search parameter." ] ; fhir:type [ fhir:v "Reference" ] ; fhir:targetProfile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/Location"^^xsd:anyURI ; fhir:l ] ) ] [ fhir:name [ fhir:v "healthcareService-zipCodeArea" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "The aera in which a healthcare service should be offered can be provided as search parameter. For that purpose the zip code(s) shall be used." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "string" ] ] [ fhir:name [ fhir:v "healthcareService-availability" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "The desired availabilities for the healthcare service. " ] ; fhir:type [ fhir:v "Availability" ] ] [ fhir:name [ fhir:v "result" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The response will be a Bundle consisting of the HealthcareService resource and a list of healthcare service providers (Organization, Practitioner, PractitionerRole) that offer the requested service and an OperationOutcome with errors, warnings or information as a result of processing the operation." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------