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

Generated Narrative: ValueSet problem-category-valueset

"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/problem-category-valueset"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ProblemCategoryValueSet"] ; # fhir:title [ fhir:v "Problem Category Value Set"] ; # 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 "Value set for categorizing nursing problems"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-problem-type"^^xsd:anyURI ; fhir:l ] ] ) ] . # # -------------------------------------------------------------------------------------