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

FHIR IG Statistics: SearchParameter/example-custom-parameter

Packagefhir.project0620
Resource TypeSearchParameter
Idexample-custom-parameter
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.project0620@0.0.0&canonical= http://example.org/fhir/SearchParameter/patient-height
URL http://example.org/fhir/SearchParameter/patient-height
Statusactive
Namepatient-height
Realmus
Authorityhl7
Description按患者身高(厘米)筛选观察结果
Typequantity

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "example-custom-parameter",
  "url": " http://example.org/fhir/SearchParameter/patient-height ",
  "name": "patient-height",
  "code": "height",
  "base": [
    "Observation"
  ],
  "type": "quantity",
  "expression": "Observation.valueQuantity",
  "xpath": "f:Observation/f:valueQuantity",
  "comparator": [
    "eq",
    "gt",
    "lt"
  ],
  "description": "按患者身高(厘米)筛选观察结果",
  "status": "active"
}