FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehmi.eer
Resource TypeSearchParameter
IdSearchParameter-SearchParameter-SmpPublicKeyCertificateId.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-ehmi-eer/SearchParameter-SearchParameter-SmpPublicKeyCertificateId.html
URLhttp://medcomehmi.dk/ig/eer/SearchParameter/SearchParameter-SmpPublicKeyCertificateId
Version3.0.0-trial-use-2
Statusactive
Date2026-07-30T08:10:01+00:00
NameSmpPublicKeyCertificateIdSearchParameter
Realmdk
DescriptionSearch Device resources by SMP/PORS public-key certificate ID
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: SearchParameter SearchParameter-SmpPublicKeyCertificateId

SmpPublicKeyCertificateIdSearchParameter

Parameter smp-certificate-id:token

Search Device resources by SMP/PORS public-key certificate ID

ResourceDevice
ExpressionDevice.extension('http://medcomehmi.dk/ig/eer/StructureDefinition/smp-public-key').extension('http://medcomehmi.dk/ig/eer/StructureDefinition/smp-certificate-id').value
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "SearchParameter-SmpPublicKeyCertificateId",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/eer/SearchParameter/SearchParameter-SmpPublicKeyCertificateId",
  "version": "3.0.0-trial-use-2",
  "name": "SmpPublicKeyCertificateIdSearchParameter",
  "status": "active",
  "date": "2026-07-30T08:10:01+00:00",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://medcom.dk"
        },
        {
          "system": "email",
          "value": "ehmi@medcom.dk"
        }
      ]
    }
  ],
  "description": "Search Device resources by SMP/PORS public-key certificate ID",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "code": "smp-certificate-id",
  "base": [
    "Device"
  ],
  "type": "token",
  "expression": "Device.extension('http://medcomehmi.dk/ig/eer/StructureDefinition/smp-public-key').extension('http://medcomehmi.dk/ig/eer/StructureDefinition/smp-certificate-id').value"
}