eHealth Infrastructure
10.0.0 - release Denmark flag

This page is part of the FUT Infrastructure (v10.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patientCPRIdentifierUnique - TTL Representation

Active as of 2022-11-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/ehealth-patient-search-cpridentifier-unique> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ehealth-patient-search-cpridentifier-unique"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ehealth-patient-search-cpridentifier-unique</b></p><a name=\"ehealth-patient-search-cpridentifier-unique\"> </a><a name=\"hcehealth-patient-search-cpridentifier-unique\"> </a><h2>patientCPRIdentifierUnique</h2><p>Parameter <code>patientCPRIdentifierUnique</code>:<code>token</code></p><div><p>Uniqueness constraint on search parameter patientCPRIdentifier</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.identifier.where(system = 'urn:oid:1.2.208.176.1.2').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table><p><b>Component</b></p><table class=\"grid\"><tr><td><a href=\"SearchParameter-ehealth-patient-search-cpridentifier.html\">patientCPRIdentifier</a></td><td><code>Patient</code></td><td><code>token</code></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hapifhir.io/fhir/StructureDefinition/sp-unique" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:SearchParameter.url [ fhir:value "http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifierUnique"] ;
  fhir:SearchParameter.version [ fhir:value "10.0.0"] ;
  fhir:SearchParameter.name [ fhir:value "patientCPRIdentifierUnique"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2022-11-15T08:31:20+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Uniqueness constraint on search parameter patientCPRIdentifier"] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DK" ] ;
       fhir:Coding.display [ fhir:value "Denmark" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "patientCPRIdentifierUnique"] ;
  fhir:SearchParameter.base [
     fhir:value "Patient" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "Patient.identifier.where(system = 'urn:oid:1.2.208.176.1.2').value"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
  fhir:SearchParameter.component [
     fhir:index 0 ;
     fhir:SearchParameter.component.definition [
       fhir:value "http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifier" ;
       fhir:link <http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifier>
     ] ;
     fhir:SearchParameter.component.expression [ fhir:value "Patient" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/ehealth-patient-search-cpridentifier-unique.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/ehealth-patient-search-cpridentifier-unique.ttl> .