全國性預防接種資訊登錄與上傳實作指引
0.0.1 - ci-build Taiwan, Province of China flag

全國性預防接種資訊登錄與上傳實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hyweb-cdc/niis/ and changes regularly. See the Directory of published versions

: 上傳失敗-系統回應訊息-Bad Request範例 - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/operationoutcome-badrequest-min> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "operationoutcome-badrequest-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twniis.cdc.gov.tw/twniis/StructureDefinition/operationoutcome-niis" ;
       fhir:index 0 ;
       fhir:link <https://twniis.cdc.gov.tw/twniis/StructureDefinition/operationoutcome-niis>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>上傳失敗-系統回應訊息-Bad Request範例</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>:非正確之JSON格式 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twniis-operationoutcome-values.html\">CDC-NIIS系統-系統回應訊息</a>#E00001)</span></p></div>"
  ] ;
  fhir:OperationOutcome.issue [
     fhir:index 0 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "processing" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-operationoutcome-values" ] ;
         fhir:Coding.code [ fhir:value "E00001" ] ;
         fhir:Coding.display [ fhir:value "非正確之JSON格式" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/operationoutcome-badrequest-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/OperationOutcome/operationoutcome-badrequest-min.ttl> .