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

Generated Narrative: SearchParameter ImagingStudy-instance

ImagingStudyDicomInstance

Parameter instance:token

DICOM SOP實例(instance)UID

\n
ResourceImagingStudy
ExpressionImagingStudy.series.instance.uid
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-instance"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImagingStudyDicomInstance"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-13"^^xsd:date] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "DICOM SOP實例(instance)UID "] ; # fhir:code [ fhir:v "instance"] ; # fhir:base ( [ fhir:v "ImagingStudy"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "ImagingStudy.series.instance.uid"] . # # -------------------------------------------------------------------------------------