旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
1.0.0 - ci-build

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

: 出境資料-衣索比亞 - TTL Representation

Raw ttl | Download


@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-travel-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>:44007777(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-id-min.html\">Patient/patient-id-min</a> \"朱以柔\"</p><p><b>出境紀錄的相關疫苗紀錄</b>: <a href=\"Immunization-immunization-ch-min.html\">Immunization/immunization-ch-min</a> \"霍亂疫苗\"</p><p><b>資料記錄時間</b>:2023-06-01 09:30:30</p><p><b>出國時間</b>:2024-02-10</p><p><b>返國時間</b>:2024-02-20</p><p><b>出國地點</b>: ET (衣索比亞Ethiopia)<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://terminology.hl7.org/CodeSystem-ISO3166Part1.html\">ISO3166Part1</a>#ET) </span>, SD(蘇丹Sudan) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-ISO3166Part1.html\">ISO3166Part1</a>#SD)</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>#1)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://tpech.gov.taipei/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "44007777" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "Immunization/immunization-ch-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-id-min" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-06-01T09:30:30.000Z"^^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-02-10"^^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-02-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 "ET" ]       ] [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SD" ]       ] )     ]
  ] [
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 "1" ] ;
fhir:display [ fhir:v "旅遊" ]       ] )     ]
  ] ) . #