Athena Core Implementation Guide
4.2.0 - release

Athena Core Implementation Guide - Local Development build (v4.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: athenahealth Procedure Device - JSON Representation

Active as of 2025-04-17

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "ah-procedure-device",
  "meta" : {
    "source" : "athenacoreext"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ah-procedure-device</b></p><a name=\"ah-procedure-device\"> </a><a name=\"hcah-procedure-device\"> </a><a name=\"ah-procedure-device-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=ig-athena-core@dev&amp;canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><h2>AthenahealthProcedureDevice</h2><p>Parameter <code>device-name</code>:<code>reference</code></p><div><p>Search for Procedures having a referenced Device</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/procedure.html\">Procedure</a></td></tr><tr><td>Expression</td><td><code>Procedure.focalDevice.manipulated</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/device.html\">Device</a></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: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://fhir.athena.io/SearchParameter/ah-procedure-device",
  "version" : "4.2.0",
  "name" : "AthenahealthProcedureDevice",
  "status" : "active",
  "date" : "2025-04-17T16:42:09+00:00",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "name" : "FHIR Enablement Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir-enablement@athenahealth.com"
        }
      ]
    }
  ],
  "description" : "Search for Procedures having a referenced Device",
  "purpose" : "To search for Procedures having a Device referenced by 'Procedure.focalDevice.manipulated'.",
  "code" : "device-name",
  "base" : [
    "Procedure"
  ],
  "type" : "reference",
  "expression" : "Procedure.focalDevice.manipulated",
  "target" : [
    "Device"
  ],
  "multipleOr" : true
}