臺灣健保事前審查實作指引
1.2.4 - STU1.2.4

This page is part of the 臺灣健保癌症用藥事前審查實作指引(TWPAS IG) (v1.2.4: STU1.2.4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Claim-lastUpdated - TTL Representation

Active as of 2026-07-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/Claim-lastUpdated> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Claim-lastUpdated"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Claim-lastUpdated</b></p><a name=\"Claim-lastUpdated\"> </a><a name=\"hcClaim-lastUpdated\"> </a><h2>ClaimLastUpdated</h2><p>Parameter <code>_lastUpdated</code>:<code>date</code></p><div><p>事前審查(Claim)的上傳日期時間(lastUpdated)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/claim.html\">Claim</a></td></tr><tr><td>Expression</td><td><code>Claim.meta.lastUpdated</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/SearchParameter/Claim-lastUpdated"] ;
  fhir:SearchParameter.version [ fhir:value "1.2.4"] ;
  fhir:SearchParameter.name [ fhir:value "ClaimLastUpdated"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-01"^^xsd:date] ;
  fhir:SearchParameter.publisher [ fhir:value "衛生福利部中央健康保險署"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部中央健康保險署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nhi.gov.tw" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "事前審查(Claim)的上傳日期時間(lastUpdated)"] ;
  fhir:SearchParameter.code [ fhir:value "_lastUpdated"] ;
  fhir:SearchParameter.base [
     fhir:value "Claim" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "date"] ;
  fhir:SearchParameter.expression [ fhir:value "Claim.meta.lastUpdated"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/Claim-lastUpdated.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/Claim-lastUpdated.ttl> .