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" : "NamingSystem",
"id" : "atrius-in-message-events-ns",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem atrius-in-message-events-ns</b></p><a name=\"atrius-in-message-events-ns\"> </a><a name=\"hcatrius-in-message-events-ns\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://atrius.in/fhir/r4/atrius-in/NamingSystem/atrius-in-message-events-ns</td></tr><tr><td>Version</td><td>0.1.0</td></tr><tr><td>Name</td><td>AtriusInMessageEvents</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Event URIs for HIS $process-message (MessageDefinition.eventUri / MessageHeader.eventUri). Codes live in CodeSystem AtriusMessageEvents (https://atrius.in/fhir/message-events). Each uniqueId is the composed event URI {system}/{code}; the validator does not infer those URLs from the CodeSystem alone.</p>\n</div></td></tr><tr><td>Publisher</td><td>Atrius</td></tr><tr><td>OID</td><td>1.3.6.1.4.1.66219.1.31.17 (for OID based terminology systems)</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>https://atrius.in/fhir/message-events/lab-result</td><td>true</td><td>Inbound laboratory result message</td></tr><tr><td>URI</td><td>https://atrius.in/fhir/message-events/imaging-result</td><td>false</td><td>Inbound imaging result message</td></tr><tr><td>URI</td><td>https://atrius.in/fhir/message-events/ack</td><td>false</td><td>Response acknowledgement</td></tr><tr><td>URI</td><td>https://atrius.in/fhir/message-events/ping</td><td>false</td><td>Connectivity / smoke-test event</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
"valueUri" : "https://atrius.in/fhir/r4/atrius-in/NamingSystem/atrius-in-message-events-ns"
},
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
"valueString" : "0.1.0"
}
],
"name" : "AtriusInMessageEvents",
"status" : "active",
"kind" : "codesystem",
"date" : "2026-08-30",
"publisher" : "Atrius",
"contact" : [
{
"name" : "Atrius",
"telecom" : [
{
"system" : "url",
"value" : "https://atrius.in"
}
]
}
],
"description" : "Event URIs for HIS $process-message (MessageDefinition.eventUri / MessageHeader.eventUri). Codes live in CodeSystem AtriusMessageEvents (https://atrius.in/fhir/message-events). Each uniqueId is the composed event URI {system}/{code}; the validator does not infer those URLs from the CodeSystem alone.",
"uniqueId" : [
{
"type" : "uri",
"value" : "https://atrius.in/fhir/message-events/lab-result",
"preferred" : true,
"comment" : "Inbound laboratory result message"
},
{
"type" : "uri",
"value" : "https://atrius.in/fhir/message-events/imaging-result",
"preferred" : false,
"comment" : "Inbound imaging result message"
},
{
"type" : "uri",
"value" : "https://atrius.in/fhir/message-events/ack",
"preferred" : false,
"comment" : "Response acknowledgement"
},
{
"type" : "uri",
"value" : "https://atrius.in/fhir/message-events/ping",
"preferred" : false,
"comment" : "Connectivity / smoke-test event"
}
]
}