PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/report-result-codes
{
  "description": "The results of executing an action.",
  "_filename": "codesystem-report-result-codes.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "TestReportResultCodes",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "4cdfc2cc-2c70-4411-b786-eba94c40bf5f",
  "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes",
  "kind": null,
  "url": "http://hl7.org/fhir/report-result-codes",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.0",
    "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": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}