http://hl7.org/fhir/report-action-result-codes|4.0.1
name
TestReportActionResult
TestReportActionResult
package
hl7.fhir.r4.core@4.0.1
hl7.fhir.r4.core@4.0.1
content
complete
complete
status
draft
draft
date
2019-10-31 22:29:23.0
2019-10-31 22:29:23.0
TestReportActionResult
The results of executing an action.
{
"description" : "The results of executing an action.",
"compose" : null,
"package" : "hl7.fhir.r4.core@4.0.1",
"date" : "2019-10-31T22:29:23Z",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00"
},
"publisher" : "HL7 (FHIR Project)",
"content" : "complete",
"name" : "TestReportActionResult",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "TestReportActionResult",
"supliment" : null,
"extension" : [ {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
} ],
"status" : "draft",
"id" : "567361b8-cb21-5481-93ee-a403361a7873",
"valueSet" : "http://hl7.org/fhir/ValueSet/report-action-result-codes",
"url" : "http://hl7.org/fhir/report-action-result-codes",
"identifier" : [ {
"value" : "urn:oid:2.16.840.1.113883.4.642.4.721",
"system" : "urn:ietf:rfc:3986"
} ],
"concept" : [ {
"code" : "pass",
"display" : "Pass",
"definition" : "The action was successful."
}, {
"code" : "skip",
"display" : "Skip",
"definition" : "The action was skipped."
}, {
"code" : "fail",
"display" : "Fail",
"definition" : "The action failed."
}, {
"code" : "warning",
"display" : "Warning",
"definition" : "The action passed but with warnings."
}, {
"code" : "error",
"display" : "Error",
"definition" : "The action encountered a fatal error and the engine was unable to process."
} ],
"caseSensitive" : true,
"version" : "4.0.1",
"contact" : [ {
"telecom" : [ {
"value" : "http://hl7.org/fhir",
"system" : "url"
}, {
"value" : "fhir@lists.hl7.org",
"system" : "email"
} ]
} ]
}