ESMD FHIR Implementation Guide
1.0.0 - esmd

ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search Parameter for Esmd-Ext-UniqueId: Filtering List and DocumentReference Resources by UniqueId - JSON Representation

Active as of 2024-09-24

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "uniqueId",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter uniqueId</b></p><a name=\"uniqueId\"> </a><a name=\"hcuniqueId\"> </a><a name=\"uniqueId-en-US\"> </a><h2>UniqueId</h2><p>Parameter <code>creation</code>:<code>string</code></p><div><p>The uniqueId search parameter allows clients to search for specific resources, such as DocumentReference or Bundle, using a unique identifier assigned to each esMD transaction. This parameter helps quickly locate a document or transaction in the system by its unique reference, ensuring precise and efficient retrieval of resources.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a>, <a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td><code>List.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-UniqueId').value.as(string) | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-UniqueId').value.as(string)</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://terminology.esmduat.cms.gov:8099/fhir/SearchParameter/uniqueId",
  "version" : "1.0.0",
  "name" : "UniqueId",
  "status" : "active",
  "date" : "2024-09-24T09:20:18-05:00",
  "publisher" : "CMS FHIR esMD",
  "contact" : [
    {
      "name" : "CMS FHIR esMD",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cms.gov/data-research/computer-data-systems/esmd"
        },
        {
          "system" : "email",
          "value" : "esmd_support@cms.hhs.gov"
        }
      ]
    }
  ],
  "description" : "The uniqueId search parameter allows clients to search for specific resources, such as DocumentReference or Bundle, using a unique identifier assigned to each esMD transaction. This parameter helps quickly locate a document or transaction in the system by its unique reference, ensuring precise and efficient retrieval of resources.",
  "code" : "creation",
  "base" : [
    "List",
    "DocumentReference"
  ],
  "type" : "string",
  "expression" : "List.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-UniqueId').value.as(string) | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-UniqueId').value.as(string)",
  "xpathUsage" : "normal"
}