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 DetectedIssue status ValueSet - XML Representation

Draft as of 2024-01-11

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="resmed-detected-issue-status-value-set"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-observation-status.html"><code>http://hl7.org/fhir/observation-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-registered">registered</a></td><td style="color: #cccccc">Registered</td><td>The existence of the observation is registered, but there is no result yet available.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-cancelled">cancelled</a></td><td style="color: #cccccc">Cancelled</td><td>The observation is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;).</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-final">final</a></td><td style="color: #cccccc">Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr></table></li></ul></div>
  </text>
  <url value="http://terminology.resmed.com/ValueSet/detectedissue-status"/>
  <version value="0.37.0"/>
  <name value="ResMedDetectedIssueStatusValueSet"/>
  <title value="ResMed DetectedIssue status ValueSet"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-01-11T18:32:48+00:00"/>
  <publisher value="ResMed Corp"/>
  <contact>
    <name value="ResMed Corp"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.resmed.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="atomteam-halifax@resmed.com"/>
    </telecom>
  </contact>
  <description
               value="The set of supported status values for ResMed DetectedIssues"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/observation-status"/>
      <concept>
        <code value="registered"/>
      </concept>
      <concept>
        <code value="cancelled"/>
      </concept>
      <concept>
        <code value="final"/>
      </concept>
    </include>
  </compose>
</ValueSet>