旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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 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:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "operationoutcome-fail-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>: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>#E00005)</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 "E00005" ] ;
fhir:display [ fhir:v "疫苗/藥品庫存不足" ]       ] )     ]
  ] ) . #