This page is part of the 旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引 (v1.0.0: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-volunteer-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/observation-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/observation-vacc> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>出境資料-肯亞</b></h3><p><b>病歷號</b>:88001555(https://tpech.gov.taipei/)</p><p><b>資料項目</b>:History of Travel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC code</a>#8691-8)</span></p><p><b>個案資料</b>: <a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> \"赤木晴子\"</p><p><b>出境紀錄的相關疫苗紀錄</b>: <a href=\"MedicationAdministration-medicationAdministration-min.html\">MedicationAdministration/medicationAdministration-min</a> \"阿托奎酮與氯胍混合製劑\"</p><p><b>資料記錄時間</b>:2024-01-17 12:30:30</p><p><b>出國時間</b>:2024-03-20</p><p><b>返國時間</b>:2024-04-20</p><p><b>出國地點</b>: KE (肯亞 Kenya) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-ISO3166Part1.html\">ISO3166Part1</a>#KE)</span></p><p><b>出國目的</b>: 志工活動 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-abroad-purpose-values.html\">CDC-VACC系統-出國目的</a>#5)</span></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://tpech.gov.taipei/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88001555" ]
] ) ; #
fhir:partOf ( [
fhir:reference [ fhir:v "MedicationAdministration/medicationAdministration-min" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:8691-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8691-8" ] ;
fhir:display [ fhir:v "History of Travel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-passport-min" ]
] ; #
fhir:effective [ fhir:v "2024-01-17T12:30:30+08:00"^^xsd:dateTime] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:82752-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82752-7" ] ;
fhir:display [ fhir:v "Date travel started" ] ] ) ] ;
fhir:value [ fhir:v "2024-03-20"^^xsd:date ]
] [
fhir:code [
( fhir:coding [
a loinc:91560-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91560-3" ] ;
fhir:display [ fhir:v "Date of departure from travel destination" ] ] ) ] ;
fhir:value [ fhir:v "2024-04-20"^^xsd:date ]
] [
fhir:code [
( fhir:coding [
a loinc:94651-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "94651-7" ] ;
fhir:display [ fhir:v "Country of travel [Location]" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KE" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:10182-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10182-4" ] ;
fhir:display [ fhir:v "History of Travel Narrative" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-abroad-purpose-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "志工活動" ] ] ) ]
] ) . #
IG © 2024+ 衛福部疾病管制署. Package tw.gov.mohw.cdc.vacc#1.0.0 based on FHIR 4.0.1. Generated 2024-09-23
Links: Table of Contents |
QA Report