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

Generated Narrative: CodeSystem lf-PathOthStagingMAC-codesystem

This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/lf-PathOthStagingMAC-codesystem defines the following codes:

CodeDisplay
A Stage A
B1 Stage B1
B2 Stage B2
B3 Stage B3
C1 Stage C1
C2 Stage C2
C3 Stage C3
D Stage D
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-PathOthStagingMAC-codesystem"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "LFPathOthStagingMACCS"] ; # fhir:title [ fhir:v "其他分期系統期別(病理)-MAC代碼系統"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-01T15:33:47+08:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Kuo"] ; # fhir:contact ( [ fhir:name [ fhir:v "Kuo" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://example.org/example-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "Pathologic Other Staging - MAC Code System"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "A" ] ; fhir:display [ fhir:v "Stage A" ] ] [ fhir:code [ fhir:v "B1" ] ; fhir:display [ fhir:v "Stage B1" ] ] [ fhir:code [ fhir:v "B2" ] ; fhir:display [ fhir:v "Stage B2" ] ] [ fhir:code [ fhir:v "B3" ] ; fhir:display [ fhir:v "Stage B3" ] ] [ fhir:code [ fhir:v "C1" ] ; fhir:display [ fhir:v "Stage C1" ] ] [ fhir:code [ fhir:v "C2" ] ; fhir:display [ fhir:v "Stage C2" ] ] [ fhir:code [ fhir:v "C3" ] ; fhir:display [ fhir:v "Stage C3" ] ] [ fhir:code [ fhir:v "D" ] ; fhir:display [ fhir:v "Stage D" ] ] ) . # # -------------------------------------------------------------------------------------