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

patientCPRIdentifier

Parameter patientCPRIdentifier:token

Search parameter for Patient DK-Core CPR identifier

\n
ResourcePatient
ExpressionPatient.identifier.where(system = 'urn:oid:1.2.208.176.1.2').value
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/Patient/cprIdentifier"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "patientCPRIdentifier"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-11-15T08: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 Patient DK-Core CPR identifier"] ; # fhir:code [ fhir:v "patientCPRIdentifier"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "Patient.identifier.where(system = 'urn:oid:1.2.208.176.1.2').value"] ; # fhir:xpathUsage [ fhir:v "normal"] . # # -------------------------------------------------------------------------------------