{
"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/valueset-shareable-definition" ],
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "FHIR Project team",
"content": "complete",
"name": "Risk Probability",
"type": null,
"experimental": "true",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.4.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.262"
} ],
"status": "draft",
"id": "f6b6d29f-cb1a-4c15-92d8-746eb3fd6f35",
"valueSet": "http://hl7.org/fhir/ValueSet/risk-probability",
"kind": null,
"url": "http://hl7.org/fhir/risk-probability",
"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.4.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "other"
} ]
} ]
}