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

Generated Narrative: CodeSystem ImageIdentifierType

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

CodeDisplay
ACSN Accession ID
SIUID Study instancce UID
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/ImageIdentifierType"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImageIdentifierType"] ; # fhir:title [ fhir:v "ImagingStudy Identifier Type"] ; # 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 "ImagingStudy Identifier Type"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "ACSN" ] ; fhir:display [ fhir:v "Accession ID" ] ] [ fhir:code [ fhir:v "SIUID" ] ; fhir:display [ fhir:v "Study instancce UID" ] ] ) . # # -------------------------------------------------------------------------------------