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

: Atrius Message Events

Active as of 2026-08-30

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/atrius-message-events> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-message-events"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://atrius.in/fhir/message-events"] ;
  fhir:CodeSystem.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.66219.1.16.20" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AtriusMessageEvents"] ;
  fhir:CodeSystem.title [ fhir:value "Atrius Message Events"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-30T18:15:29+05:30"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Atrius"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Atrius" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://atrius.in" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "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."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "ack" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Acknowledgement" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Response acknowledgement for a processed message Bundle" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "ping" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ping" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Connectivity / smoke-test event with no clinical consequence" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "lab-result" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Laboratory result" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Inbound laboratory result message (DiagnosticReport / Observation)" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "imaging-result" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Imaging result" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Inbound imaging result message (DiagnosticReport / ImagingStudy)" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/atrius-message-events.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/atrius-message-events.ttl> .