@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.eu/fhir/imaging-manifest-r5/SearchParameter/DateImagesAcquiredSearchParameter> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DateImagesAcquiredSearchParameter"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DateImagesAcquiredSearchParameter</b></p><a name=\"DateImagesAcquiredSearchParameter\"> </a><a name=\"hcDateImagesAcquiredSearchParameter\"> </a><h2>SearchParameter: DateImagesAcquired</h2><p>Parameter <code>date-image-acquired</code>:<code>date</code></p><div><p>Searches for manifest representing imaging studies that were acquired on a specific date.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R5/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td>(none)</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/SearchParameter/DateImagesAcquiredSearchParameter"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0-snapshot1"] ; # 
  fhir:name [ fhir:v "SearchParameter: DateImagesAcquired"] ; # 
  fhir:title [ fhir:v "SearchParameter: DateImagesAcquired"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-23T17:10:03+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.eu" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Searches for manifest representing imaging studies that were acquired on a specific date."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0)."] ; # 
  fhir:code [ fhir:v "date-image-acquired"] ; # 
  fhir:base ( [ fhir:v "DocumentReference"] ) ; # 
  fhir:type [ fhir:v "date"] ; # 
  fhir:multipleOr [ fhir:v true] ; # 
  fhir:multipleAnd [ fhir:v true] . # 

# -------------------------------------------------------------------------------------

