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 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="GetListOfGpByPostalCode"/>
<text>
<status value="generated"/>
<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>
</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>
</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>
</div></td></tr></table></div>
</text>
<url
value="http://medcomehmi.dk/ig/eas/OperationDefinition/GetListOfGpByPostalCode"/>
<version value="1.0.0"/>
<name value="GetListOfGpByPostalCode"/>
<status value="active"/>
<kind value="operation"/>
<date value="2025-09-16T10:36:24+00:00"/>
<publisher value="MedCom"/>
<contact>
<name value="MedCom"/>
<telecom>
<system value="url"/>
<value value="https://www.medcom.dk"/>
</telecom>
</contact>
<description
value="Look up messaging organizations based on postal codes and message types."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DK"/>
<display value="Denmark"/>
</coding>
</jurisdiction>
<purpose
value="Example request: <a href="Parameters-EX-GetListOfGpByPostalCode-Request.html">EX-GetListOfGpByPostalCode-Request</a>"/>
<affectsState value="false"/>
<code value="getListOfGpByPostalCode"/>
<resource value="Organization"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="postalCode"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<documentation value="Postal codes"/>
<type value="string"/>
</parameter>
<parameter>
<name value="messageType"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<documentation value="Message types"/>
<type value="string"/>
</parameter>
<parameter>
<name value="organization"/>
<use value="out"/>
<min value="0"/>
<max value="*"/>
<documentation value="Result organizations"/>
<type value="Organization"/>
<targetProfile
value="http://medcomehmi.dk/ig/eas/StructureDefinition/eas-messaging-organization"/>
</parameter>
</OperationDefinition>