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-trans-status - JSON Representation

Active as of 2024-09-24

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "transaction-status-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter transaction-status-type</b></p><a name=\"transaction-status-type\"> </a><a name=\"hctransaction-status-type\"> </a><a name=\"transaction-status-type-en-US\"> </a><h2>TransStatusType</h2><p>Parameter <code>trans-status-type</code>:<code>token</code></p><div><p>This search parameter allows users to filter List and DocumentReference resources based on the esmd-trans-status extension. It enables querying for resources associated with a specific sender identifier, facilitating efficient retrieval of relevant lists and documents in the esMD system. This parameter enhances interoperability by ensuring that resources can be accurately identified and accessed based on their sender OIDs.</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-trans-status').value.code | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-trans-status').value.code</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/transaction-status-type",
  "version" : "1.0.0",
  "name" : "TransStatusType",
  "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" : "This search parameter allows users to filter List and DocumentReference resources based on the esmd-trans-status extension. It enables querying for resources associated with a specific sender identifier, facilitating efficient retrieval of relevant lists and documents in the esMD system. This parameter enhances interoperability by ensuring that resources can be accurately identified and accessed based on their sender OIDs.",
  "code" : "trans-status-type",
  "base" : [
    "List",
    "DocumentReference"
  ],
  "type" : "token",
  "expression" : "List.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-trans-status').value.code | DocumentReference.extension.where(url = 'https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-trans-status').value.code",
  "xpathUsage" : "normal"
}