FHIR IG analytics| Package | dk.ehmi.eas |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetListOfGpByPostalCode.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/medcomdk/dk-ehmi-eas/OperationDefinition-GetListOfGpByPostalCode.html |
| URL | http://medcomehmi.dk/ig/eas/OperationDefinition/GetListOfGpByPostalCode |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-01-09T09:31:41+00:00 |
| Name | GetListOfGpByPostalCode |
| Realm | dk |
| Description | Look 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) |
| Purpose | Example request: <a href="Parameters-EX-GetListOfGpByPostalCode-Request.html">EX-GetListOfGpByPostalCode-Request</a> |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition GetListOfGpByPostalCode
URL: [base]/Organization/$getListOfGpByPostalCode
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | postalCode | 0..* | string | Postal codes |
{
"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"
}
]
}