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

FHIR IG analytics

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

Resources that use this resource

CapabilityStatement
de.medizininformatikinitiative.use-case.omi#0.3.26OMIRegistryCapabilityStatementOMI Registry Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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.26",
  "name": "DevicePropertyTypeCode",
  "code": "property-type-code",
  "type": "composite",
  "expression": "Device.property"
}