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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeSearchParameter
IdSearchParameter-Claim-lastUpdated.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/TWNHIFHIR/pas/SearchParameter-Claim-lastUpdated.html
URLhttps://nhicore.nhi.gov.tw/pas/SearchParameter/Claim-lastUpdated
Version1.2.5
Statusactive
Date2026-07-01
NameClaimLastUpdated
Realmtw
Authoritynational
Description事前審查(Claim)的上傳日期時間(lastUpdated)
Typedate

Resources that use this resource

CapabilityStatement
tw.gov.mohw.nhi.pas#currentCapabilityStatementTWPASClient臺灣事前審查-用戶端(TWPAS Client)
tw.gov.mohw.nhi.pas#currentCapabilityStatementTWPASServer臺灣事前審查-伺服端(TWPAS Server)

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter Claim-lastUpdated

ClaimLastUpdated

Parameter _lastUpdated:date

事前審查(Claim)的上傳日期時間(lastUpdated)

ResourceClaim
ExpressionClaim.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": "Claim-lastUpdated",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nhicore.nhi.gov.tw/pas/SearchParameter/Claim-lastUpdated",
  "version": "1.2.5",
  "name": "ClaimLastUpdated",
  "status": "active",
  "date": "2026-07-01",
  "publisher": "衛生福利部中央健康保險署",
  "contact": [
    {
      "name": "衛生福利部中央健康保險署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nhi.gov.tw"
        }
      ]
    }
  ],
  "description": "事前審查(Claim)的上傳日期時間(lastUpdated)",
  "code": "_lastUpdated",
  "base": [
    "Claim"
  ],
  "type": "date",
  "expression": "Claim.meta.lastUpdated"
}