# Nursing Problem - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0 * [**Table of Contents**](toc.md) * [**Artifacts Summary**](artifacts.md) * **Nursing Problem** ## Resource Profile: Nursing Problem | | | | :--- | :--- | | *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-nursing-problem | *Version*:0.1.0 | | Draft as of 2026-01-01 | *Computable Name*:ONCNursingProblem | Nursing diagnosis or problem identified during assessment. Represents clinical judgments about individual, family, or community responses to actual or potential health problems. Part of the ADPIE framework's Diagnosis phase. **Usages:** * Refer to this Profile: [ONC Nursing Goal](StructureDefinition-onc-nursing-goal.md) * Examples for this Profile: [Condition/example-nursing-problem](Condition-example-nursing-problem.md) You can also check for [usages in the FHIR IG Statistics](https://packages2.fhir.org/xig/onc.ig|current/StructureDefinition/onc-nursing-problem) ### Formal Views of Profile Content [Description of Profiles, Differentials, Snapshots and how the different presentations work](http://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#structure-definitions).   Other representations of profile: [CSV](StructureDefinition-onc-nursing-problem.csv), [Excel](StructureDefinition-onc-nursing-problem.xlsx), [Schematron](StructureDefinition-onc-nursing-problem.sch) ## Resource Content ```json { "resourceType" : "StructureDefinition", "id" : "onc-nursing-problem", "url" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-nursing-problem", "version" : "0.1.0", "name" : "ONCNursingProblem", "title" : "Nursing Problem", "status" : "draft", "date" : "2026-01-01T13:37:23+00:00", "description" : "Nursing diagnosis or problem identified during assessment. Represents clinical judgments about individual, family, or community responses to actual or potential health problems. Part of the ADPIE framework's Diagnosis phase.", "fhirVersion" : "4.0.1", "mapping" : [ { "identity" : "workflow", "uri" : "http://hl7.org/fhir/workflow", "name" : "Workflow Pattern" }, { "identity" : "sct-concept", "uri" : "http://snomed.info/conceptdomain", "name" : "SNOMED CT Concept Domain Binding" }, { "identity" : "v2", "uri" : "http://hl7.org/v2", "name" : "HL7 v2 Mapping" }, { "identity" : "rim", "uri" : "http://hl7.org/v3", "name" : "RIM Mapping" }, { "identity" : "w5", "uri" : "http://hl7.org/fhir/fivews", "name" : "FiveWs Pattern Mapping" }, { "identity" : "sct-attr", "uri" : "http://snomed.org/attributebinding", "name" : "SNOMED CT Attribute Binding" } ], "kind" : "resource", "abstract" : false, "type" : "Condition", "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Condition", "derivation" : "constraint", "differential" : { "element" : [ { "id" : "Condition", "path" : "Condition" }, { "id" : "Condition.clinicalStatus", "path" : "Condition.clinicalStatus", "min" : 1, "mustSupport" : true }, { "id" : "Condition.category", "path" : "Condition.category", "min" : 1, "max" : "1", "mustSupport" : true, "binding" : { "strength" : "required", "valueSet" : "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/problem-category-valueset" } }, { "id" : "Condition.code", "path" : "Condition.code", "min" : 1, "mustSupport" : true, "binding" : { "strength" : "required", "valueSet" : "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/nursing-problem-valueset" } } ] } } ```