File size: 1,852 Bytes
6d12932 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# Problem Type CodeSystem - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0
* [**Table of Contents**](toc.md)
* [**Artifacts Summary**](artifacts.md)
* **Problem Type CodeSystem**
## CodeSystem: Problem Type CodeSystem
| | |
| :--- | :--- |
| *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-problem-type | *Version*:0.1.0 |
| Draft as of 2026-01-01 | *Computable Name*:ONCProblemType |
Code system for categorizing types of nursing problems
This Code system is referenced in the content logical definition of the following value sets:
* [ProblemCategoryValueSet](ValueSet-problem-category-valueset.md)
## Resource Content
```json
{
"resourceType" : "CodeSystem",
"id" : "onc-problem-type",
"url" : "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-problem-type",
"version" : "0.1.0",
"name" : "ONCProblemType",
"title" : "Problem Type CodeSystem",
"status" : "draft",
"experimental" : false,
"date" : "2026-01-01T13:37:23+00:00",
"description" : "Code system for categorizing types of nursing problems",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "nursing-diagnosis",
"display" : "Nursing Diagnosis",
"definition" : "A clinical judgment about individual, family, or community responses to actual or potential health problems"
},
{
"code" : "risk-diagnosis",
"display" : "Risk Diagnosis",
"definition" : "A clinical judgment about an individual's vulnerability to developing an undesirable health condition"
},
{
"code" : "health-promotion",
"display" : "Health Promotion Diagnosis",
"definition" : "A clinical judgment about motivation to increase wellbeing"
}
]
}
```
|