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

FHIR IG analytics

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

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 ObservationLastupdated

ObservationLastupdated

Parameter _lastUpdated:date

搜尋Observation的_lastUpdated參數

ResourceObservation
ExpressionResource.meta.lastUpdated
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": "ObservationLastupdated",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/ObservationLastupdated",
  "version": "0.1.0",
  "name": "ObservationLastupdated",
  "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的_lastUpdated參數",
  "code": "_lastUpdated",
  "base": [
    "Observation"
  ],
  "type": "date",
  "expression": "Resource.meta.lastUpdated"
}