EHMI Addressing Service (EAS)
1.0.0 - release
EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eas/ and changes regularly. See the Directory of published versions
Active as of 2025-09-16 |
{
"resourceType" : "OperationDefinition",
"id" : "GetListOfGpByPostalCode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition GetListOfGpByPostalCode</b></p><a name=\"GetListOfGpByPostalCode\"> </a><a name=\"hcGetListOfGpByPostalCode\"> </a><p>URL: [base]/Organization/$getListOfGpByPostalCode</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>postalCode</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Postal codes</p>\n</div></td></tr><tr><td>IN</td><td>messageType</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Message types</p>\n</div></td></tr><tr><td>OUT</td><td>organization</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a> (<a href=\"StructureDefinition-eas-messaging-organization.html\" title=\"http://medcomehmi.dk/ig/eas/StructureDefinition/eas-messaging-organization\">EAS Messaging Organization</a>)</td><td/><td><div><p>Result organizations</p>\n</div></td></tr></table></div>"
},
"url" : "http://medcomehmi.dk/ig/eas/OperationDefinition/GetListOfGpByPostalCode",
"version" : "1.0.0",
"name" : "GetListOfGpByPostalCode",
"status" : "active",
"kind" : "operation",
"date" : "2025-09-16T10:36:24+00:00",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "https://www.medcom.dk"
}
]
}
],
"description" : "Look up messaging organizations based on postal codes and message types.",
"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"
},
{
"name" : "messageType",
"use" : "in",
"min" : 0,
"max" : "*",
"documentation" : "Message types",
"type" : "string"
},
{
"name" : "organization",
"use" : "out",
"min" : 0,
"max" : "*",
"documentation" : "Result organizations",
"type" : "Organization",
"targetProfile" : [
🔗 "http://medcomehmi.dk/ig/eas/StructureDefinition/eas-messaging-organization"
]
}
]
}