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-id.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/TWNHIFHIR/pas/SearchParameter-Claim-id.html
URLhttps://nhicore.nhi.gov.tw/pas/SearchParameter/Claim-id
Version1.2.5
Statusactive
Date2026-07-01
NameClaimId
Realmtw
Authoritynational
Description事前審查(Claim)的收件序號/案件編號(id)
Typetoken

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-id

ClaimId

Parameter id:token

事前審查(Claim)的收件序號/案件編號(id)

ResourceClaim
ExpressionClaim.id
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-id",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nhicore.nhi.gov.tw/pas/SearchParameter/Claim-id",
  "version": "1.2.5",
  "name": "ClaimId",
  "status": "active",
  "date": "2026-07-01",
  "publisher": "衛生福利部中央健康保險署",
  "contact": [
    {
      "name": "衛生福利部中央健康保險署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nhi.gov.tw"
        }
      ]
    }
  ],
  "description": "事前審查(Claim)的收件序號/案件編號(id)",
  "code": "id",
  "base": [
    "Claim"
  ],
  "type": "token",
  "expression": "Claim.id"
}