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

FHIR IG analytics

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

URL: [base]/Organization/$getListOfGpByPostalCode

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpostalCode0..*string

Postal codes


Source1

{
  "resourceType": "OperationDefinition",
  "id": "GetListOfGpByPostalCode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/eas/OperationDefinition/GetListOfGpByPostalCode",
  "version": "2.0.0",
  "name": "GetListOfGpByPostalCode",
  "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 postal codes.\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-GetListOfGpByPostalCode-Request.html\">EX-GetListOfGpByPostalCode-Request</a>",
  "affectsState": false,
  "code": "getListOfGpByPostalCode",
  "resource": [
    "Organization"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "postalCode",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Postal codes",
      "type": "string"
    }
  ]
}