This page is part of the FUT Infrastructure (v3.5.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2025-04-29 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="Organization-i-get-general-practitioner-info"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition Organization-i-get-general-practitioner-info</b></p><a name="Organization-i-get-general-practitioner-info"> </a><a name="hcOrganization-i-get-general-practitioner-info"> </a><a name="Organization-i-get-general-practitioner-info-da-DK"> </a><p>URL: [base]/$get-general-practitioner-info</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>organization</td><td/><td>1..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Reference to Organization.
The provider number needs to be stated in the input reference with Reference.identifier.system: urn:oid:1.2.208.176.1.4 and Reference.identifier.value set to the provider number.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/organization.html">Organization</a></td><td/><td/></tr></table></div>
</text>
<url
value="https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-get-general-practitioner-info"/>
<version value="3.5.1"/>
<name value="get-general-practitioner-info"/>
<title
value="Get organization information for a healthcare provider with provider number"/>
<status value="active"/>
<kind value="operation"/>
<date value="2025-04-29T12:22:27+00:00"/>
<publisher
value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<contact>
<name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<telecom>
<system value="url"/>
<value value="http://ehealth.sundhed.dk"/>
</telecom>
</contact>
<description
value="The operation resolves the input organization(s) to the shared organization for the one or more organizations that have the given provider number. The Organization returned depends on how many active Organization exist in the service with that provider number. When a single Organization has the provider number that Organization is returned. When multiple Organization resources have the same provider number, the shared parent Organization is returned. An OperationOutcome with an explicit error is returned in case multiple organizations share the provider number but do not have a shared parent, or in case input organizations have different provider numbers.
A typical use of the operation is to get name, address and telecom details for a general practitioner. Many provider numbers are assigned to a single organization but some provider numbers are shared by multiple entities (organizations) within in a common practice."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DK"/>
<display value="Denmark"/>
</coding>
</jurisdiction>
<affectsState value="false"/>
<code value="get-general-practitioner-info"/>
<resource value="Organization"/>
<system value="true"/>
<type value="false"/>
<instance value="false"/>
<parameter>
<name value="organization"/>
<use value="in"/>
<min value="1"/>
<max value="*"/>
<documentation
value="Reference to Organization.
The provider number needs to be stated in the input reference with Reference.identifier.system: urn:oid:1.2.208.176.1.4 and Reference.identifier.value set to the provider number."/>
<type value="Reference"/>
</parameter>
<parameter>
<name value="return"/>
<use value="out"/>
<min value="0"/>
<max value="1"/>
<type value="Organization"/>
</parameter>
</OperationDefinition>