臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

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

: Message response(回應) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/bun-message-response-example> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "bun-message-response-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore>
     ]
  ] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "01014857930415100000000" ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.timestamp [ fhir:value "2023-12-02T12:34:56.000Z"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-response-example" ] ;
     fhir:Bundle.entry.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:Resource.id [ fhir:value "mes-response-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_mes-response-example\"> </a><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:MessageHeader.eventCoding [
     a loinc:11502-2 ;
     fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
     fhir:Coding.code [ fhir:value "11502-2" ] ;
     fhir:Coding.display [ fhir:value "Laboratory report" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.endpoint [ fhir:value "https://www.cdc.gov.tw/" ]
  ] ;
  fhir:MessageHeader.response [
     fhir:MessageHeader.response.identifier [ fhir:value "efdd266b-0e09-4164-883e-35cf3871715f" ] ;
     fhir:MessageHeader.response.code [ fhir:value "ok" ]
  ] .

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

<http://hl7.org/fhir/Bundle/bun-message-response-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/bun-message-response-example.ttl> .