FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/ehealth-patient-search-cpridentifier-unique

Packagedk.ehealth.sundhed.fhir.ig.core
TypeSearchParameter
Idehealth-patient-search-cpridentifier-unique
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/SearchParameter-ehealth-patient-search-cpridentifier-unique.html
URLhttp://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifierUnique
Version3.5.1
Statusactive
Date2022-11-15T08:31:20+00:00
NamepatientCPRIdentifierUnique
Realmdk
DescriptionUniqueness constraint on search parameter patientCPRIdentifier
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Søgeparameter ehealth-patient-search-cpridentifier-unique

patientCPRIdentifierUnique

Parameter patientCPRIdentifierUnique:token

Uniqueness constraint on search parameter patientCPRIdentifier

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

Comparators

patientCPRIdentifierPatient

Source

{
  "resourceType": "SearchParameter",
  "id": "ehealth-patient-search-cpridentifier-unique",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hapifhir.io/fhir/StructureDefinition/sp-unique",
      "valueBoolean": true
    }
  ],
  "url": "http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifierUnique",
  "version": "3.5.1",
  "name": "patientCPRIdentifierUnique",
  "status": "active",
  "date": "2022-11-15T08:31:20+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Uniqueness constraint on search parameter patientCPRIdentifier",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "code": "patientCPRIdentifierUnique",
  "base": [
    "Patient"
  ],
  "type": "token",
  "expression": "Patient.identifier.where(system = 'urn:oid:1.2.208.176.1.2').value",
  "xpathUsage": "normal",
  "component": [
    {
      "definition": "http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifier",
      "expression": "Patient"
    }
  ]
}