Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build
Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-08-30 |
{
"resourceType" : "CodeSystem",
"id" : "atrius-message-events",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem atrius-message-events</b></p><a name=\"atrius-message-events\"> </a><a name=\"hcatrius-message-events\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/message-events</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ack<a name=\"atrius-message-events-ack\"> </a></td><td>Acknowledgement</td><td>Response acknowledgement for a processed message Bundle</td></tr><tr><td style=\"white-space:nowrap\">ping<a name=\"atrius-message-events-ping\"> </a></td><td>Ping</td><td>Connectivity / smoke-test event with no clinical consequence</td></tr><tr><td style=\"white-space:nowrap\">lab-result<a name=\"atrius-message-events-lab-result\"> </a></td><td>Laboratory result</td><td>Inbound laboratory result message (DiagnosticReport / Observation)</td></tr><tr><td style=\"white-space:nowrap\">imaging-result<a name=\"atrius-message-events-imaging-result\"> </a></td><td>Imaging result</td><td>Inbound imaging result message (DiagnosticReport / ImagingStudy)</td></tr></table></div>"
},
"url" : "https://atrius.in/fhir/message-events",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.3.6.1.4.1.66219.1.16.20"
}
],
"version" : "0.1.0",
"name" : "AtriusMessageEvents",
"title" : "Atrius Message Events",
"status" : "active",
"experimental" : false,
"date" : "2026-08-30T18:15:29+05:30",
"publisher" : "Atrius",
"contact" : [
{
"name" : "Atrius",
"telecom" : [
{
"system" : "url",
"value" : "https://atrius.in"
}
]
}
],
"description" : "Event codes for FHIR Messaging ($process-message) on the HIS inbound endpoint.\n\nEvent URIs are `{system}/{code}` (e.g. `https://atrius.in/fhir/message-events/lab-result`).\nUsed as MessageHeader.eventUri / eventCoding and MessageDefinition.eventUri.",
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "ack",
"display" : "Acknowledgement",
"definition" : "Response acknowledgement for a processed message Bundle"
},
{
"code" : "ping",
"display" : "Ping",
"definition" : "Connectivity / smoke-test event with no clinical consequence"
},
{
"code" : "lab-result",
"display" : "Laboratory result",
"definition" : "Inbound laboratory result message (DiagnosticReport / Observation)"
},
{
"code" : "imaging-result",
"display" : "Imaging result",
"definition" : "Inbound imaging result message (DiagnosticReport / ImagingStudy)"
}
]
}