Package | hl7.fhir.uv.smart-web-messaging |
Type | CodeSystem |
Id | launch-status-code-system |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/smart-web-messaging/https://build.fhir.org/ig/HL7/smart-web-messaging/CodeSystem-launch-status-code-system.html |
URL | http://hl7.org/fhir/uv/smart-web-messaging/CodeSystem/launch-status-code-system |
Version | 1.0.0 |
Status | active |
Date | 2022-09-04T01:42:20+00:00 |
Name | LaunchStatusCode |
Title | LaunchStatusCode |
Realm | uv |
Authority | hl7 |
Description | An enumerated set of launch result states. |
Content | complete |
No resources found
No resources found
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:
Code | Display | Definition |
success | Successful | A requested activity launch was successful. |
error | Failure | A requested activity launch failed. |
{ "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." } ] }