臺灣疫苗接種或開立藥品紀錄上傳實作指引
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

: CDC回覆院所上傳接種疫苗與開立藥品紀錄 - TTL Representation

Raw ttl | Download


@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-put-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-put-response-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-put-response-vacc>     ] )
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "0634030014D0420120000" ]
  ] ; # 
  fhir:type [ fhir:v "batch-response"] ; # 
  fhir:timestamp [ fhir:v "2023-04-20T12:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://vacc.cdc.gov.tw/vacc/Operationoutcome/perationoutcome-min"^^xsd:anyURI ] ;
    ( fhir:resource <https://vacc.cdc.gov.tw/vacc/Operationoutcome/perationoutcome-min> ) ;
fhir:response [
fhir:status [ fhir:v "200OK" ]     ]
  ] ) . # 

<https://vacc.cdc.gov.tw/vacc/Operationoutcome/perationoutcome-min> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "operationoutcome-min"] ; # 
  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>#I00000)</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 "I00000" ] ;
fhir:display [ fhir:v "作業完成" ]       ] )     ]
  ] ) . #