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

FHIR IG Statistics: SearchParameter/DevicePropertyTypeAndCodeSP

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeSearchParameter
IdDevicePropertyTypeAndCodeSP
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeAndCodeSP
URLhttp://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeAndCodeSP
Version0.3.19
Statusactive
NameDevicePropertyTypeCode
Realmde
DescriptionComposite search for devices based on property type and property code
Typecomposite

Resources that use this resource

CapabilityStatement
OMIRegistryCapabilityStatementOMI Registry Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "DevicePropertyTypeAndCodeSP",
  "url": "http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeAndCodeSP",
  "description": "Composite search for devices based on property type and property code",
  "base": [
    "Device"
  ],
  "component": [
    {
      "definition": "http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeSP",
      "expression": "type"
    },
    {
      "definition": "http://omi.de/fhir/registry/SearchParameter/DevicePropertyValueCodeSP",
      "expression": "valueCode"
    }
  ],
  "status": "active",
  "publisher": "MOLIT gGmbH",
  "version": "0.3.19",
  "name": "DevicePropertyTypeCode",
  "code": "property-type-code",
  "type": "composite",
  "expression": "Device.property"
}