This page is part of the FUT Infrastructure (v3.5.0: 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-23 |
{
"resourceType" : "OperationDefinition",
"id" : "Organization-i-get-general-practitioner-info",
"text" : {
"status" : "generated",
"div" : "<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.\nThe 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>\n</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>"
},
"url" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-get-general-practitioner-info",
"version" : "3.5.0",
"name" : "get-general-practitioner-info",
"title" : "Get organization information for a healthcare provider with provider number",
"status" : "active",
"kind" : "operation",
"date" : "2025-04-23T06:28:42+00:00",
"publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact" : [
{
"name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk"
}
]
}
],
"description" : "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. \nA 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" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"affectsState" : false,
"code" : "get-general-practitioner-info",
"resource" : [
"Organization"
],
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "organization",
"use" : "in",
"min" : 1,
"max" : "*",
"documentation" : "Reference to Organization. \nThe 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" : "Reference"
},
{
"name" : "return",
"use" : "out",
"min" : 0,
"max" : "1",
"type" : "Organization"
}
]
}