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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bundle-response-batch-delete-immunization-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-delete-response-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-delete-response-vacc> ] )
] ; #
fhir:identifier [
fhir:value [ fhir:v "20240531110412" ]
] ; #
fhir:type [ fhir:v "batch-response"] ; #
fhir:timestamp [ fhir:v "2024-05-21T11:04:12.000Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-3"^^xsd:anyURI ] ;
( fhir:resource <https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-3> ) ;
fhir:response [
fhir:status [ fhir:v "200 OK" ] ;
fhir:location [ fhir:v "Immunization/immunization-typh-min"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-4"^^xsd:anyURI ] ;
( fhir:resource <https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-4> ) ;
fhir:response [
fhir:status [ fhir:v "400 Bad Request" ] ;
fhir:location [ fhir:v "Immunization/immunization-yf-min"^^xsd:anyURI ] ]
] ) . #
<https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-3> a fhir:OperationOutcome ;
fhir:id [ fhir:v "operationoutcome-delete-3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/operationoutcome-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/operationoutcome-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>:Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-severity\">IssueSeverity</a>#information)</span></p><p><b>問題種類</b>:Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-type\">IssueType</a>#information)</span></p><p><b>訊息種類</b>:刪除成功 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-operationoutcome-values.html\">CDC-VACC系統-系統回應訊息</a>#I00003)</span></p></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-operationoutcome-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I00003" ] ;
fhir:display [ fhir:v "刪除成功" ] ] ) ]
] ) . #
<https://vacc.cdc.gov.tw/vacc/Operationoutcome/operationoutcome-delete-4> a fhir:OperationOutcome ;
fhir:id [ fhir:v "operationoutcome-delete-4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/operationoutcome-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/operationoutcome-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>:Error <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-severity\">IssueSeverity</a>#error</span></p><p><b>問題種類</b>:Processing Failure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-type\">IssueType</a>#processing)</span></p><p><b>訊息種類</b>:該筆接種資料具有多筆發證歷程,不允許修改/刪除 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-operationoutcome-values.html\">CDC-VACC系統-系統回應訊息</a>#E00011)</span></p></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-operationoutcome-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E00011" ] ;
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