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
. Page versions: R5 R4B R4 R3 R2
Definition for Value SetCondition/Problem/Diagnosis Codes
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>Condition/Problem/Diagnosis Codes</h2><p>Example value set for Condition (Problem/Diagnosis) Categories</p><p>This value set defines its own terms in the system http://hl7.org/fhir/condition-category</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>complaint<a name=\"complaint\"> </a></td><td>Complaint</td><td>The patient considers the condition an issue to be addressed</td></tr><tr><td>symptom<a name=\"symptom\"> </a></td><td>Symptom</td><td>A symptom of a condition (as might be mentioned in a review of systems)</td></tr><tr><td>finding<a name=\"finding\"> </a></td><td>Finding</td><td>An observation made by a healthcare provider</td></tr><tr><td>diagnosis<a name=\"diagnosis\"> </a></td><td>Diagnosis</td><td>This is a judgment made by a healthcare provider that the patient has a particular disease or condition</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/condition-category",
"name": "Condition/Problem/Diagnosis Codes",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "Example value set for Condition (Problem/Diagnosis) Categories",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/condition-category",
"concept": [
{
"code": "complaint",
"display": "Complaint",
"definition": "The patient considers the condition an issue to be addressed"
},
{
"code": "symptom",
"display": "Symptom",
"definition": "A symptom of a condition (as might be mentioned in a review of systems)"
},
{
"code": "finding",
"display": "Finding",
"definition": "An observation made by a healthcare provider"
},
{
"code": "diagnosis",
"display": "Diagnosis",
"definition": "This is a judgment made by a healthcare provider that the patient has a particular disease or condition"
}
]
}
}