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
@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/ClaimResponse/self-assessment-example> a fhir:ClaimResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "self-assessment-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/ClaimResponse-self-assessment-twpas" ;
fhir:index 0 ;
fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/ClaimResponse-self-assessment-twpas>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ClaimResponse-self-assessment-twpas.html\">自主審查-ClaimResponse Self Assessment TWPAS</a></p></div><p><b>狀態</b>:Active</p><p><b>審查委員身分證號</b>:F123456789(http://www.moi.gov.tw)、A123456789(http://www.moi.gov.tw)</p><p><b>類型</b>:<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>用途</b>:Preauthorization</p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>核定日期</b>:2024-07-30</p><p><b>保險商</b>:<a href=\"Organization-org-nhi.html\">Organization 衛生福利部中央健康保險署</a></p><p><b>處置狀態</b>:Processing Complete</p><blockquote><p><b>對應的Claim.item.sequence</b>:1<br/><b>個別審查結果數量</b>:5<br/><b>個別醫令核定註記</b>:同意備查 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-nhi-approve-comment.html\">NHI-健保事前審查-核定註記</a>#1) </span>)</p></blockquote><blockquote><p><b>對應的Claim.item.sequence</b>:2<br/><b>個別審查結果數量</b>:4<br/><b>個別醫令核定註記</b>:同意備查 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-nhi-approve-comment.html\">NHI-健保事前審查-核定註記</a>#1) </span>)</p></blockquote></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-claimResponse-requestor" ] ;
fhir:Extension.valueIdentifier [
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "F123456789" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-claimResponse-requestor" ] ;
fhir:Extension.valueIdentifier [
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "A123456789" ]
]
] ;
fhir:ClaimResponse.status [ fhir:value "active"] ;
fhir:ClaimResponse.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
fhir:Coding.code [ fhir:value "institutional" ]
]
] ;
fhir:ClaimResponse.use [ fhir:value "preauthorization"] ;
fhir:ClaimResponse.patient [
fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
] ;
fhir:ClaimResponse.created [ fhir:value "2024-07-30"^^xsd:date] ;
fhir:ClaimResponse.insurer [
fhir:link <http://hl7.org/fhir/Organization/org-nhi> ;
fhir:Reference.reference [ fhir:value "Organization/org-nhi" ]
] ;
fhir:ClaimResponse.outcome [ fhir:value "complete"] ;
fhir:ClaimResponse.item [
fhir:index 0 ;
fhir:ClaimResponse.item.itemSequence [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:ClaimResponse.item.adjudication [
fhir:index 0 ;
fhir:ClaimResponse.item.adjudication.category [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication" ] ;
fhir:Coding.code [ fhir:value "submitted" ]
]
] ;
fhir:ClaimResponse.item.adjudication.reason [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment" ] ;
fhir:Coding.code [ fhir:value "1" ]
]
] ;
fhir:ClaimResponse.item.adjudication.value [ fhir:value "5"^^xsd:decimal ]
]
], [
fhir:index 1 ;
fhir:ClaimResponse.item.itemSequence [ fhir:value "2"^^xsd:positiveInteger ] ;
fhir:ClaimResponse.item.adjudication [
fhir:index 0 ;
fhir:ClaimResponse.item.adjudication.category [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication" ] ;
fhir:Coding.code [ fhir:value "submitted" ]
]
] ;
fhir:ClaimResponse.item.adjudication.reason [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment" ] ;
fhir:Coding.code [ fhir:value "1" ]
]
] ;
fhir:ClaimResponse.item.adjudication.value [ fhir:value "4"^^xsd:decimal ]
]
] .
<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .
<http://hl7.org/fhir/Organization/org-nhi> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ClaimResponse/self-assessment-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ClaimResponse/self-assessment-example.ttl> .
IG © 2024+ 衛生福利部中央健康保險署. Package tw.gov.mohw.nhi.pas#1.2.4 based on FHIR 4.0.1. Generated 2026-06-26
Links: Table of Contents |
QA Report
| Version History
