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

Generated Narrative: SearchParameter ImagingStudy-endpoint

ImagingStudyDicomEndpoint

Parameter endpoint:reference

DICOM study或series的endpoint

\n
ResourceImagingStudy
ExpressionImagingStudy.endpoint
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-endpoint"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImagingStudyDicomEndpoint"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-13"^^xsd:date] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "DICOM study或series的endpoint"] ; # fhir:code [ fhir:v "endpoint"] ; # fhir:base ( [ fhir:v "ImagingStudy"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "ImagingStudy.endpoint"] . # # -------------------------------------------------------------------------------------