HL7 Norway FHIR DSTU-2 implementation guide

OperationDefinition 'Find Rekvirent by Name'

Format URLhttp://hl7.no/fhir/OperationDefinition/rekvirentbyname
Version0.1
Published byHL7 Norge
StatusDraft (since 2015-06-02)

This named query searches through Practitioner, Organization and HealthcareService and returns a search result with combinations of matches from all three resource types. Logically, the query combines the outcome of three separate searches using the existing search name parameters for Practitioner.name, Organization.name and HealthcareService.name into a single search result.

Invocations

URL: [base]/?_query=rekvirentbyname

This operation is indepodent

This operarion is a NamedQuery

Parameters (In)

NameCardinalityTypeStructureDefinitionDocumentation
name1..1string

The name as matched by Pracitioner.name, Organization.name or HealthcareService.name

Return Values (Out)

NameCardinalityTypeStructureDefinitionDocumentation
return1..1Bundle

A Bundle with zero or more Practitioner, Organization or HealthcareService resources

Since this operation has only one return value named return, the server may return a body with just a Bundle instead of a Parameters resource.