Athena Core Implementation Guide
5.7.0 - release
Athena Core Implementation Guide - Local Development build (v5.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-01-05 |
{
"resourceType" : "SearchParameter",
"id" : "ah-document-status",
"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-document-status</b></p><a name=\"ah-document-status\"> </a><a name=\"hcah-document-status\"> </a><a name=\"ah-document-status-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&canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><h2>AthenahealthDocumentStatus</h2><p>Parameter <code>ah-document-status</code>:<code>token</code></p><div><p>Filter document events with resource type such as 'AdminDocument' , 'ClinicalDocument', 'Letter', 'MedicalRecord', 'PatientInfoOrder' etc. by document status. Document status can be (but is not limited to) one of 'ACKNOWLEDGE', 'ADMINISTER', 'ATHENAERROR', 'CANCELLED', 'CLOSED', 'DATAENTRY', 'DELETED', 'DISPENSE', 'FOLLOWUP', 'HOLD', 'NOTIFY', 'PEND', 'PENDINGLABEL', 'PERFORM', 'PREP', 'REVIEW', 'SCHEDULE', 'SCHEDULED', 'SUBMIT', 'SUBMITTED', 'UNPROCESSED' and specifies the current state or progress of a document within the workflow.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/auditevent.html\">AuditEvent</a></td></tr><tr><td>Expression</td><td><code>extension.where(url = 'https://fhir.athena.io/StructureDefinition/ah-document-details').extension.where(url = 'status').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may only appear once</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-document-status",
"version" : "5.7.0",
"name" : "AthenahealthDocumentStatus",
"status" : "active",
"date" : "2026-01-05T06:17:09+00:00",
"publisher" : "athenahealth",
"contact" : [
{
"name" : "FHIR Enablement Team",
"telecom" : [
{
"system" : "email",
"value" : "mailto:fhir-enablement@athenahealth.com"
}
]
}
],
"description" : "Filter document events with resource type such as 'AdminDocument' , 'ClinicalDocument', 'Letter', 'MedicalRecord', 'PatientInfoOrder' etc. by document status. Document status can be (but is not limited to) one of 'ACKNOWLEDGE', 'ADMINISTER', 'ATHENAERROR', 'CANCELLED', 'CLOSED', 'DATAENTRY', 'DELETED', 'DISPENSE', 'FOLLOWUP', 'HOLD', 'NOTIFY', 'PEND', 'PENDINGLABEL', 'PERFORM', 'PREP', 'REVIEW', 'SCHEDULE', 'SCHEDULED', 'SUBMIT', 'SUBMITTED', 'UNPROCESSED' and specifies the current state or progress of a document within the workflow.",
"purpose" : "To filter document events with resource type such as 'AdminDocument' , 'ClinicalDocument', 'Letter', 'MedicalRecord', 'PatientInfoOrder' etc. which have a specific document status (e.g., 'ah-document-status=ACKNOWLEDGE' or 'ah-document-status=ACKNOWLEDGE,ADMINISTER')",
"code" : "ah-document-status",
"base" : [
"AuditEvent"
],
"type" : "token",
"expression" : "extension.where(url = 'https://fhir.athena.io/StructureDefinition/ah-document-details').extension.where(url = 'status').value",
"multipleOr" : true,
"multipleAnd" : false
}