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 |
{
"resourceType" : "OperationDefinition",
"id" : "lk-identifier-list",
"text" : {
"status" : "generated",
"div" : "<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>\n</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>\n</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>\n</div></td></tr></table></div>"
},
"url" : "http://ig.hiu.lk/fhir/clientregistry/OperationDefinition/lk-identifier-list",
"version" : "0.1.0",
"name" : "GetIdentifierList",
"title" : "Operation to Retrieve All Identifiers For An Individual",
"status" : "draft",
"kind" : "operation",
"date" : "2025-10-23T17:43:42+00:00",
"publisher" : "Sir Lanka Ministry of Health",
"contact" : [
{
"name" : "Sir Lanka Ministry of Health",
"telecom" : [
{
"system" : "url",
"value" : "https://www.health.gov.lk"
}
]
}
],
"description" : "This operation is used to retrieve a list of Patient identifiers representing the same individual.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "LKA",
"display" : "Sri Lanka"
}
]
}
],
"code" : "getIdentifierList",
"resource" : [
"Patient"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "sourceIdentifier",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "An Identifier for the individual. As system|value.",
"type" : "string"
},
{
"name" : "targetIdentifier",
"use" : "out",
"min" : 0,
"max" : "*",
"documentation" : "Patient Identifier. Returned as system|value",
"type" : "string"
},
{
"name" : "targetId",
"use" : "out",
"min" : 0,
"max" : "*",
"documentation" : "Patient id.",
"type" : "string"
}
]
}