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

Generated Narrative: SearchParameter ImagingStudy-series

ImagingStudyDicomSeries

Parameter series:token

DICOM 系列(series)實例(instance)UID

\n
ResourceImagingStudy
ExpressionImagingStudy.series
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/SearchParameter/ImagingStudy-series"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImagingStudyDicomSeries"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-13"^^xsd:date] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "DICOM 系列(series)實例(instance)UID"] ; # fhir:code [ fhir:v "series"] ; # fhir:base ( [ fhir:v "ImagingStudy"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "ImagingStudy.series"] . # # -------------------------------------------------------------------------------------