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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeSearchParameter
IdSearchParameter-ObservationPatient.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter-ObservationPatient.html
URLhttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/ObservationPatient
Version0.1.0
Statusactive
Date2026-01-08T02:54:12+00:00
NameObservationPatient
Realmus
Authorityhl7
Description搜尋Observation的patient參數
Typereference

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 ObservationPatient

ObservationPatient

Parameter patient:reference

搜尋Observation的patient參數

ResourceObservation
ExpressionObservation.subject.where(resolve() is Patient)
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": "ObservationPatient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/ObservationPatient",
  "version": "0.1.0",
  "name": "ObservationPatient",
  "status": "active",
  "date": "2026-01-08T02:54:12+00:00",
  "publisher": "Kimsber",
  "contact": [
    {
      "name": "Kimsber",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/Kimsber"
        }
      ]
    }
  ],
  "description": "搜尋Observation的patient參數",
  "code": "patient",
  "base": [
    "Observation"
  ],
  "type": "reference",
  "expression": "Observation.subject.where(resolve() is Patient)"
}