@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "onc-problem-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: CodeSystem onc-problem-type

This case-sensitive code system https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-problem-type defines the following codes:

CodeDisplayDefinition
nursing-diagnosis Nursing DiagnosisA clinical judgment about individual, family, or community responses to actual or potential health problems
risk-diagnosis Risk DiagnosisA clinical judgment about an individual's vulnerability to developing an undesirable health condition
health-promotion Health Promotion DiagnosisA clinical judgment about motivation to increase wellbeing
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-problem-type"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ONCProblemType"] ; # fhir:title [ fhir:v "Problem Type CodeSystem"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2026-01-01T13:37:23+00:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Code system for categorizing types of nursing problems"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "nursing-diagnosis" ] ; fhir:display [ fhir:v "Nursing Diagnosis" ] ; fhir:definition [ fhir:v "A clinical judgment about individual, family, or community responses to actual or potential health problems" ] ] [ fhir:code [ fhir:v "risk-diagnosis" ] ; fhir:display [ fhir:v "Risk Diagnosis" ] ; fhir:definition [ fhir:v "A clinical judgment about an individual's vulnerability to developing an undesirable health condition" ] ] [ fhir:code [ fhir:v "health-promotion" ] ; fhir:display [ fhir:v "Health Promotion Diagnosis" ] ; fhir:definition [ fhir:v "A clinical judgment about motivation to increase wellbeing" ] ] ) . # # -------------------------------------------------------------------------------------