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 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:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "immunization-typh-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/immunization-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/immunization-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>:TRAVEL00404</p><p><b>疫苗</b>:傷寒疫苗 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-vaccine-code-values.html\">CDC-VACC系統-疫苗/藥品</a>#TYPH)</span></p><p><b>疫苗批號</b>:W2A262V(W2A26)</p><p><b>疫苗廠牌</b>: <a href=\"Organization-organization-vaccine-min.html\">Organization/organization-vaccine-min</a> \"Sanofi Pasteur\"</p><p><b>疫苗施打時間</b>:2024-01-01 09:30:30</p><p><b>接種機構</b>: <a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"臺北榮民總醫院蘇澳分院\"</p><p><b>疫苗數量</b>:1</p><p><b>疫苗庫存類別[extension: <a href=\"StructureDefinition-vacc-stock-type.html\">StockType</a>]</b>:庫存疫苗 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-stock-type-values.html\">CDC-VACC系統-疫苗庫存類別</a>#0)</span></p><p><b>費用類別</b>: 自費(Private) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/immunization-funding-source\">ImmunizationFundingSource</a>#private)</span></p><p><b>個案資料</b>: <a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> \"赤木晴子\"</p><p><b>個案出境資料</b>: <a href=\"Observation-observation-work-min.html\">Observation/observation-work-min</a> \"剛果\"</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-stock-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-stock-type-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "庫存" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "TRAVEL00404" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TYPH" ] ;
fhir:display [ fhir:v "傷寒疫苗" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-passport-min" ]
] ; #
fhir:occurrence [ fhir:v "2024-01-01T09:30:30.000Z"^^xsd:dateTime] ; #
fhir:manufacturer [
fhir:reference [ fhir:v "Organization/organization-vaccine-min" ]
] ; #
fhir:lotNumber [ fhir:v "W2A262V(W2A26)"] ; #
fhir:doseQuantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/organization-hosp-min" ] ]
] ) ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Observation/observation-work-min" ]
] ) ; #
fhir:fundingSource [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-funding-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "private" ] ;
fhir:display [ fhir:v "Private" ] ] )
] . #
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