Client Registry Implementation Guide
0.1.0 - ci-build
Client Registry Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2025-10-23 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="lk-identifier-list"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition lk-identifier-list</b></p><a name="lk-identifier-list"> </a><a name="hclk-identifier-list"> </a><p>URL: [base]/Patient/$getIdentifierList</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>sourceIdentifier</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>An Identifier for the individual. As system|value.</p>
</div></td></tr><tr><td>OUT</td><td>targetIdentifier</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>Patient Identifier. Returned as system|value</p>
</div></td></tr><tr><td>OUT</td><td>targetId</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>Patient id.</p>
</div></td></tr></table></div>
</text>
<url
value="http://ig.hiu.lk/fhir/clientregistry/OperationDefinition/lk-identifier-list"/>
<version value="0.1.0"/>
<name value="GetIdentifierList"/>
<title value="Operation to Retrieve All Identifiers For An Individual"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2025-10-23T17:43:42+00:00"/>
<publisher value="Sir Lanka Ministry of Health"/>
<contact>
<name value="Sir Lanka Ministry of Health"/>
<telecom>
<system value="url"/>
<value value="https://www.health.gov.lk"/>
</telecom>
</contact>
<description
value="This operation is used to retrieve a list of Patient identifiers representing the same individual."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="LKA"/>
<display value="Sri Lanka"/>
</coding>
</jurisdiction>
<code value="getIdentifierList"/>
<resource value="Patient"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="sourceIdentifier"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="An Identifier for the individual. As system|value."/>
<type value="string"/>
</parameter>
<parameter>
<name value="targetIdentifier"/>
<use value="out"/>
<min value="0"/>
<max value="*"/>
<documentation value="Patient Identifier. Returned as system|value"/>
<type value="string"/>
</parameter>
<parameter>
<name value="targetId"/>
<use value="out"/>
<min value="0"/>
<max value="*"/>
<documentation value="Patient id."/>
<type value="string"/>
</parameter>
</OperationDefinition>