| Package | fhir.project0620 |
| Resource Type | SearchParameter |
| Id | example-custom-parameter |
| FHIR Version | R4 |
| Source | https://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 |
| Status | active |
| Name | patient-height |
| Realm | us |
| Authority | hl7 |
| Description | 按患者身高(厘米)筛选观察结果 |
| Type | quantity |
No resources found
No resources found
No narrative content found in resource
{
"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"
}