SMART Web Messaging
1.0.0 - trial-use

SMART Web Messaging, published by HL7 International - FHIR Infrastructure WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/smart-web-messaging/ and changes regularly. See the Directory of published versions

: LaunchStatusCode - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "launch-status-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system",
  "version" : "1.0.0",
  "name" : "LaunchStatusCode",
  "title" : "LaunchStatusCode",
  "status" : "active",
  "date" : "2022-09-04T01:42:20+00:00",
  "publisher" : "HL7 International - FHIR Infrastructure WG",
  "contact" : [
    {
      "name" : "HL7 International - FHIR Infrastructure WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.org/Special/committees/fiwg"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "An enumerated set of launch result states.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "success",
      "display" : "Successful",
      "definition" : "A requested activity launch was successful."
    },
    {
      "code" : "error",
      "display" : "Failure",
      "definition" : "A requested activity launch failed."
    }
  ]
}