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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeSearchParameter
IdSearchParameter-GoalTargetdate.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter-GoalTargetdate.html
URLhttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/GoalTargetdate
Version0.1.0
Statusactive
Date2026-01-08T02:54:12+00:00
NameGoalTargetdate
Realmus
Authorityhl7
Description搜尋Goal的target-date參數
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 GoalTargetdate

GoalTargetdate

Parameter target-date:date

搜尋Goal的target-date參數

ResourceGoal
Expression(Goal.target.due.ofType(date))
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": "GoalTargetdate",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/GoalTargetdate",
  "version": "0.1.0",
  "name": "GoalTargetdate",
  "status": "active",
  "date": "2026-01-08T02:54:12+00:00",
  "publisher": "Kimsber",
  "contact": [
    {
      "name": "Kimsber",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/Kimsber"
        }
      ]
    }
  ],
  "description": "搜尋Goal的target-date參數",
  "code": "target-date",
  "base": [
    "Goal"
  ],
  "type": "date",
  "expression": "(Goal.target.due.ofType(date))"
}