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 Sampling CodeSystem - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "resmed-sampling-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.resmed.com/CodeSystem/resmed-sampling-code-system</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\">minute<a name=\"resmed-sampling-code-system-minute\"> </a></td><td>Minute-by-minute samples</td></tr><tr><td style=\"white-space:nowrap\">high-resolution<a name=\"resmed-sampling-code-system-high-resolution\"> </a></td><td>Uncompressed, highest resolution data available</td></tr><tr><td style=\"white-space:nowrap\">compressed-high-resolution<a name=\"resmed-sampling-code-system-compressed-high-resolution\"> </a></td><td>Compressed, highest resolution data available</td></tr></table></div>"
  },
  "url" : "http://terminology.resmed.com/CodeSystem/resmed-sampling-code-system",
  "version" : "0.37.0",
  "name" : "ResMedSamplingCodeSystem",
  "title" : "ResMed Sampling CodeSystem",
  "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" : "ResMed codes for different sampling approaches",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "minute",
      "display" : "Minute-by-minute samples"
    },
    {
      "code" : "high-resolution",
      "display" : "Uncompressed, highest resolution data available"
    },
    {
      "code" : "compressed-high-resolution",
      "display" : "Compressed, highest resolution data available"
    }
  ]
}