{ "description": "此臺灣核心-藥品(TW Core Medication) Profile說明本IG如何進一步定義FHIR的Medication Resource以呈現藥品的詳細資料 [[*FMM1*](http://build.fhir.org/versions.html#maturity)]", "_filename": "StructureDefinition-Medication-twcore.json", "package_name": "tw.gov.mohw.twcore", "date": "2023-07-05T18:34:45+08:00", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "TWCoreMedication", "mapping": [ { "uri": "http://ncpdp.org/SCRIPT10_6", "name": "Mapping to NCPDP SCRIPT 10.6", "identity": "script10.6" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" } ], "abstract": false, "type": "Medication", "experimental": null, "resourceType": "StructureDefinition", "title": "TW Core Medication", "package_version": "0.1.0", "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": "Medication", "min": 0, "definition": "此resource主要用於識別和定義藥品,以便開立處方、配藥和給藥,以及對藥品使用進行說明。", "isModifier": false, "short": "藥品的定義", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "NewRx/MedicationPrescribed\r-or-\rRxFill/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationPrescribed", "identity": "script10.6" }, { "map": "ManufacturedProduct[classCode=ADMM]", "identity": "rim" } ], "max": "*", "id": "Medication", "base": { "max": "*", "min": 0, "path": "Medication" }, "isSummary": false }, { "path": "Medication.id", "min": 0, "definition": "resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。", "isModifier": false, "short": "不重複的ID用以識別儲存在特定FHIR Server中的Medication紀錄,通常又稱為邏輯性ID。", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "max": "1", "id": "Medication.id", "comment": "一個resource使用新增操作(create operation)提交給伺服器時是此resource唯一沒有id的時刻", "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": "Medication.meta", "min": 0, "definition": "關於resource的metadata。這是由基礎建設維護的內容。對內容的改變可能並不總是與resource的版本改變相關。", "isModifier": false, "short": "此Medication Resource的metadata", "type": [ { "code": "Meta" } ], "max": "1", "id": "Medication.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": "Medication.implicitRules", "min": 0, "definition": "構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是IG定義特殊規則及其他profiles的參照。", "isModifier": true, "short": "創建此內容所依據的一組規則", "type": [ { "code": "uri" } ], "max": "1", "id": "Medication.implicitRules", "comment": "宣告這套規則限制了內容只能被有限的貿易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常,在使用時,此URL是對實作指引的參照,此指引將這些特殊規則與其他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": "Medication.language", "min": 0, "definition": "編寫此resource的基礎語言", "isModifier": false, "short": "用以表述Medication 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](http://hl7.org/fhir/R4/valueset-languages.html)代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。" }, "max": "1", "id": "Medication.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": "Medication.text", "min": 0, "definition": "人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義可定義哪些內容應該在敘述中表示,以確保臨床安全。", "isModifier": false, "short": "Medication Resource之內容摘要以供人閱讀", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "mustSupport": true, "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "Medication.text", "comment": "內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 **建議應該(SHOULD)** 有敘述。在某些情況下,resource可能只有文字表述,很少或沒有額外的離散資料(只要滿足所有minOccurs=1的資料項目)。這對於來自舊有系統的資料可能是必要的,在這些系統中,從 「文字表述區塊(text blob) 」獲取訊息,或者文字表述是額外的原始輸入或敘述,而編碼訊息是後來添加的。", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "Medication.contained", "min": 0, "definition": "這些resource內嵌(contains)的resource不會另外存於任何FHIR伺服器,意即它們無法在任何FHIR伺服器中被找到,也無法有自己獨立的資料異動/交易(transaction)範圍。", "isModifier": false, "short": "內嵌的(contained)、行內的Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "Medication.contained", "comment": "當內容可以從任何FHIR伺服器找到時,不應該以內嵌(contained)resource的方式呈現,因為一旦識別丟失,要再次恢復它是非常困難的(並且取決於情境)。內嵌(contained)的resource可在它們的meta資料項目中表述profiles和tag(標籤),但 **必須沒有(SHALL NOT)** 資訊安全標號(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": "Medication.extension", "min": 0, "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。", "isModifier": false, "short": "擴充的資料項目", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.extension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.modifierExtension", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。", "min": 0, "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "isModifier": true, "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.modifierExtension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.identifier", "min": 0, "definition": "此藥品的業務用識別碼", "isModifier": false, "short": "此藥品的業務用識別碼", "mapping": [ { "map": "FiveWs.identifier", "identity": "w5" }, { "map": ".id", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "*", "id": "Medication.identifier", "comment": "序號可被包含於一個識別碼", "base": { "max": "*", "min": 0, "path": "Medication.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": "Medication.code", "min": 0, "definition": "具體說明此藥品的一個代碼(或一組代碼),如果沒有代碼,則為文字描述。使用說明:這可以是一個標準的藥品代碼,如RxNorm、SNOMED CT、IDMP等的代碼。它也可以是一個國家或地方的處方藥代碼,可以選擇翻譯/交易(transactions)為其他代碼系統。", "isModifier": false, "short": "指明這種藥品的代碼", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE", "identity": "v2" }, { "map": "CD", "identity": "rim" }, { "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD", "identity": "orim" } ], "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] } ], "mustSupport": true, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationFormalRepresentation" } ], "description": "可參考[SNOMEDCTMedicationCodes](http://hl7.org/fhir/R4/valueset-medication-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "max": "1", "id": "Medication.code", "condition": [ "ele-1" ], "comment": "根據使用情境,實際由使用者(開立處方者、配藥者等)選擇的代碼將把coding.userSelected設置為true。正如coding datatype中所描述的。「如果使用者在使用者介面上選擇了特定的代碼值(例如:使用者在清單中選擇了一個項目),那麼coding可以被標記為 「userSelected」。如果存在一個使用者選擇的代碼,它是進行翻譯等的首選,其他代碼只能字面翻譯至替代的代碼系統或者較小精細度的代碼(例如:一個通用代碼用於一個供應商限定的代碼)。", "base": { "max": "1", "min": 0, "path": "Medication.code" } }, { "path": "Medication.code.id", "min": 0, "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。", "isModifier": false, "short": "唯一可識別ID,以供資料項目間相互參照。", "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": "Medication.code.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": "Medication.code.extension", "min": 0, "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。", "isModifier": false, "short": "擴充的資料項目", "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.code.extension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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())" } ], "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 1, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "由專門術語系統(terminology system)定義的代碼", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "max": "*", "id": "Medication.code.coding", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 1, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "此為臺灣食品藥物管理署(TFDA)維護之藥品代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "fda-medication-tw", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-fda-tw", "description": "應填入[臺灣藥品及醫療器材代碼值集](ValueSet-medication-fda-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:fda-medication-tw", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "此為中央健康保險署(NHI)維護之藥品代碼,主要針對申報使用,更新頻率相對頻繁,可免費使用,可依情境選用此代碼。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "nhi-medication-tw", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-nhi-tw", "description": "應填入[臺灣健保用藥品項代碼值集](ValueSet-medication-nhi-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:nhi-medication-tw", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "RxNorm為美國Unified Medical Language System®中的藥品代碼,取得UMLS®授權即可免費使用,可依情境選用此代碼。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "rxnorm-medication-us-core", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-rxnorm-tw", "description": "應填入[RxNorm藥品代碼值集](ValueSet-medication-rxnorm-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:rxnorm-medication-us-core", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "ATC代碼的版權為世界衛生組織(WHO)Collaborating Centre for Drug Statistics Methodology,可免費使用,可依情境選用此代碼。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "atc-medication-code", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medcation-atc-tw", "description": "應填入[藥品藥理治療分類ATC碼值集](ValueSet-medcation-atc-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:atc-medication-code", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "isModifier": false, "short": "此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "snomedct-medication-codes", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", "description": "可參考[SNOMEDCTMedicationCodes](http://hl7.org/fhir/R4/valueset-medication-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "max": "1", "id": "Medication.code.coding:snomedct-medication-codes", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.code.text", "requirements": "專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。", "min": 0, "definition": "輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。", "isModifier": false, "short": "概念的文字表示法", "mapping": [ { "map": "C*E.9. But note many systems use C*E.2 for this", "identity": "v2" }, { "map": "./originalText[mediaType/code=\"text/plain\"]/data", "identity": "rim" }, { "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", "identity": "orim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Medication.code.text", "comment": "很多時候,此文字表述與其中一個代碼的顯示名稱相同。", "base": { "max": "1", "min": 0, "path": "CodeableConcept.text" }, "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": "Medication.status", "min": 0, "definition": "此代碼指明藥品是否使用中", "isModifier": true, "short": "active | inactive | entered-in-error", "mapping": [ { "map": ".statusCode", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationStatus" } ], "description": "應填入[Medication Status Codes](http://hl7.org/fhir/R4/valueset-medication-status.html)代碼表中的其中一個代碼" }, "max": "1", "id": "Medication.status", "comment": "此狀態是為了識別當地系統中的藥品是否在藥物資料庫或存貨為有效使用狀態。例如:一個藥局系統可能為一個複方產品 「ABC醫院專用藥膏」建立一個新的藥品檔案紀錄,狀態為有效。在未來的某個時間點,可能決定此藥品紀錄在建立時出現了錯誤,於是狀態被改為 「輸入錯誤 」。這種狀態不是為了說明某種藥品是否屬於某個特定的處方集。藥品紀錄有可能被多個處方集或編錄集所參照,每筆紀錄都會有一個單獨的狀態。", "base": { "max": "1", "min": 0, "path": "Medication.status" }, "isModifierReason": "This element changes the interpretation of all descriptive attributes.", "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": "Medication.manufacturer", "min": 0, "definition": "描述藥品製造商的詳細訊息。這並不意味著代表藥品的經銷商。", "isModifier": false, "short": "此藥品的製造商", "mapping": [ { "map": "no mapping", "identity": "script10.6" }, { "map": "FiveWs.actor", "identity": "w5" }, { "map": "RXD-20-Substance Manufacturer Name / RXG-21-Substance Manufacturer Name / RXA-17-Substance Manufacturer Name", "identity": "v2" }, { "map": ".player.scopingRole[typeCode=MANU].scoper", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore" ] } ], "max": "1", "id": "Medication.manufacturer", "base": { "max": "1", "min": 0, "path": "Medication.manufacturer" }, "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": "Medication.form", "min": 0, "definition": "描述藥品的劑型:藥粉、錠劑、膠囊。", "isModifier": false, "short": "powder | tablets | capsule +此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE", "identity": "v2" }, { "map": "CD", "identity": "rim" }, { "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD", "identity": "orim" } ], "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] } ], "mustSupport": true, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationForm" } ], "description": "可參考[SNOMEDCTFormCodes](http://hl7.org/fhir/R4/valueset-medication-form-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "max": "1", "id": "Medication.form", "condition": [ "ele-1" ], "comment": "當藥品被MedicationRequest參照時,這是開立處方的劑型。當MedicationDispense中參用Medication時,這是配藥的劑型。當在MedicationAdministration中引用Medication時,這是給藥的劑型。", "base": { "max": "1", "min": 0, "path": "Medication.form" } }, { "path": "Medication.form.id", "min": 0, "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。", "isModifier": false, "short": "唯一可識別ID,以供資料項目間相互參照。", "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": "Medication.form.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": "Medication.form.extension", "min": 0, "definition": "擴充的資料項目", "isModifier": false, "short": "擴充的資料項目", "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.form.extension", "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())" } ], "path": "Medication.form.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 1, "definition": "由專門術語系統(terminology system)所定義之代碼的參照", "isModifier": false, "short": "由專門術語系統(terminology system)定義的代碼", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "max": "*", "id": "Medication.form.coding", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.form.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 1, "definition": "由專門術語系統(terminology system)所定義之代碼的參照", "isModifier": false, "short": "此為HL7總會維護的代碼系統,可免費使用,可優先選用此代碼。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "v3-orderableDrugForm", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/v3-orderableDrugForm" }, "max": "1", "id": "Medication.form.coding:v3-orderableDrugForm", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.form.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照", "isModifier": false, "short": "此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "mapping": [ { "map": "n/a", "identity": "rim" }, { "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", "identity": "v2" }, { "map": "CV", "identity": "rim" }, { "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", "identity": "orim" } ], "type": [ { "code": "Coding", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ] } ], "mustSupport": true, "sliceName": "snomed-sct-form-codes", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" }, "max": "1", "id": "Medication.form.coding:snomed-sct-form-codes", "condition": [ "ele-1" ], "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" } }, { "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": "Medication.form.text", "requirements": "專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。", "min": 0, "definition": "輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。", "isModifier": false, "short": "概念的文字表示法", "mapping": [ { "map": "C*E.9. But note many systems use C*E.2 for this", "identity": "v2" }, { "map": "./originalText[mediaType/code=\"text/plain\"]/data", "identity": "rim" }, { "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", "identity": "orim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Medication.form.text", "comment": "很多時候,此文字表述與其中一個代碼的顯示名稱相同。", "base": { "max": "1", "min": 0, "path": "CodeableConcept.text" }, "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": "Medication.amount", "min": 0, "definition": "每包裝產品中藥品的具體數量或容量。例如:當指定一個具有相同強度的藥品時(例如:每毫升注射用胰島素100單位),該屬性提供了每包裝數量與容量的附加說明(例如:3mL、10mL等)。", "isModifier": false, "short": "每包裝的藥品數量或容量", "mapping": [ { "map": ".quantity", "identity": "rim" } ], "type": [ { "code": "Ratio" } ], "max": "1", "id": "Medication.amount", "base": { "max": "1", "min": 0, "path": "Medication.amount" }, "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": "Medication.ingredient", "min": 0, "definition": "指明產品中的特定成份", "isModifier": false, "short": "有使用或沒有使用的藥品成份", "mapping": [ { "map": ".scopesRole[typeCode=INGR]", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Medication.ingredient", "comment": "成份不需要是一個完整的清單。如果沒有具體說明某種成份,這並不表明有使用或沒使用某種成份。如果一個成份被具體說明,並不意味著所有的成份都被具體說明。可以同時具體說明有沒有使用及有使用的成份。", "base": { "max": "*", "min": 0, "path": "Medication.ingredient" }, "isSummary": false }, { "path": "Medication.ingredient.id", "min": 0, "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。", "isModifier": false, "short": "唯一可識別ID,以供資料項目間相互參照。", "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": "Medication.ingredient.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": "Medication.ingredient.extension", "min": 0, "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。", "isModifier": false, "short": "擴充的資料項目", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.ingredient.extension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.ingredient.modifierExtension", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。", "min": 0, "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "isModifier": true, "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.ingredient.modifierExtension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.ingredient.item[x]", "requirements": "此成份可能是指一種物質(例如:阿莫西林)或另一種藥品(例如:複方葛蘭素史克)。", "min": 1, "definition": "實際成份—不是一種物質(單一成份)就是一種藥品的另一種藥品。", "isModifier": false, "short": "實際的成份或內容物", "mapping": [ { "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", "identity": "script10.6" }, { "map": "RXC-2-Component Code if medication: RXO-1-Requested Give Code / RXE-2-Give Code / RXD-2-Dispense/Give Code / RXG-4-Give Code / RXA-5-Administered Code", "identity": "v2" }, { "map": ".player", "identity": "rim" } ], "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] }, { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore", "http://hl7.org/fhir/StructureDefinition/Substance" ] } ], "max": "1", "id": "Medication.ingredient.item[x]", "base": { "max": "1", "min": 1, "path": "Medication.ingredient.item[x]" }, "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": "Medication.ingredient.isActive", "requirements": "True表示此成份會影響藥物的治療作用(意即:active),False表示此成份不影響藥物的治療作用(意即:inactive)。", "min": 0, "definition": "說明此成份是否會影響藥物的治療作用", "isModifier": false, "short": "有效成份指標", "mapping": [ { "map": "NA", "identity": "rim" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "Medication.ingredient.isActive", "base": { "max": "1", "min": 0, "path": "Medication.ingredient.isActive" }, "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": "Medication.ingredient.strength", "min": 0, "definition": "指明此藥品中有多少(或多少)項目。例如:每錠250毫克,這表示為一個比率,分子為250毫克,分母為1錠。", "isModifier": false, "short": "所含成份的劑量", "mapping": [ { "map": "//element(*,DrugCodedType)/Strength", "identity": "script10.6" }, { "map": "RXC-3-Component Amount & RXC-4-Component Units if medication: RXO-2-Requested Give Amount - Minimum & RXO-4-Requested Give Units / RXO-3-Requested Give Amount - Maximum & RXO-4-Requested Give Units / RXO-11-Requested Dispense Amount & RXO-12-Requested Dispense Units / RXE-3-Give Amount - Minimum & RXE-5-Give Units / RXE-4-Give Amount - Maximum & RXE-5-Give Units / RXE-10-Dispense Amount & RXE-10-Dispense Units", "identity": "v2" }, { "map": ".quantity", "identity": "rim" } ], "type": [ { "code": "Ratio" } ], "max": "1", "id": "Medication.ingredient.strength", "base": { "max": "1", "min": 0, "path": "Medication.ingredient.strength" }, "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": "Medication.batch", "min": 0, "definition": "只適用於包裝(不是產品)的資訊", "isModifier": false, "short": "關於包裝藥品的細節", "mapping": [ { "map": "no mapping", "identity": "script10.6" }, { "map": ".player[classCode=CONT]", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "Medication.batch", "base": { "max": "1", "min": 0, "path": "Medication.batch" }, "isSummary": false }, { "path": "Medication.batch.id", "min": 0, "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。", "isModifier": false, "short": "唯一可識別ID,以供資料項目間相互參照。", "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": "Medication.batch.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": "Medication.batch.extension", "min": 0, "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。", "isModifier": false, "short": "擴充的資料項目", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.batch.extension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.batch.modifierExtension", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。", "min": 0, "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "isModifier": true, "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "type": [ { "code": "Extension" } ], "max": "*", "id": "Medication.batch.modifierExtension", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "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": "Medication.batch.lotNumber", "min": 0, "definition": "藥品的批號資訊", "isModifier": false, "short": "藥品的批號", "mapping": [ { "map": "no mapping", "identity": "script10.6" }, { "map": "RXA-15 Substance Lot Number / RXG-19 Substance Lot Number", "identity": "v2" }, { "map": ".id", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Medication.batch.lotNumber", "base": { "max": "1", "min": 0, "path": "Medication.batch.lotNumber" }, "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": "Medication.batch.expirationDate", "min": 0, "definition": "此批號藥品之有效期限", "isModifier": false, "short": "有效期限", "mapping": [ { "map": "no mapping", "identity": "script10.6" }, { "map": "RXA-16 Substance Expiration Date / RXG-20 Substance Expiration Date", "identity": "v2" }, { "map": "participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "Medication.batch.expirationDate", "base": { "max": "1", "min": 0, "path": "Medication.batch.expirationDate" }, "isSummary": false } ] }, "status": "active", "id": "1f474d2a-d07b-4879-8046-8938e7151cb1", "kind": "resource", "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore", "version": "0.1.0", "differential": { "element": [ { "id": "Medication", "path": "Medication", "short": "藥品的定義", "definition": "此resource主要用於識別和定義藥品,以便開立處方、配藥和給藥,以及對藥品使用進行說明。" }, { "id": "Medication.id", "path": "Medication.id", "short": "不重複的ID用以識別儲存在特定FHIR Server中的Medication紀錄,通常又稱為邏輯性ID。", "comment": "一個resource使用新增操作(create operation)提交給伺服器時是此resource唯一沒有id的時刻", "definition": "resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。" }, { "id": "Medication.meta", "path": "Medication.meta", "short": "此Medication Resource的metadata", "definition": "關於resource的metadata。這是由基礎建設維護的內容。對內容的改變可能並不總是與resource的版本改變相關。" }, { "id": "Medication.implicitRules", "path": "Medication.implicitRules", "short": "創建此內容所依據的一組規則", "comment": "宣告這套規則限制了內容只能被有限的貿易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常,在使用時,此URL是對實作指引的參照,此指引將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。", "definition": "構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是IG定義特殊規則及其他profiles的參照。" }, { "id": "Medication.language", "path": "Medication.language", "short": "用以表述Medication 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](http://hl7.org/fhir/R4/valueset-languages.html)代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。" }, "comment": "提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此基礎語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div元素(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。", "example": [ { "label": "Value", "valueString": "zh-TW" } ], "definition": "編寫此resource的基礎語言" }, { "id": "Medication.text", "path": "Medication.text", "short": "Medication Resource之內容摘要以供人閱讀", "comment": "內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 **建議應該(SHOULD)** 有敘述。在某些情況下,resource可能只有文字表述,很少或沒有額外的離散資料(只要滿足所有minOccurs=1的資料項目)。這對於來自舊有系統的資料可能是必要的,在這些系統中,從 「文字表述區塊(text blob) 」獲取訊息,或者文字表述是額外的原始輸入或敘述,而編碼訊息是後來添加的。", "definition": "人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義可定義哪些內容應該在敘述中表示,以確保臨床安全。", "mustSupport": true }, { "id": "Medication.contained", "path": "Medication.contained", "short": "內嵌的(contained)、行內的Resources", "comment": "當內容可以從任何FHIR伺服器找到時,不應該以內嵌(contained)resource的方式呈現,因為一旦識別丟失,要再次恢復它是非常困難的(並且取決於情境)。內嵌(contained)的resource可在它們的meta資料項目中表述profiles和tag(標籤),但 **必須沒有(SHALL NOT)** 資訊安全標號(security labels)。", "definition": "這些resource內嵌(contains)的resource不會另外存於任何FHIR伺服器,意即它們無法在任何FHIR伺服器中被找到,也無法有自己獨立的資料異動/交易(transaction)範圍。" }, { "id": "Medication.extension", "path": "Medication.extension", "short": "擴充的資料項目", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。" }, { "id": "Medication.modifierExtension", "path": "Medication.modifierExtension", "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。" }, { "id": "Medication.identifier", "path": "Medication.identifier", "short": "此藥品的業務用識別碼", "comment": "序號可被包含於一個識別碼", "definition": "此藥品的業務用識別碼" }, { "id": "Medication.code", "path": "Medication.code", "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] } ], "short": "指明這種藥品的代碼", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationFormalRepresentation" } ], "description": "可參考[SNOMEDCTMedicationCodes](http://hl7.org/fhir/R4/valueset-medication-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "comment": "根據使用情境,實際由使用者(開立處方者、配藥者等)選擇的代碼將把coding.userSelected設置為true。正如coding datatype中所描述的。「如果使用者在使用者介面上選擇了特定的代碼值(例如:使用者在清單中選擇了一個項目),那麼coding可以被標記為 「userSelected」。如果存在一個使用者選擇的代碼,它是進行翻譯等的首選,其他代碼只能字面翻譯至替代的代碼系統或者較小精細度的代碼(例如:一個通用代碼用於一個供應商限定的代碼)。", "definition": "具體說明此藥品的一個代碼(或一組代碼),如果沒有代碼,則為文字描述。使用說明:這可以是一個標準的藥品代碼,如RxNorm、SNOMED CT、IDMP等的代碼。它也可以是一個國家或地方的處方藥代碼,可以選擇翻譯/交易(transactions)為其他代碼系統。", "mustSupport": true }, { "id": "Medication.code.id", "path": "Medication.code.id", "short": "唯一可識別ID,以供資料項目間相互參照。", "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。" }, { "id": "Medication.code.extension", "path": "Medication.code.extension", "short": "擴充的資料項目", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。" }, { "id": "Medication.code.coding", "min": 1, "path": "Medication.code.coding", "short": "由專門術語系統(terminology system)定義的代碼", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。" }, { "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 1, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "short": "此為臺灣食品藥物管理署(TFDA)維護之藥品代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。", "mustSupport": true, "sliceName": "fda-medication-tw", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-fda-tw", "description": "應填入[臺灣藥品及醫療器材代碼值集](ValueSet-medication-fda-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:fda-medication-tw", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。" }, { "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "short": "此為中央健康保險署(NHI)維護之藥品代碼,主要針對申報使用,更新頻率相對頻繁,可免費使用,可依情境選用此代碼。", "mustSupport": true, "sliceName": "nhi-medication-tw", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-nhi-tw", "description": "應填入[臺灣健保用藥品項代碼值集](ValueSet-medication-nhi-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:nhi-medication-tw", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。" }, { "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "short": "RxNorm為美國Unified Medical Language System®中的藥品代碼,取得UMLS®授權即可免費使用,可依情境選用此代碼。", "mustSupport": true, "sliceName": "rxnorm-medication-us-core", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-rxnorm-tw", "description": "應填入[RxNorm藥品代碼值集](ValueSet-medication-rxnorm-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:rxnorm-medication-us-core", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。" }, { "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "short": "ATC代碼的版權為世界衛生組織(WHO)Collaborating Centre for Drug Statistics Methodology,可免費使用,可依情境選用此代碼。", "mustSupport": true, "sliceName": "atc-medication-code", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medcation-atc-tw", "description": "應填入[藥品藥理治療分類ATC碼值集](ValueSet-medcation-atc-tw.html)代碼表中的其中一個代碼。" }, "max": "1", "id": "Medication.code.coding:atc-medication-code", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。" }, { "path": "Medication.code.coding", "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。", "min": 0, "definition": "由專門術語系統(terminology system)所定義之代碼的參照。", "short": "此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "mustSupport": true, "sliceName": "snomedct-medication-codes", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", "description": "可參考[SNOMEDCTMedicationCodes](http://hl7.org/fhir/R4/valueset-medication-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "max": "1", "id": "Medication.code.coding:snomedct-medication-codes", "comment": "代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 **必須沒有(SHALL NOT)** 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。" }, { "id": "Medication.code.text", "path": "Medication.code.text", "short": "概念的文字表示法", "comment": "很多時候,此文字表述與其中一個代碼的顯示名稱相同。", "definition": "輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。", "mustSupport": true, "requirements": "專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。" }, { "id": "Medication.status", "path": "Medication.status", "short": "active | inactive | entered-in-error", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationStatus" } ], "description": "應填入[Medication Status Codes](http://hl7.org/fhir/R4/valueset-medication-status.html)代碼表中的其中一個代碼" }, "comment": "此狀態是為了識別當地系統中的藥品是否在藥物資料庫或存貨為有效使用狀態。例如:一個藥局系統可能為一個複方產品 「ABC醫院專用藥膏」建立一個新的藥品檔案紀錄,狀態為有效。在未來的某個時間點,可能決定此藥品紀錄在建立時出現了錯誤,於是狀態被改為 「輸入錯誤 」。這種狀態不是為了說明某種藥品是否屬於某個特定的處方集。藥品紀錄有可能被多個處方集或編錄集所參照,每筆紀錄都會有一個單獨的狀態。", "definition": "此代碼指明藥品是否使用中" }, { "id": "Medication.manufacturer", "path": "Medication.manufacturer", "type": [ { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore" ] } ], "short": "此藥品的製造商", "definition": "描述藥品製造商的詳細訊息。這並不意味著代表藥品的經銷商。" }, { "id": "Medication.form", "path": "Medication.form", "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] } ], "short": "powder | tablets | capsule +此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationForm" } ], "description": "可參考[SNOMEDCTFormCodes](http://hl7.org/fhir/R4/valueset-medication-form-codes.html)代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。" }, "comment": "當藥品被MedicationRequest參照時,這是開立處方的劑型。當MedicationDispense中參用Medication時,這是配藥的劑型。當在MedicationAdministration中引用Medication時,這是給藥的劑型。", "definition": "描述藥品的劑型:藥粉、錠劑、膠囊。", "mustSupport": true }, { "id": "Medication.form.coding", "min": 1, "path": "Medication.form.coding", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] } }, { "id": "Medication.form.coding:v3-orderableDrugForm", "max": "1", "min": 1, "path": "Medication.form.coding", "short": "此為HL7總會維護的代碼系統,可免費使用,可優先選用此代碼。", "binding": { "strength": "required", "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/v3-orderableDrugForm" }, "sliceName": "v3-orderableDrugForm", "mustSupport": true }, { "id": "Medication.form.coding:snomed-sct-form-codes", "max": "1", "min": 0, "path": "Medication.form.coding", "short": "此為SNOMED CT代碼,若機構已有購買相關授權,亦可使用。", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" }, "sliceName": "snomed-sct-form-codes", "mustSupport": true }, { "id": "Medication.form.text", "path": "Medication.form.text", "mustSupport": true }, { "id": "Medication.amount", "path": "Medication.amount", "short": "每包裝的藥品數量或容量", "definition": "每包裝產品中藥品的具體數量或容量。例如:當指定一個具有相同強度的藥品時(例如:每毫升注射用胰島素100單位),該屬性提供了每包裝數量與容量的附加說明(例如:3mL、10mL等)。" }, { "id": "Medication.ingredient", "path": "Medication.ingredient", "short": "有使用或沒有使用的藥品成份", "comment": "成份不需要是一個完整的清單。如果沒有具體說明某種成份,這並不表明有使用或沒使用某種成份。如果一個成份被具體說明,並不意味著所有的成份都被具體說明。可以同時具體說明有沒有使用及有使用的成份。", "definition": "指明產品中的特定成份" }, { "id": "Medication.ingredient.id", "path": "Medication.ingredient.id", "short": "唯一可識別ID,以供資料項目間相互參照。", "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。" }, { "id": "Medication.ingredient.extension", "path": "Medication.ingredient.extension", "short": "擴充的資料項目", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。" }, { "id": "Medication.ingredient.modifierExtension", "path": "Medication.ingredient.modifierExtension", "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。" }, { "id": "Medication.ingredient.item[x]", "path": "Medication.ingredient.item[x]", "type": [ { "code": "CodeableConcept", "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CodeableConcept-tw" ] }, { "code": "Reference", "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore", "http://hl7.org/fhir/StructureDefinition/Substance" ] } ], "short": "實際的成份或內容物", "definition": "實際成份—不是一種物質(單一成份)就是一種藥品的另一種藥品。", "requirements": "此成份可能是指一種物質(例如:阿莫西林)或另一種藥品(例如:複方葛蘭素史克)。" }, { "id": "Medication.ingredient.isActive", "path": "Medication.ingredient.isActive", "short": "有效成份指標", "definition": "說明此成份是否會影響藥物的治療作用", "requirements": "True表示此成份會影響藥物的治療作用(意即:active),False表示此成份不影響藥物的治療作用(意即:inactive)。" }, { "id": "Medication.ingredient.strength", "path": "Medication.ingredient.strength", "short": "所含成份的劑量", "definition": "指明此藥品中有多少(或多少)項目。例如:每錠250毫克,這表示為一個比率,分子為250毫克,分母為1錠。" }, { "id": "Medication.batch", "path": "Medication.batch", "short": "關於包裝藥品的細節", "definition": "只適用於包裝(不是產品)的資訊" }, { "id": "Medication.batch.id", "path": "Medication.batch.id", "short": "唯一可識別ID,以供資料項目間相互參照。", "definition": "resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。" }, { "id": "Medication.batch.extension", "path": "Medication.batch.extension", "short": "擴充的資料項目", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。" }, { "id": "Medication.batch.modifierExtension", "path": "Medication.batch.modifierExtension", "short": "此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。", "comment": "無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何汙名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。", "definition": "可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和(或)對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 **必須(SHALL)** 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 \r\n 修飾用的擴充資料項目 **必須沒有(SHALL NOT)** 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。", "requirements": "修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互通性。更多訊息,請參見[修飾用的資料項目擴充之定義](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)。" }, { "id": "Medication.batch.lotNumber", "path": "Medication.batch.lotNumber", "short": "藥品的批號", "definition": "藥品的批號資訊" }, { "id": "Medication.batch.expirationDate", "path": "Medication.batch.expirationDate", "short": "有效期限", "definition": "此批號藥品之有效期限" } ] }, "contact": [ { "name": "衛生福利部", "telecom": [ { "value": "https://www.mohw.gov.tw/", "system": "url" }, { "value": "CCYU@mohw.gov.tw", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication" }