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

Generated Narrative: SearchParameter ImagingStudy-dicom-class

ImagingStudyDicomclass

Parameter _id:token

DICOM的instance類型

\n
ResourceImagingStudy
ExpressionImagingStudy.series.instance.sopClass
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-dicom-class"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImagingStudyDicomclass"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-13"^^xsd:date] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "DICOM的instance類型"] ; # fhir:code [ fhir:v "_id"] ; # fhir:base ( [ fhir:v "ImagingStudy"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "ImagingStudy.series.instance.sopClass"] . # # -------------------------------------------------------------------------------------