@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "NASH-Portal-Inflammation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem NASH-Portal-Inflammation

This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/NASH-Portal-Inflammation defines the following codes:

CodeDisplay
0 no portal inflammation
1 mild (sprinkling of inflammatory cells in <1/3 of portal tracts)
3 moderate (increased inflammatory cells in 1/3~2/3 of portal tracts)
4 marked (dense packing of inflammatory cells in >2/3 of portal tracts)
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/NASH-Portal-Inflammation"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "PortalInflammation"] ; # fhir:title [ fhir:v "NASH-Portal-Inflammation"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-07-29T16:27:07+08:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "NASH-Portal Inflammation"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "no portal inflammation" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "mild (sprinkling of inflammatory cells in <1/3 of portal tracts)" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "moderate (increased inflammatory cells in 1/3~2/3 of portal tracts)" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "marked (dense packing of inflammatory cells in >2/3 of portal tracts)" ] ] ) . # # -------------------------------------------------------------------------------------