PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    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.r3.examples",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2019-10-24T11:53:00+11:00"
  },
  "publisher": "FHIR Project team",
  "content": "complete",
  "name": "Risk Probability",
  "type": null,
  "experimental": "true",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "3.0.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString": "Informative"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cds"
  } ],
  "status": "draft",
  "id": "99c766f7-251e-4f56-90a5-8b613014e8ce",
  "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.444",
    "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": "3.0.2",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ]
}