This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Definition for Value SetObservationReliability
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>ObservationReliability</h2><p>Codes that provide an estimate of the degree to which quality issues have impacted on the value of an observation</p><p>This value set defines its own terms in the system http://hl7.org/fhir/observation-reliability</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>ok<a name=\"ok\"> </a></td><td/><td>The result has no reliability concerns.</td></tr><tr><td>ongoing<a name=\"ongoing\"> </a></td><td/><td>An early estimate of value; measurement is still occurring.</td></tr><tr><td>early<a name=\"early\"> </a></td><td/><td>An early estimate of value; processing is still occurring.</td></tr><tr><td>questionable<a name=\"questionable\"> </a></td><td/><td>The observation value should be treated with care.</td></tr><tr><td>calibrating<a name=\"calibrating\"> </a></td><td/><td>The result has been generated while calibration is occurring.</td></tr><tr><td>error<a name=\"error\"> </a></td><td/><td>The observation could not be completed because of an error.</td></tr><tr><td>unknown<a name=\"unknown\"> </a></td><td/><td>No observation value was available.</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/observation-reliability",
"name": "ObservationReliability",
"publisher": "HL7 (FHIR Project)",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
],
"description": "Codes that provide an estimate of the degree to which quality issues have impacted on the value of an observation",
"status": "draft",
"date": "2014-09-30T18:09:16.976+10:00",
"define": {
"system": "http://hl7.org/fhir/observation-reliability",
"caseSensitive": true,
"concept": [
{
"code": "ok",
"definition": "The result has no reliability concerns."
},
{
"code": "ongoing",
"definition": "An early estimate of value; measurement is still occurring."
},
{
"code": "early",
"definition": "An early estimate of value; processing is still occurring."
},
{
"code": "questionable",
"definition": "The observation value should be treated with care."
},
{
"code": "calibrating",
"definition": "The result has been generated while calibration is occurring."
},
{
"code": "error",
"definition": "The observation could not be completed because of an error."
},
{
"code": "unknown",
"definition": "No observation value was available."
}
]
}
}