PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/risk-probability
{
  "description": "Codes representing the likelihood of a particular outcome in a risk assessment.",
  "_filename": "codesystem-risk-probability.json",
  "package_name": "hl7.fhir.core",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition" ],
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "FHIR Project team",
  "content": "complete",
  "name": "Risk Probability",
  "type": null,
  "experimental": "true",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "16cb99c1-b62f-495a-8207-7efc1773fb84",
  "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability",
  "kind": null,
  "url": "http://hl7.org/fhir/risk-probability",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.262",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "negligible",
    "display": "Negligible likelihood",
    "definition": "The specified outcome is exceptionally unlikely."
  }, {
    "code": "low",
    "display": "Low likelihood",
    "definition": "The specified outcome is possible but unlikely."
  }, {
    "code": "moderate",
    "display": "Moderate likelihood",
    "definition": "The specified outcome has a reasonable likelihood of occurrence."
  }, {
    "code": "high",
    "display": "High likelihood",
    "definition": "The specified outcome is more likely to occur than not."
  }, {
    "code": "certain",
    "display": "Certain",
    "definition": "The specified outcome is effectively guaranteed."
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ]
}