SMART Web Messaging
1.0.0 - trial-use

This page is part of the SMART Web Messaging Implementation Guide: STU1 (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: LaunchStatusCode - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="launch-status-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system 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">success<a name="launch-status-code-system-success"> </a></td><td>Successful</td><td>A requested activity launch was successful.</td></tr><tr><td style="white-space:nowrap">error<a name="launch-status-code-system-error"> </a></td><td>Failure</td><td>A requested activity launch failed.</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system"/>
  <version value="1.0.0"/>
  <name value="LaunchStatusCode"/>
  <title value="LaunchStatusCode"/>
  <status value="active"/>
  <date value="2022-05-06T17:41:41+00:00"/>
  <publisher value="HL7 International - FHIR Infrastructure WG"/>
  <contact>
    <name value="HL7 International - FHIR Infrastructure WG"/>
    <telecom>
      <system value="url"/>
      <value value="https://hl7.org/Special/committees/fiwg"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.HL7.org"/>
    </telecom>
  </contact>
  <description value="An enumerated set of launch result states."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="success"/>
    <display value="Successful"/>
    <definition value="A requested activity launch was successful."/>
  </concept>
  <concept>
    <code value="error"/>
    <display value="Failure"/>
    <definition value="A requested activity launch failed."/>
  </concept>
</CodeSystem>