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

Generated Narrative: SearchParameter ImagingStudy-subject

ImagingStudyDicomSubject

Parameter subject:reference

醫療影像有關的對象及(或)事物(subject)

\n
ResourceImagingStudy
ExpressionImagingStudy.subject
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-subject"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ImagingStudyDicomSubject"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-13"^^xsd:date] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "醫療影像有關的對象及(或)事物(subject)"] ; # fhir:code [ fhir:v "subject"] ; # fhir:base ( [ fhir:v "ImagingStudy"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "ImagingStudy.subject"] . # # -------------------------------------------------------------------------------------