{ "description": "此臺灣核心-訊息表頭(TW Core MessageHeader) Profile說明本IG如何進一步定義FHIR的MessageHeader Resource以呈現訊息表頭的詳細資料。", "_filename": "StructureDefinition-MessageHeader-twcore.json", "package_name": "tw.gov.mohw.twcore", "date": "2024-10-22T10:57:31+08:00", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "TWCoreMessageHeader", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" } ], "abstract": false, "type": "MessageHeader", "experimental": null, "resourceType": "StructureDefinition", "title": "TW Core MessageHeader", "package_version": "0.3.1", "snapshot": { "element": [ { "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-5", "human": "If a resource is contained in another resource, it SHALL NOT have a security label", "xpath": "not(exists(f:contained/*/f:meta/f:security))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.security.empty()" }, { "key": "dom-6", "human": "A resource should have narrative for robust management", "xpath": "exists(f:text/h:div)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "warning", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." } ], "expression": "text.`div`.exists()" } ], "path": "MessageHeader", "min": 0, "definition": "在系統之間交換資訊時,會使用一個稱為「message header(訊息表頭)」的資料項目來標記和組織這次交換的內容。無論是發出請求還是回應某個動作,「訊息表頭」都扮演著關鍵角色。它不僅包含了這次動作涉及的對象(例如:特定的資料或resources),還包含了與這次動作相關的其他資訊。\n\n這些資訊一般會放在一個稱為「Bundle」的resource中傳輸,而「Message Header」resource則是這個Bundle中的第一個resource。這種結構讓接收方可以從「Message Header」resource 開始解析整個bundle,了解這次訊息交換的上下文和目的。簡言之,「Message Header」resource就像是一封信的信頭,告訴接收者这封信的主要内容和目的。", "isModifier": false, "short": "描述系統間交換的訊息的resources", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "MSH / MSA / ERR", "identity": "v2" }, { "map": "Message", "identity": "rim" } ], "max": "*", "id": "MessageHeader", "base": { "max": "*", "min": 0, "path": "MessageHeader" }, "isSummary": false }, { "path": "MessageHeader.id", "min": 0, "definition": "resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。", "isModifier": false, "short": "不重複的ID用以識別儲存在特定FHIR Server中的DocumentReference紀錄,通常又稱為邏輯性ID。", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "max": "1", "id": "MessageHeader.id", "comment": "一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.meta", "min": 0, "definition": "關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。", "isModifier": false, "short": "此DocumentReference Resource的metadata", "type": [ { "code": "Meta" } ], "max": "1", "id": "MessageHeader.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.implicitRules", "min": 0, "definition": "構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。", "isModifier": true, "short": "創建此內容所依據的一組規則", "type": [ { "code": "uri" } ], "max": "1", "id": "MessageHeader.implicitRules", "comment": "宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.language", "min": 0, "definition": "編寫此resource的語言", "isModifier": false, "short": "用以表述DocumentReference Resource內容的語言。", "type": [ { "code": "code" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。" }, "max": "1", "id": "MessageHeader.language", "comment": "提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。", "example": [ { "label": "Value", "valueString": "zh-TW" } ], "base": { "max": "1", "min": 0, "path": "Resource.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.text", "min": 0, "definition": "人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。", "isModifier": false, "short": "DocumentReference Resource之內容摘要以供人閱讀", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "MessageHeader.text", "comment": "內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 **建議應該(SHOULD)** 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "MessageHeader.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "isModifier": false, "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "MessageHeader.contained", "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MessageHeader.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MessageHeader.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.event[x]", "requirements": "驅動與此訊息相關的行為", "min": 1, "definition": "用於識別此訊息所代表的事件並將其與其定義連接的代碼。作為FHIR規範一部分定義的事件,其系統值(system value)為「http://terminology.hl7.org/CodeSystem/message-events」。或者是指向EventDefinition的URI。", "isModifier": false, "short": "此訊息代表的事件的代碼或連結到事件定義", "mapping": [ { "map": "FiveWs.what[x]", "identity": "w5" }, { "map": "MSH-9.2", "identity": "v2" }, { "map": "./payload[classCode=\"CACT\" and moodCode=\"EVN\" and isNormalAct()]/code[isNormalDatatype()]/code", "identity": "rim" } ], "type": [ { "code": "Coding" }, { "code": "uri" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/message-events", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MessageEvent" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。" }, "max": "1", "id": "MessageHeader.event[x]", "comment": "事件的時間將在foscus resource中找到。訊息的時間將在[Bundle.timestamp](bundle-definitions.html#Bundle.timestamp)中找到。", "base": { "max": "1", "min": 1, "path": "MessageHeader.event[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.destination", "requirements": "訊息中會指定一個或多個接收方(目的地應用程式),用於確定訊息應該發送到哪裡去。這樣做的目的是為了確保訊息能夠正確地被送達到預定的接收者,並且允許接收訊息的系統或人員檢查自己是否是該訊息的目標接收者。簡言之,這是一種確認「這個訊息是不是發給我的」的機制。", "min": 0, "definition": "訊息目的地應用程式", "isModifier": false, "short": "訊息目的地應用程式", "mapping": [ { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "./communicationFunction[typeCode=\"RCV\"]", "identity": "rim" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "MessageHeader.destination", "comment": "在發送訊息時,通常 **應該(SHOULD)** 至少有一個接收目的地。但在某些情況下,發送訊息的系統可能不會知道任何特定的接收目的地系統。", "base": { "max": "*", "min": 0, "path": "MessageHeader.destination" }, "isSummary": true }, { "path": "MessageHeader.destination.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MessageHeader.destination.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.destination.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MessageHeader.destination.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.destination.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MessageHeader.destination.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.destination.name", "requirements": "可用於回應的路徑和/或支援稽核", "min": 0, "definition": "目標系統的名稱", "isModifier": false, "short": "系統的名稱", "mapping": [ { "map": "MSH-5", "identity": "v2" }, { "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]/name[type='ST' and isNormalDatatype()])", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "MessageHeader.destination.name", "base": { "max": "1", "min": 0, "path": "MessageHeader.destination.name" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.destination.target", "requirements": "支援多點跳躍繞徑(multi-hop routing)", "min": 0, "definition": "當發送的訊息首先被送達到一個中介系統而不是直接送到最終目的地時,需要明確識別出最終的接收系統是什麼。", "isModifier": false, "short": "在訊息或資料發送的目的地中,指定一個具體的接收點。", "mapping": [ { "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "max": "1", "id": "MessageHeader.destination.target", "base": { "max": "1", "min": 0, "path": "MessageHeader.destination.target" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.destination.endpoint", "requirements": "指明應將訊息繞徑至何處", "min": 1, "definition": "指明訊息應該被繞徑到哪裡", "isModifier": false, "short": "實際目的地地址或id", "mapping": [ { "map": "MSH-25 (or MSH-6)", "identity": "v2" }, { "map": "./telecom", "identity": "rim" } ], "type": [ { "code": "url" } ], "max": "1", "id": "MessageHeader.destination.endpoint", "comment": "對於不使用標準網絡地址的系統,該id可能是一個無法解析的URI。", "base": { "max": "1", "min": 1, "path": "MessageHeader.destination.endpoint" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.destination.receiver", "requirements": "可以把訊息發送到更多的地方,不只是發到某個應用程式裡面。", "min": 0, "definition": "當單純發送資料到一個特定的應用程式是不夠用時,這允許我們把訊息直接指定發送給具體的某個人或是某個部門。", "isModifier": false, "short": "資料應該被發送給在現實生活中真正需要這些資訊的個人或機構", "mapping": [ { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", "identity": "v2" }, { "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", "identity": "rim" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "max": "1", "id": "MessageHeader.destination.receiver", "base": { "max": "1", "min": 0, "path": "MessageHeader.destination.receiver" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.sender", "requirements": "不僅僅限制在應用程式層級的繞徑操作,可以進行更高層次的繞徑操作。", "min": 0, "definition": "識別發送端系統的身份,以便可以建立信任關係並進行後續操作。", "isModifier": false, "short": "訊息的實際發送端", "mapping": [ { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", "identity": "v2" }, { "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", "identity": "rim" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "mustSupport": true, "max": "1", "id": "MessageHeader.sender", "comment": "這個使用案例是針對一個(受信任的)發送端系統負責管理多個機構的情況,因此單憑來源端點/身份驗證無法區分機構。", "base": { "max": "1", "min": 0, "path": "MessageHeader.sender" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.enterer", "requirements": "需要知道這個訊息的來源是出於審計/追溯需求,可能也與授權有關。", "min": 0, "definition": "此訊息的資料輸入來源,即導致此訊息出現的人員或裝置。如果有多個可能的輸入者,則應選擇與訊息最相關的那個。如果有其他可能的輸入者,可以在擴充資料項目中提供其他輸入者資訊。", "isModifier": false, "short": "資料輸入的來源", "mapping": [ { "map": "FiveWs.author", "identity": "w5" }, { "map": "EVN-5 / ORC-10 / PRT-5:PRT-4='EP' / ROL where ROL.3 is EP or ORC.10", "identity": "v2" }, { "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[typeCode=\"ENT\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=(\"DEV\", \"PSN\") and determinerCode=\"INST\"])", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ] } ], "max": "1", "id": "MessageHeader.enterer", "comment": "通常僅用於請求,但也可用於回應。", "base": { "max": "1", "min": 0, "path": "MessageHeader.enterer" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.author", "requirements": "需要知道這個訊息的來源是出於審計/追溯需求,可能也與授權有關。", "min": 0, "definition": "這是在描述訊息的作者,也就是決定所描述事件應該發生的人或設備。如果有多個可能的候選者,應該選擇最接近消息標頭的那個。在需要時,可以在擴充資料項目中提供其他作者的相關資訊。", "isModifier": false, "short": "決策的來源", "mapping": [ { "map": "FiveWs.author", "identity": "w5" }, { "map": "ORC-19 / PRT-5:PRT-4='AUT' / ROL where ROL.3 is IP or ORC.12", "identity": "v2" }, { "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"AUT\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=(\"DEV\", \"PSN\") and determinerCode=\"INST\"])", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ] } ], "max": "1", "id": "MessageHeader.author", "comment": "通常僅用於請求,但也可用於回應。", "base": { "max": "1", "min": 0, "path": "MessageHeader.author" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source", "requirements": "允許回應,支援稽核。", "min": 1, "definition": "此訊息來源應用程式", "isModifier": false, "short": "訊息來源應用程式", "mapping": [ { "map": "FiveWs.actor", "identity": "w5" }, { "map": "unique(./communicationFunction[typeCode=\"SND\"])", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "MessageHeader.source", "base": { "max": "1", "min": 1, "path": "MessageHeader.source" }, "isSummary": true }, { "path": "MessageHeader.source.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MessageHeader.source.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.source.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MessageHeader.source.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.source.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MessageHeader.source.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source.name", "requirements": "可用於支援稽核", "min": 0, "definition": "系統的名稱", "isModifier": false, "short": "系統的名稱", "mapping": [ { "map": "MSH-3", "identity": "v2" }, { "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/name[type='ST' and isNormalDatatype()])", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "MessageHeader.source.name", "base": { "max": "1", "min": 0, "path": "MessageHeader.source.name" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source.software", "requirements": "支援稽核功能,也可能涉及到介面引擎(Interface Engine)的操作。介面引擎是一種軟體工具或平台,用於在不同的資訊系統、應用程式或資料庫之間傳輸和轉換資料。", "min": 0, "definition": "可能包含設定或其他對於除錯有用的資訊", "isModifier": false, "short": "運行系統的軟體名稱", "mapping": [ { "map": "SFT-3 ( +SFT-1)", "identity": "v2" }, { "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/softwareName[isNormalDatatype()])", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "MessageHeader.source.software", "base": { "max": "1", "min": 0, "path": "MessageHeader.source.software" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source.version", "requirements": "支援稽核功能,也可能涉及到介面引擎(Interface Engine)的操作。介面引擎是一種軟體工具或平台,用於在不同的資訊系統、應用程式或資料庫之間傳輸和轉換資料。", "min": 0, "definition": "可以在訊息經過多方處理的情況下,傳達多個系統的版本資訊。", "isModifier": false, "short": "軟體運行的版本", "mapping": [ { "map": "SFT-2", "identity": "v2" }, { "map": "(Not supported)", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "MessageHeader.source.version", "base": { "max": "1", "min": 0, "path": "MessageHeader.source.version" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source.contact", "requirements": "允許對技術問題進行升級處理", "min": 0, "definition": "提供電子郵件、電話、網站或其他聯絡方式,用以解決訊息溝通上的問題。", "isModifier": false, "short": "提供人工聯絡途徑以處理問題", "mapping": [ { "map": "(MSH-22?)", "identity": "v2" }, { "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/scopesRole[normalRole() and classCode=\"CON\" and layer[classCode=\"PSN\"]/telecom[isNormalDatatype()])", "identity": "rim" } ], "type": [ { "code": "ContactPoint" } ], "max": "1", "id": "MessageHeader.source.contact", "base": { "max": "1", "min": 0, "path": "MessageHeader.source.contact" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.source.endpoint", "requirements": "指明回應訊息應該發送到的地方,這個指定可能會對系統的安全權限產生影響。", "min": 1, "definition": "要把確認訊息發給哪個地方?", "isModifier": false, "short": "實際訊息來源地址或ID", "mapping": [ { "map": "MSH-24", "identity": "v2" }, { "map": "./telecom[isNormalDatatype()]", "identity": "rim" } ], "type": [ { "code": "url" } ], "max": "1", "id": "MessageHeader.source.endpoint", "comment": "這個 id 可能是一個無法在不使用標準基於網路地址的系統中解析的 URI", "base": { "max": "1", "min": 1, "path": "MessageHeader.source.endpoint" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.responsible", "requirements": "需要知道這一點是為了滿足稽核/追踪需求,可能也是為了授權。", "min": 0, "definition": "承擔整個訊息內容的最終責任的個人或機構,這意味著訊息事件發生在負責方的政策下。", "isModifier": false, "short": "事件的最終責任", "mapping": [ { "map": "FiveWs.witness", "identity": "w5" }, { "map": "ORC-12 / PRT-5:PRT-4='OP' / PRT-8:PRT-4='OP' / ROL where ROL.3 is RO or ORC.11", "identity": "v2" }, { "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=\"PSN\" and determinerCode=\"INST\"] or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/scoper[isNormalEntity() and classCode=\"ORG\" and determinerCode=\"INST\"])", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "max": "1", "id": "MessageHeader.responsible", "comment": "通常僅用於請求,但也可以在回應中使用。", "base": { "max": "1", "min": 0, "path": "MessageHeader.responsible" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.reason", "requirements": "需要能夠追蹤為何resource被更改,並在resource的稽核日誌/歷史記錄中報告,但這可能會影響授權。", "min": 0, "definition": "這是對事件原因的編碼指示,表示了此訊息關注(focus)事件發生的原因。", "isModifier": false, "short": "事件的原因", "mapping": [ { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "EVN.4 / ORC.16 / OBR-31-reason for study / BPO-13-BP indication for use / RXO-20-indication / RXE-27-give indication / RXD-21-indication / RXG-22-indication / RXA-19-indication", "identity": "v2" }, { "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/reasonCode[isNormalDatatype()])", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EventReason" } ], "description": "可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。" }, "max": "1", "id": "MessageHeader.reason", "base": { "max": "1", "min": 0, "path": "MessageHeader.reason" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.response", "min": 0, "definition": "如果這是對先前訊息的回應,則包含有關此訊息的回應訊息。", "isModifier": false, "short": "這是對先前訊息的回應", "mapping": [ { "map": "MSA", "identity": "v2" }, { "map": "./conveyedAcknowledgement", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "MessageHeader.response", "base": { "max": "1", "min": 0, "path": "MessageHeader.response" }, "isSummary": true }, { "path": "MessageHeader.response.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MessageHeader.response.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.response.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MessageHeader.response.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "MessageHeader.response.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MessageHeader.response.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.response.identifier", "requirements": "讓接收者知道正在回應哪個訊息", "min": 1, "definition": "此訊息所回應的原始訊息的MessageHeader.id ", "isModifier": false, "short": "原始訊息的Id", "mapping": [ { "map": "MSA-2", "identity": "v2" }, { "map": "./acknowledges.id[isNormalDatatype()]", "identity": "rim" } ], "type": [ { "code": "id" } ], "max": "1", "id": "MessageHeader.response.identifier", "base": { "max": "1", "min": 1, "path": "MessageHeader.response.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.response.code", "requirements": "允許確認訊息的發送者知道請求是否成功,或是否需要採取行動。", "min": 1, "definition": "指明訊息回應類型的代碼 - 表示它是否成功,是否應該重新發送。", "isModifier": false, "short": "ok | transient-error | fatal-error", "mapping": [ { "map": "MSA-1", "identity": "v2" }, { "map": "./typeCode[isNormalDatatype()]", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/response-code|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ResponseType" } ], "description": "訊息回應類型;應填入所綁定值集中的其中一個代碼。" }, "max": "1", "id": "MessageHeader.response.code", "comment": "這是對請求訊息的一般性回應。回應的具體資料將在MessageHeader.focus中找到。", "base": { "max": "1", "min": 1, "path": "MessageHeader.response.code" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.response.details", "requirements": "允許訊息的發送者確定具體的問題是什麼", "min": 0, "definition": "訊息中發現的任何問題細節", "isModifier": false, "short": "特定的提示/警告/錯誤清單", "mapping": [ { "map": "ERR", "identity": "v2" }, { "map": "AcknowledgementDetail or Observation[classCode=\"ALRT\" and moodCode=\"EVN\"]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/OperationOutcome" ] } ], "max": "1", "id": "MessageHeader.response.details", "comment": "這些問題 **必須(SHALL)** 被包含在 bundle 中。如果其中有任何錯誤,則回應代碼 **必須(SHALL)** 是錯誤。", "base": { "max": "1", "min": 0, "path": "MessageHeader.response.details" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.focus", "requirements": "每個訊息事件都牽涉到實際的資料,就是在定義異動/交易類型時標識的單一 resource,有時還可能包括一些或全部相關聯的 resources。這些資料是在定義異動/交易類型時所定義的,異動/交易資料始終包含在完整訊息的 Bundle 中。這裡僅指定了root resource,它所參照的其他 resources 應該包含在 Bundle 中但並未在這裡列出。允許多次重複以處理具有多個焦點(focus)目標的合併和其他情況。", "min": 0, "definition": "訊息的實際資料 - 這是指向事件的root/focus class的參照。", "isModifier": false, "short": "訊息的實際內容", "mapping": [ { "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[typeCode=\"SUBJ\" and isNormalParticipation]/role or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/outboundRelationship[typeCode=\"SBJ\" and isNormalActRelatoinship]/target)", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] } ], "mustSupport": true, "max": "*", "id": "MessageHeader.focus", "comment": "每個訊息事件都涉及實際資料,即在事件定義中識別的單個 resource,可能還包括一些或所有關聯 resources。", "base": { "max": "*", "min": 0, "path": "MessageHeader.focus" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "MessageHeader.definition", "requirements": "允許發送者定義訊息的預期內容", "min": 0, "definition": "此訊息的 MessageDefinition 的永久連結", "isModifier": false, "short": "這個訊息的定義連結", "mapping": [ { "map": "Not directly supported.", "identity": "rim" } ], "type": [ { "code": "canonical", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/MessageDefinition" ] } ], "max": "1", "id": "MessageHeader.definition", "base": { "max": "1", "min": 0, "path": "MessageHeader.definition" }, "isSummary": true } ] }, "status": "active", "id": "c5d39d52-1727-4463-9159-f4539a2be933", "kind": "resource", "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore", "version": "0.3.1", "differential": { "element": [ { "id": "MessageHeader", "path": "MessageHeader", "short": "描述系統間交換的訊息的resources", "definition": "在系統之間交換資訊時,會使用一個稱為「message header(訊息表頭)」的資料項目來標記和組織這次交換的內容。無論是發出請求還是回應某個動作,「訊息表頭」都扮演著關鍵角色。它不僅包含了這次動作涉及的對象(例如:特定的資料或resources),還包含了與這次動作相關的其他資訊。\n\n這些資訊一般會放在一個稱為「Bundle」的resource中傳輸,而「Message Header」resource則是這個Bundle中的第一個resource。這種結構讓接收方可以從「Message Header」resource 開始解析整個bundle,了解這次訊息交換的上下文和目的。簡言之,「Message Header」resource就像是一封信的信頭,告訴接收者这封信的主要内容和目的。" }, { "id": "MessageHeader.id", "path": "MessageHeader.id", "short": "不重複的ID用以識別儲存在特定FHIR Server中的DocumentReference紀錄,通常又稱為邏輯性ID。", "comment": "一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。", "definition": "resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。" }, { "id": "MessageHeader.meta", "path": "MessageHeader.meta", "short": "此DocumentReference Resource的metadata", "definition": "關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。" }, { "id": "MessageHeader.implicitRules", "path": "MessageHeader.implicitRules", "short": "創建此內容所依據的一組規則", "comment": "宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。", "definition": "構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。" }, { "id": "MessageHeader.language", "path": "MessageHeader.language", "short": "用以表述DocumentReference Resource內容的語言。", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。" }, "comment": "提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。", "example": [ { "label": "Value", "valueString": "zh-TW" } ], "definition": "編寫此resource的語言" }, { "id": "MessageHeader.text", "path": "MessageHeader.text", "short": "DocumentReference Resource之內容摘要以供人閱讀", "comment": "內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 **建議應該(SHOULD)** 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。", "definition": "人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。" }, { "id": "MessageHeader.event[x]", "path": "MessageHeader.event[x]", "short": "此訊息代表的事件的代碼或連結到事件定義", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/message-events", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MessageEvent" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。" }, "comment": "事件的時間將在foscus resource中找到。訊息的時間將在[Bundle.timestamp](bundle-definitions.html#Bundle.timestamp)中找到。", "definition": "用於識別此訊息所代表的事件並將其與其定義連接的代碼。作為FHIR規範一部分定義的事件,其系統值(system value)為「http://terminology.hl7.org/CodeSystem/message-events」。或者是指向EventDefinition的URI。", "requirements": "驅動與此訊息相關的行為" }, { "id": "MessageHeader.destination", "path": "MessageHeader.destination", "short": "訊息目的地應用程式", "comment": "在發送訊息時,通常 **應該(SHOULD)** 至少有一個接收目的地。但在某些情況下,發送訊息的系統可能不會知道任何特定的接收目的地系統。", "definition": "訊息目的地應用程式", "requirements": "訊息中會指定一個或多個接收方(目的地應用程式),用於確定訊息應該發送到哪裡去。這樣做的目的是為了確保訊息能夠正確地被送達到預定的接收者,並且允許接收訊息的系統或人員檢查自己是否是該訊息的目標接收者。簡言之,這是一種確認「這個訊息是不是發給我的」的機制。" }, { "id": "MessageHeader.destination.name", "path": "MessageHeader.destination.name", "short": "系統的名稱", "definition": "目標系統的名稱", "requirements": "可用於回應的路徑和/或支援稽核" }, { "id": "MessageHeader.destination.target", "path": "MessageHeader.destination.target", "short": "在訊息或資料發送的目的地中,指定一個具體的接收點。", "definition": "當發送的訊息首先被送達到一個中介系統而不是直接送到最終目的地時,需要明確識別出最終的接收系統是什麼。", "requirements": "支援多點跳躍繞徑(multi-hop routing)" }, { "id": "MessageHeader.destination.endpoint", "path": "MessageHeader.destination.endpoint", "short": "實際目的地地址或id", "comment": "對於不使用標準網絡地址的系統,該id可能是一個無法解析的URI。", "definition": "指明訊息應該被繞徑到哪裡", "requirements": "指明應將訊息繞徑至何處" }, { "id": "MessageHeader.destination.receiver", "path": "MessageHeader.destination.receiver", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "short": "資料應該被發送給在現實生活中真正需要這些資訊的個人或機構", "definition": "當單純發送資料到一個特定的應用程式是不夠用時,這允許我們把訊息直接指定發送給具體的某個人或是某個部門。", "requirements": "可以把訊息發送到更多的地方,不只是發到某個應用程式裡面。" }, { "id": "MessageHeader.sender", "path": "MessageHeader.sender", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "short": "訊息的實際發送端", "comment": "這個使用案例是針對一個(受信任的)發送端系統負責管理多個機構的情況,因此單憑來源端點/身份驗證無法區分機構。", "definition": "識別發送端系統的身份,以便可以建立信任關係並進行後續操作。", "mustSupport": true, "requirements": "不僅僅限制在應用程式層級的繞徑操作,可以進行更高層次的繞徑操作。" }, { "id": "MessageHeader.enterer", "path": "MessageHeader.enterer", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ] } ], "short": "資料輸入的來源", "comment": "通常僅用於請求,但也可用於回應。", "definition": "此訊息的資料輸入來源,即導致此訊息出現的人員或裝置。如果有多個可能的輸入者,則應選擇與訊息最相關的那個。如果有其他可能的輸入者,可以在擴充資料項目中提供其他輸入者資訊。", "requirements": "需要知道這個訊息的來源是出於審計/追溯需求,可能也與授權有關。" }, { "id": "MessageHeader.author", "path": "MessageHeader.author", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ] } ], "short": "決策的來源", "comment": "通常僅用於請求,但也可用於回應。", "definition": "這是在描述訊息的作者,也就是決定所描述事件應該發生的人或設備。如果有多個可能的候選者,應該選擇最接近消息標頭的那個。在需要時,可以在擴充資料項目中提供其他作者的相關資訊。", "requirements": "需要知道這個訊息的來源是出於審計/追溯需求,可能也與授權有關。" }, { "id": "MessageHeader.source", "path": "MessageHeader.source", "short": "訊息來源應用程式", "definition": "此訊息來源應用程式", "requirements": "允許回應,支援稽核。" }, { "id": "MessageHeader.source.name", "path": "MessageHeader.source.name", "short": "系統的名稱", "definition": "系統的名稱", "requirements": "可用於支援稽核" }, { "id": "MessageHeader.source.software", "path": "MessageHeader.source.software", "short": "運行系統的軟體名稱", "definition": "可能包含設定或其他對於除錯有用的資訊", "requirements": "支援稽核功能,也可能涉及到介面引擎(Interface Engine)的操作。介面引擎是一種軟體工具或平台,用於在不同的資訊系統、應用程式或資料庫之間傳輸和轉換資料。" }, { "id": "MessageHeader.source.version", "path": "MessageHeader.source.version", "short": "軟體運行的版本", "definition": "可以在訊息經過多方處理的情況下,傳達多個系統的版本資訊。", "requirements": "支援稽核功能,也可能涉及到介面引擎(Interface Engine)的操作。介面引擎是一種軟體工具或平台,用於在不同的資訊系統、應用程式或資料庫之間傳輸和轉換資料。" }, { "id": "MessageHeader.source.contact", "path": "MessageHeader.source.contact", "short": "提供人工聯絡途徑以處理問題", "definition": "提供電子郵件、電話、網站或其他聯絡方式,用以解決訊息溝通上的問題。", "requirements": "允許對技術問題進行升級處理" }, { "id": "MessageHeader.source.endpoint", "path": "MessageHeader.source.endpoint", "short": "實際訊息來源地址或ID", "comment": "這個 id 可能是一個無法在不使用標準基於網路地址的系統中解析的 URI", "definition": "要把確認訊息發給哪個地方?", "requirements": "指明回應訊息應該發送到的地方,這個指定可能會對系統的安全權限產生影響。" }, { "id": "MessageHeader.responsible", "path": "MessageHeader.responsible", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore" ] } ], "short": "事件的最終責任", "comment": "通常僅用於請求,但也可以在回應中使用。", "definition": "承擔整個訊息內容的最終責任的個人或機構,這意味著訊息事件發生在負責方的政策下。", "requirements": "需要知道這一點是為了滿足稽核/追踪需求,可能也是為了授權。" }, { "id": "MessageHeader.reason", "path": "MessageHeader.reason", "short": "事件的原因", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EventReason" } ], "description": "可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。" }, "definition": "這是對事件原因的編碼指示,表示了此訊息關注(focus)事件發生的原因。", "requirements": "需要能夠追蹤為何resource被更改,並在resource的稽核日誌/歷史記錄中報告,但這可能會影響授權。" }, { "id": "MessageHeader.response", "path": "MessageHeader.response", "short": "這是對先前訊息的回應", "definition": "如果這是對先前訊息的回應,則包含有關此訊息的回應訊息。" }, { "id": "MessageHeader.response.identifier", "path": "MessageHeader.response.identifier", "short": "原始訊息的Id", "definition": "此訊息所回應的原始訊息的MessageHeader.id ", "requirements": "讓接收者知道正在回應哪個訊息" }, { "id": "MessageHeader.response.code", "path": "MessageHeader.response.code", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/response-code|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ResponseType" } ], "description": "訊息回應類型;應填入所綁定值集中的其中一個代碼。" }, "comment": "這是對請求訊息的一般性回應。回應的具體資料將在MessageHeader.focus中找到。", "definition": "指明訊息回應類型的代碼 - 表示它是否成功,是否應該重新發送。", "requirements": "允許確認訊息的發送者知道請求是否成功,或是否需要採取行動。" }, { "id": "MessageHeader.response.details", "path": "MessageHeader.response.details", "short": "特定的提示/警告/錯誤清單", "comment": "這些問題 **必須(SHALL)** 被包含在 bundle 中。如果其中有任何錯誤,則回應代碼 **必須(SHALL)** 是錯誤。", "definition": "訊息中發現的任何問題細節", "requirements": "允許訊息的發送者確定具體的問題是什麼" }, { "id": "MessageHeader.focus", "path": "MessageHeader.focus", "short": "訊息的實際內容", "comment": "每個訊息事件都涉及實際資料,即在事件定義中識別的單個 resource,可能還包括一些或所有關聯 resources。", "definition": "訊息的實際資料 - 這是指向事件的root/focus class的參照。", "mustSupport": true, "requirements": "每個訊息事件都牽涉到實際的資料,就是在定義異動/交易類型時標識的單一 resource,有時還可能包括一些或全部相關聯的 resources。這些資料是在定義異動/交易類型時所定義的,異動/交易資料始終包含在完整訊息的 Bundle 中。這裡僅指定了root resource,它所參照的其他 resources 應該包含在 Bundle 中但並未在這裡列出。允許多次重複以處理具有多個焦點(focus)目標的合併和其他情況。" }, { "id": "MessageHeader.definition", "path": "MessageHeader.definition", "short": "這個訊息的定義連結", "definition": "此訊息的 MessageDefinition 的永久連結", "requirements": "允許發送者定義訊息的預期內容" } ] }, "contact": [ { "name": "衛生福利部", "telecom": [ { "value": "https://www.mohw.gov.tw/", "system": "url" }, { "value": "CCYU@mohw.gov.tw", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader" }