臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. 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/Coverage/coverage-example> a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "coverage-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coverage-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coverage-twcore>
]
] ;
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: Coverage coverage-example</b></p><a name=\"coverage-example\"> </a><a name=\"hccoverage-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Coverage-twcore.html\">TW Core Coverage</a></p></div><p><b>identifier</b>: Member Number/88800933501</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nahdo.org/sopt 3712}, {http://terminology.hl7.org/CodeSystem/v3-ActCode PPO}\">PPO</span></p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>payor</b>: <a href=\"Organization-org-co-example.html\">Organization 莉梓股份有限公司</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">An employee group</span></p><p><b>value</b>: xyz</p><p><b>name</b>: XYZ employee Group Plan</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">A specific suite of benefits.</span></p><p><b>value</b>: gold</p><p><b>name</b>: Acme Gold Plan</p></blockquote></div>"
] ;
fhir:Coverage.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MB" ] ;
fhir:Coding.display [ fhir:value "Member Number" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://example.org/fhir/memberidentifier" ] ;
fhir:Identifier.value [ fhir:value "88800933501" ]
] ;
fhir:Coverage.status [ fhir:value "active"] ;
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nahdo.org/sopt" ] ;
fhir:Coding.code [ fhir:value "3712" ] ;
fhir:Coding.display [ fhir:value "PPO" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "PPO" ] ;
fhir:Coding.display [ fhir:value "preferred provider organization policy" ]
] ;
fhir:CodeableConcept.text [ fhir:value "PPO" ]
] ;
fhir:Coverage.subscriberId [ fhir:value "888009335"] ;
fhir:Coverage.beneficiary [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
] ;
fhir:Coverage.relationship [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ] ;
fhir:Coding.code [ fhir:value "self" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Self" ]
] ;
fhir:Coverage.period [
fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ]
] ;
fhir:Coverage.payor [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/org-co-example> ;
fhir:Reference.reference [ fhir:value "Organization/org-co-example" ]
] ;
fhir:Coverage.class [
fhir:index 0 ;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
fhir:Coding.code [ fhir:value "group" ] ;
fhir:Coding.display [ fhir:value "Group" ]
] ;
fhir:CodeableConcept.text [ fhir:value "An employee group" ]
] ;
fhir:Coverage.class.value [ fhir:value "xyz" ] ;
fhir:Coverage.class.name [ fhir:value "XYZ employee Group Plan" ]
], [
fhir:index 1 ;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
fhir:Coding.code [ fhir:value "plan" ] ;
fhir:Coding.display [ fhir:value "Plan" ]
] ;
fhir:CodeableConcept.text [ fhir:value "A specific suite of benefits." ]
] ;
fhir:Coverage.class.value [ fhir:value "gold" ] ;
fhir:Coverage.class.name [ fhir:value "Acme Gold Plan" ]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
<http://hl7.org/fhir/Organization/org-co-example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Coverage/coverage-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Coverage/coverage-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
