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

period

Parameter period:date

Search parameter for finding communication based on period

\n
ResourceCommunication
ExpressionCommunication.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-period')
Processing ModeNormal
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 "http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/period"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "period"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2021-05-06T08:31:20+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Search parameter for finding communication based on period"] ; # fhir:code [ fhir:v "period"] ; # fhir:base ( [ fhir:v "Communication"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:expression [ fhir:v "Communication.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-period')"] ; # fhir:xpathUsage [ fhir:v "normal"] . # # -------------------------------------------------------------------------------------