FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "condition-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/condition-category defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">problem-list-item\n <a name=\"condition-category-problem-list-item\"> </a>\n </td>\n <td>Problem List Item</td>\n <td>An item on a problem list that can be managed over time and can be expressed by a practitioner (e.g. physician, nurse), patient, or related person.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">encounter-diagnosis\n <a name=\"condition-category-encounter-diagnosis\"> </a>\n </td>\n <td>Encounter Diagnosis</td>\n <td>A point in time diagnosis (e.g. from a physician or nurse) in context of an encounter.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/condition-category",
"version" : "4.3.0",
"name" : "ConditionCategoryCodes",
"title" : "Condition Category Codes",
"status" : "draft",
"experimental" : false,
"date" : "2025-09-13T16:38:45-04:00",
"publisher" : "Patient Care",
"contact" : [
{
"name" : "Patient Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description" : "Example value set for Condition Categories.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/condition-category|4.0.1",
"content" : "complete",
"concept" : [
{
"code" : "problem-list-item",
"display" : "Problem List Item",
"definition" : "An item on a problem list that can be managed over time and can be expressed by a practitioner (e.g. physician, nurse), patient, or related person."
},
{
"code" : "encounter-diagnosis",
"display" : "Encounter Diagnosis",
"definition" : "A point in time diagnosis (e.g. from a physician or nurse) in context of an encounter."
}
]
}