臺灣核心實作指引(TW Core IG)
0.3.1 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: Message response(回應) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "bun-message-response-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "01014857930415100000000" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-12-02T12:34:56.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-response-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-response-example> )
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-response-example> a fhir:MessageHeader ;
  fhir:id [ fhir:v "mes-response-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>訊息表頭-response</b></h3><p><b>訊息回應識別碼</b>: efdd266b-0e09-4164-883e-35cf3871715f</p><p><b>訊息回應的事件代碼</b>: Laboratory report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#11502-2)</span></p><p><b>訊息回應來源</b>: https://www.cdc.gov.tw/</p><p><b>訊息回應類型</b>: OK <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/response-code\">ResponseType</a>#ok)</span></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding, loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "https://www.cdc.gov.tw/"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
fhir:identifier [ fhir:v "efdd266b-0e09-4164-883e-35cf3871715f" ] ;
fhir:code [ fhir:v "ok" ]
  ] . #