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

FHIR IG analytics

Packagedk.ehmi.eas
Resource TypeOperationDefinition
IdOperationDefinition-GetReceivingOrganizationByPatientId.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-ehmi-eas/OperationDefinition-GetReceivingOrganizationByPatientId.html
URLhttp://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByPatientId
Version2.0.0
Statusactive
Date2026-01-09T09:31:41+00:00
NameGetReceivingOrganizationByPatientId
Realmdk
DescriptionLook up messaging organizations and referenced endpoints based on patient id (CPR) 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-GetReceivingOrganizationByPatientId-Request.html">EX-GetReceivingOrganizationByPatientId-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 GetReceivingOrganizationByPatientId

URL: [base]/Organization/$getReceivingOrganizationByPatientId

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INeasCorePatient1..1Patient

EAS core patient with CPR identifier

INmessageType0..*string

Message types


Source1

{
  "resourceType": "OperationDefinition",
  "id": "GetReceivingOrganizationByPatientId",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByPatientId",
  "version": "2.0.0",
  "name": "GetReceivingOrganizationByPatientId",
  "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 patient id (CPR) 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-GetReceivingOrganizationByPatientId-Request.html\">EX-GetReceivingOrganizationByPatientId-Request</a>",
  "affectsState": false,
  "code": "getReceivingOrganizationByPatientId",
  "resource": [
    "Organization"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "easCorePatient",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "EAS core patient with CPR identifier",
      "type": "Patient"
    },
    {
      "name": "messageType",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Message types",
      "type": "string"
    }
  ]
}