FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/launch-status-code-system

Packagehl7.fhir.uv.smart-web-messaging
TypeCodeSystem
Idlaunch-status-code-system
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/smart-web-messaging/https://build.fhir.org/ig/HL7/smart-web-messaging/CodeSystem-launch-status-code-system.html
URLhttp://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system
Version1.0.0
Statusactive
Date2022-09-04T01:42:20+00:00
NameLaunchStatusCode
TitleLaunchStatusCode
Realmuv
Authorityhl7
DescriptionAn enumerated set of launch result states.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system defines the following codes:

CodeDisplayDefinition
success SuccessfulA requested activity launch was successful.
error FailureA requested activity launch failed.

Source

{
  "resourceType": "CodeSystem",
  "id": "launch-status-code-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}