ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: ResMed AuditEvent Entity Types Code System - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "rmd-auditEventEntityType-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://resmed.com/fhir/core/CodeSystem/rmd-auditEventEntityType-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">tenant-id<a name=\"rmd-auditEventEntityType-cs-tenant-id\"> </a></td><td>An identifier for a ResMed system tenant for the interaction being audited</td></tr><tr><td style=\"white-space:nowrap\">trace-id<a name=\"rmd-auditEventEntityType-cs-trace-id\"> </a></td><td>A transport layer-specific unique identifier for the interaction, e.g. X-Amzn-Trace-ID</td></tr><tr><td style=\"white-space:nowrap\">certificate<a name=\"rmd-auditEventEntityType-cs-certificate\"> </a></td><td>A digital certificate involved in the interaction</td></tr></table></div>"
  },
  "url" : "http://resmed.com/fhir/core/CodeSystem/rmd-auditEventEntityType-cs",
  "version" : "0.37.0",
  "name" : "CodeSystemResMedAuditEventEntityTypes",
  "title" : "ResMed AuditEvent Entity Types Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-01-11T18:32:48+00:00",
  "publisher" : "ResMed Corp",
  "contact" : [
    {
      "name" : "ResMed Corp",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.resmed.com"
        },
        {
          "system" : "email",
          "value" : "atomteam-halifax@resmed.com"
        }
      ]
    }
  ],
  "description" : "A code system consisting of additional, supplementary AuditEvent Entity types to be included in AuditEvent recorded by ResMed systems.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "tenant-id",
      "display" : "An identifier for a ResMed system tenant for the interaction being audited"
    },
    {
      "code" : "trace-id",
      "display" : "A transport layer-specific unique identifier for the interaction, e.g. X-Amzn-Trace-ID"
    },
    {
      "code" : "certificate",
      "display" : "A digital certificate involved in the interaction"
    }
  ]
}