臺灣核心實作指引(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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/enc-example> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "enc-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>就醫資料</b></h3><p><b>識別碼</b>:E22081702</p><p><b>就醫現況</b>:finished</p><p><b>就醫分類</b>:pre-admission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/4.0.0/ValueSet-v3-ActEncounterCode.html\">ActEncounterCode</a>#PRENC)</span></p><p><b>就醫種類</b>:Annual diabetes mellitus screening <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-type.html\">Encounter type</a>#ADMS)</span></p><p><b>服務型別</b>:腎臟內科(Nephrology (qualifier value)) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">Service type</a>#394589003)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>出院後的地點</b>:Home <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-discharge-disposition.html\">Discharge disposition</a>#home)</span></p><p><b>就醫發生的地點</b>:<a href=\"Location-loc-ent-example.html\">Location/loc-ent-example</a> \"衛生福利部臺北醫院\"</p><h3>參與就醫的健康照護服務提供者</h3><table class=\"grid\"><tr><td>-</td><td><b>角色</b></td><td><b>參與時段</b></td><td><b>參與人</b></td></tr><tr><td>*</td><td>primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></td><td>2022-08-01 17:00:14+08:00 --> 2022-08-01 18:00:14+08:00</td><td><a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</td></tr></table><p><b>就醫的開始和結束時間</b>:2022-08-01 17:00:14+08:00 --> 2022-08-01T18:00:14 08:00</p><p><b>就醫原因</b>:FH: Diabetes mellitus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160303001)</span></p></div>"
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://healthcare.example.org/identifiers/enocunter" ] ;
fhir:Identifier.value [ fhir:value "E22081702" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "PRENC" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/encounter-type" ] ;
fhir:Coding.code [ fhir:value "ADMS" ]
]
] ;
fhir:Encounter.serviceType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:394589003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "394589003" ] ;
fhir:Coding.display [ fhir:value "Nephrology (qualifier value)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "腎臟內科" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "PPRF" ]
]
] ;
fhir:Encounter.participant.period [
fhir:Period.start [ fhir:value "2022-08-01T17:00:14+08:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime ]
] ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2022-08-01T17:00:14+08:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime ]
] ;
fhir:Encounter.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:160303001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "160303001" ] ;
fhir:Coding.display [ fhir:value "FH: Diabetes mellitus" ]
]
] ;
fhir:Encounter.hospitalization [
fhir:Encounter.hospitalization.dischargeDisposition [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/discharge-disposition" ] ;
fhir:Coding.code [ fhir:value "home" ]
]
]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/loc-ent-example> ;
fhir:Reference.reference [ fhir:value "Location/loc-ent-example" ]
]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .
<http://hl7.org/fhir/Location/loc-ent-example> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/enc-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/enc-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 |
聯絡我們
