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

FHIR IG analytics

Packagedk.ehmi.eas
Resource TypeOperationDefinition
IdOperationDefinition-GetReceivingOrganizationByGPId.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-ehmi-eas/OperationDefinition-GetReceivingOrganizationByGPId.html
URLhttp://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByGPId
Version2.0.0
Statusactive
Date2026-01-09T09:31:41+00:00
NameGetReceivingOrganizationByGPId
Realmdk
DescriptionLook up messaging organizations and referenced endpoints based on general practitioner id (ydernr) and message types. Response resources will be returned in a Bundle.<br/> Organizations conform to [EAS Messaging Organization](StructureDefinition-eas-messaging-organization.html)<br/> Endpoints conform to [EAS Endpoint - General](StructureDefinition-eas-endpoint.html)
PurposeExample request: <a href="Parameters-EX-GetReceivingOrganizationByGPId-Request.html">EX-GetReceivingOrganizationByGPId-Request</a>
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition GetReceivingOrganizationByGPId

URL: [base]/Organization/$getReceivingOrganizationByGPId

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INgpId1..1string

General practitioner id (ydernr)

INmessageType0..*string

Message types


Source1

{
  "resourceType": "OperationDefinition",
  "id": "GetReceivingOrganizationByGPId",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByGPId",
  "version": "2.0.0",
  "name": "GetReceivingOrganizationByGPId",
  "status": "active",
  "kind": "operation",
  "date": "2026-01-09T09:31:41+00:00",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "Look up messaging organizations and referenced endpoints based on general practitioner id (ydernr) and message types.\nResponse resources will be returned in a Bundle.<br/>\nOrganizations conform to [EAS Messaging Organization](StructureDefinition-eas-messaging-organization.html)<br/>\nEndpoints conform to [EAS Endpoint - General](StructureDefinition-eas-endpoint.html)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "purpose": "Example request: <a href=\"Parameters-EX-GetReceivingOrganizationByGPId-Request.html\">EX-GetReceivingOrganizationByGPId-Request</a>",
  "affectsState": false,
  "code": "getReceivingOrganizationByGPId",
  "resource": [
    "Organization"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "gpId",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "General practitioner id (ydernr)",
      "type": "string"
    },
    {
      "name": "messageType",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Message types",
      "type": "string"
    }
  ]
}