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

responsible

Parameter responsible:reference

Search parameter for finding responsible entity on Appointment

\n
ResourceAppointment
ExpressionAppointment.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible')
Processing ModeNormal
MultiplesThe parameter cannot repeat or have multiple values
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/responsible"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.0"] ; # fhir:name [ fhir:v "responsible"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2021-05-06T08:31:20+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Search parameter for finding responsible entity on Appointment"] ; # fhir:code [ fhir:v "responsible"] ; # fhir:base ( [ fhir:v "Appointment"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "Appointment.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible')"] ; # fhir:xpathUsage [ fhir:v "normal"] . # # -------------------------------------------------------------------------------------