臺灣核心實作指引(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

: 訊息表頭-request (傳送) - 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/MessageHeader/mes-request-example> a fhir:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "mes-request-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\"><h3><b>訊息表頭-request</b></h3><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://tpech.gov.taipei/</p><p><b>訊息內容</b>:</p><blockquote><p><b>檢驗報告</b>:<a href=\"DiagnosticReport-dia-example.html\">DiagnosticReport/dia-example</a></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢驗檢查資料</b>:<a href=\"Observation-obs-lab-example.html\">Observation/obs-lab-example</a></p></blockquote></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://tpech.gov.taipei/" ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/DiagnosticReport/dia-example> ;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/dia-example" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ], [
     fhir:index 2 ;
     fhir:link <http://hl7.org/fhir/Observation/obs-lab-example> ;
     fhir:Reference.reference [ fhir:value "Observation/obs-lab-example" ]
  ] .

<http://hl7.org/fhir/DiagnosticReport/dia-example> a fhir:DiagnosticReport .

<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .

<http://hl7.org/fhir/Observation/obs-lab-example> a fhir:Observation .

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

<http://hl7.org/fhir/MessageHeader/mes-request-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MessageHeader/mes-request-example.ttl> .