PackagesCanonicalsLogsProblems
    Packages
    tw.cohesion.fhir.clinemr@1.0.1
    https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr
{
  "description": "此中醫-處置或手術(Procedure TCMCR)Profile說明本IG如何進一步定義臺灣核心-處置或手術(TW Core Procedure)Profile以呈現中醫診所門診病摘之處置或手術的詳細資料。",
  "_filename": "StructureDefinition-procedure-tcmcr.json",
  "package_name": "tw.cohesion.fhir.clinemr",
  "date": "2025-02-06T00:05:57+08:00",
  "derivation": "constraint",
  "publisher": "睿傳數據",
  "fhirVersion": "4.0.1",
  "name": "ProcedureTCMCR",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "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": "Procedure",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "中醫-處置或手術(Procedure TCMCR)",
  "package_version": "1.0.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": "Procedure",
      "min": 0,
      "definition": "正在或曾經對病人執行的動作。這可以是像手術這樣的身體介入,也可以是像長照服務、諮詢或催眠療法這樣的非侵入性介入。HL7 FHIR官網另有提到的例子包括例如包括診斷處置/手術、內視鏡處置/手術、活體組織切片、諮詢、物理治療、個人支持服務、日照服務、非緊急運輸、改善家居設施、健身活動等。處置/手術可以由醫護人員、服務提供人員、朋友或親屬或在某些情況下由病人自己執行。",
      "isModifier": false,
      "short": "正在或曾經對病人執行的動作",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "Event",
        "identity": "workflow"
      }, {
        "map": "Procedure[moodCode=EVN]",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "Procedure",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure"
      },
      "isSummary": false
    }, {
      "path": "Procedure.id",
      "min": 0,
      "definition": "resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。",
      "isModifier": false,
      "short": "不重複的ID用以識別儲存在特定FHIR Server中的Procedure紀錄,通常又稱為邏輯性ID。",
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "id"
        } ]
      } ],
      "max": "1",
      "id": "Procedure.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": "Procedure.meta",
      "min": 0,
      "definition": "關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。",
      "isModifier": false,
      "short": "此Procedure Resource的metadata",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "Procedure.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": "Procedure.implicitRules",
      "min": 0,
      "definition": "構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。",
      "isModifier": true,
      "short": "創建此內容所依據的一組規則",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Procedure.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": "Procedure.language",
      "min": 0,
      "definition": "編寫此resource的語言",
      "isModifier": false,
      "short": "用以表述Procedure 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"
        } ],
        "description": "人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。"
      },
      "max": "1",
      "id": "Procedure.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": "Procedure.text",
      "min": 0,
      "definition": "人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。",
      "isModifier": false,
      "short": "Procedure Resource之內容摘要以供人閱讀",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "Procedure.text",
      "comment": "內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 **建議應該(SHOULD)** 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      },
      "isSummary": false
    }, {
      "path": "Procedure.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": "Procedure.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": "Procedure.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": "Procedure.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": "Procedure.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": "Procedure.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": "Procedure.identifier",
      "requirements": "允許識別各參與系統所知的此處置/手術資訊,並在各伺服器之間保持一致的方式。",
      "min": 0,
      "definition": "由執行者或其他系統指定給此處置/手術的業務用識別碼,即使此resource作更新及在伺服器之間的傳遞,此識別碼仍保持不變。",
      "isModifier": false,
      "short": "此處置/手術的外部識別碼",
      "mapping": [ {
        "map": "Event.identifier",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "Some combination of ORC-2 / ORC-3 / OBR-2 / OBR-3 / IPC-1 / IPC-2 / IPC-3 / IPC-4",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "Procedure.identifier",
      "comment": "這是一個業務識別碼,不是一個resource識別碼(詳見討論)。最好的做法是該識別碼只出現在單個resource實例上,但是業務實務有可能會規定可以在多個resource實例中具有相同識別碼—甚至可能具有不同的resource型例。例如:多個 「Patient(病人)」和 「Person(個人)」resource實例可能共用同一個社會保險號碼。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.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": "Procedure.instantiatesCanonical",
      "min": 0,
      "definition": "指向此處置/手術全部或部分遵守的FHIR定義的計畫書(protocol)、指南(guideline)、醫令集(orderset)或其他定義的URL。",
      "isModifier": false,
      "short": "實例化FHIR計畫書(protocol)或定義",
      "mapping": [ {
        "map": "Event.instantiatesCanonical",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=DEFN].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/PlanDefinition", "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", "http://hl7.org/fhir/StructureDefinition/Measure", "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "http://hl7.org/fhir/StructureDefinition/Questionnaire" ]
      } ],
      "max": "*",
      "id": "Procedure.instantiatesCanonical",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.instantiatesCanonical"
      },
      "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": "Procedure.instantiatesUri",
      "min": 0,
      "definition": "指向此處置/手術全部或部分的外部維護之計畫書(protocol)、指南(guideline)、醫令集(orderset)或其他定義的URL。",
      "isModifier": false,
      "short": "實例化外部計畫書(protocol)或定義",
      "mapping": [ {
        "map": "Event.instantiatesUri",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=DEFN].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "*",
      "id": "Procedure.instantiatesUri",
      "comment": "這可能是一個HTML頁面、PDF等,也可能只是一個不可分解的URI識別碼。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.instantiatesUri"
      },
      "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": "Procedure.basedOn",
      "min": 0,
      "definition": "對一個resource的參照,此resource包含此處置/手術請求的細節。",
      "isModifier": false,
      "short": "此Procedure是基於什麼而履行",
      "mapping": [ {
        "map": "Event.basedOn",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=FLFS].target[classCode=(various e.g. PROC, OBS, PCPR, ACT,  moodCode=RQO].code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/careplan-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/servicerequest-clinemr" ]
      } ],
      "alias": [ "fulfills" ],
      "max": "*",
      "id": "Procedure.basedOn",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.basedOn"
      },
      "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": "Procedure.partOf",
      "min": 0,
      "definition": "這個特定的處置/手術是一個更大的事件中的一個組成部分或步驟",
      "isModifier": false,
      "short": "參照事件的一部分",
      "mapping": [ {
        "map": "Event.partOf",
        "identity": "workflow"
      }, {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=SBADM or PROC or OBS, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ]
      } ],
      "alias": [ "container" ],
      "max": "*",
      "id": "Procedure.partOf",
      "comment": "MedicationAdministration.partOf有一個Procedure參照,但這不是一個迴圈參照。例如:麻醉的給藥(MedicationAdministration)是手術處置/手術的一部分(MedicationAdministration.partOf = Procedure)。例如:為靜脈給藥插入靜脈口的處置/手術是給藥的一部分(Procedure.partOf = MedicationAdministration)。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.partOf"
      },
      "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": "Procedure.status",
      "min": 1,
      "definition": "一個指定處置/手術當前狀態的代碼。一般來說,它是進行中或完成的狀態。",
      "isModifier": true,
      "short": "preparation | in-progress | not-done |on-hold |stopped | completed | entered-in-error | unknown",
      "mapping": [ {
        "map": "Event.status",
        "identity": "workflow"
      }, {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "statusCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "patternCode": "completed",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/event-status|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureStatus"
        } ],
        "description": "應填入所綁定值集中的其中一個代碼"
      },
      "max": "1",
      "id": "Procedure.status",
      "comment": "「未知」代碼不能用來表達其他狀態。當其中一個狀態適用時但編輯系統不知道此處置/手術的當前狀態,應該使用「未知」代碼。 \n \n此資料項目被標記為修飾用,因為狀態包含標記resource當前無效的代碼。",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Procedure.status"
      },
      "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
      "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": "Procedure.statusReason",
      "min": 0,
      "definition": "捕捉Procedure當前狀態的原因",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "alias": [ "Suspended Reason", "Cancelled Reason" ],
      "max": "1",
      "id": "Procedure.statusReason",
      "condition": [ "ele-1" ],
      "comment": "這通常只用於「例外」狀態像是「未完成」、「暫停」或「終止」。執行此處置/手術的原因是在reasonCode中說明,而不是在這裡。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.statusReason"
      }
    }, {
      "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": "Procedure.category",
      "min": 1,
      "definition": "對處置/手術進行分類的代碼(例如:「手術處置/手術」)。主要為了搜尋、排序和顯示時使用。",
      "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": "required",
        "valueSet": "https://fhir.cohesiondata.com/clinemr/ValueSet/procedure-cohesion-category"
      },
      "max": "1",
      "id": "Procedure.category",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.category"
      }
    }, {
      "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": "Procedure.code",
      "requirements": "0..1主要僅用於解釋敘述性的resource。",
      "min": 1,
      "definition": "所進行的特定處置/手術。如果不能對處置/手術的確切種類進行編碼,則使用文字(例如:「腹腔鏡闌尾切除術」)。",
      "isModifier": false,
      "short": "處置的識別碼。[應填入門診病摘之處置健保碼(Code)與處置說明(display)]",
      "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/procedure-code",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureCode"
        } ],
        "description": "A code to identify a specific procedure ."
      },
      "alias": [ "type" ],
      "max": "1",
      "id": "Procedure.code",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.code"
      }
    }, {
      "path": "Procedure.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": "Procedure.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": "Procedure.code.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": "Procedure.code.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": "Procedure.code.coding",
      "requirements": "允許使用者在不知道識別碼系統的情況下利用識別碼",
      "min": 0,
      "definition": "由專門術語系統(terminology system)所定義之代碼的參照。",
      "isModifier": false,
      "short": "由專門術語系統(terminology system)定義的代碼。此資料項目為可擴充綁定預設國際標準值集,但實作者可視實務專案需求只綁定以下slices中的任一值集。目前未只限定綁定預設值集是因為尚無slice值集與預設國際標準值集的代碼對應表,待後續有相對的代碼對應表後將建議採用國際標準值集作為唯一綁定值集並針對該值集進行擴充與管理,以利進行跨國與跨系統之資料交換。",
      "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": "Procedure.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"
      }
    }, {
      "path": "Procedure.code.coding.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": "Procedure.code.coding.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": "Procedure.code.coding.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": "Procedure.code.coding.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": "Procedure.code.coding.system",
      "requirements": "需要明確說明符號定義的來源",
      "min": 0,
      "definition": "定義代碼中符號意義的代碼系統識別",
      "isModifier": false,
      "short": "專門術語系統(terminology system)的識別",
      "mapping": [ {
        "map": "C*E.3",
        "identity": "v2"
      }, {
        "map": "./codeSystem",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.code.coding.system",
      "comment": "URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID **必須(SHALL)** 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.system"
      },
      "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": "Procedure.code.coding.version",
      "min": 0,
      "definition": "選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, **必須(SHALL)** 將版本資訊也一併作交換。",
      "isModifier": false,
      "short": "系統的版本—如果相關的話",
      "mapping": [ {
        "map": "C*E.7",
        "identity": "v2"
      }, {
        "map": "./codeSystemVersion",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Procedure.code.coding.version",
      "comment": "如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.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": "Procedure.code.coding.code",
      "requirements": "需要參照系統中的一個特定代碼",
      "min": 0,
      "definition": "系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。",
      "isModifier": false,
      "short": "[應填入門診病摘之處置健保碼]",
      "mapping": [ {
        "map": "C*E.1",
        "identity": "v2"
      }, {
        "map": "./code",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.code.coding.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.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": "Procedure.code.coding.display",
      "requirements": "需要能為不了解此系統的讀者呈現可讀的代碼含義",
      "min": 0,
      "definition": "遵循系統的規則以呈現代碼含義的表示法",
      "isModifier": false,
      "short": "[應填入門診病摘之處置說明]",
      "mapping": [ {
        "map": "C*E.2 - but note this is not well followed",
        "identity": "v2"
      }, {
        "map": "CV.displayName",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "Procedure.code.coding.display",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.display"
      },
      "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": "Procedure.code.coding.userSelected",
      "requirements": "已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。",
      "min": 0,
      "definition": "表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。",
      "isModifier": false,
      "short": "此編碼是否由使用者直接選擇?",
      "mapping": [ {
        "map": "Sometimes implied by being first",
        "identity": "v2"
      }, {
        "map": "CD.codingRationale",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [     fhir:source \"true\";     fhir:target dt:CDCoding.codingRationale\\#O   ]",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "Procedure.code.coding.userSelected",
      "comment": "在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.userSelected"
      },
      "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": "Procedure.code.coding",
      "requirements": "允許使用者在不知道識別碼系統的情況下利用識別碼",
      "min": 0,
      "definition": "由專門術語系統(terminology system)所定義之代碼的參照。",
      "isModifier": false,
      "short": "此為臺灣衛生福利部中央健康保險署(NHI)維護之2023年中文版ICD-10-PCS代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。",
      "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": "icd10-pcs-2023",
      "binding": {
        "strength": "required",
        "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-pcs-2023-tw",
        "description": "處置/手術的識別;應填入所綁定值集中的其中一個代碼。"
      },
      "max": "1",
      "id": "Procedure.code.coding:icd10-pcs-2023",
      "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": "Procedure.code.coding",
      "requirements": "允許使用者在不知道識別碼系統的情況下利用識別碼",
      "min": 0,
      "definition": "由專門術語系統(terminology system)所定義之代碼的參照。",
      "isModifier": false,
      "short": "此為臺灣衛生福利部中央健康保險署(NHI)維護之2021年中文版ICD-10-PCS代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。",
      "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": "icd10-pcs-2021",
      "binding": {
        "strength": "required",
        "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-pcs-2021-tw",
        "description": "處置/手術的識別;應填入所綁定值集中的其中一個代碼。"
      },
      "max": "1",
      "id": "Procedure.code.coding:icd10-pcs-2021",
      "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": "Procedure.code.coding",
      "requirements": "允許使用者在不知道識別碼系統的情況下利用識別碼",
      "min": 0,
      "definition": "由專門術語系統(terminology system)所定義之代碼的參照。",
      "isModifier": false,
      "short": "此為臺灣衛生福利部中央健康保險署(NHI)維護之2014年中文版ICD-10-PCS代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。",
      "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": "icd10-pcs-2014",
      "binding": {
        "strength": "required",
        "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-pcs-2014-tw",
        "description": "處置/手術的識別;應填入所綁定值集中的其中一個代碼。"
      },
      "max": "1",
      "id": "Procedure.code.coding:icd10-pcs-2014",
      "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": "Procedure.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": "medical-service-payment",
      "binding": {
        "strength": "required",
        "valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/procedure-tw",
        "description": "處置/手術的識別;應填入所綁定值集中的其中一個代碼。"
      },
      "max": "1",
      "id": "Procedure.code.coding:medical-service-payment",
      "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": "Procedure.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": "sct-procedures",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code",
        "description": "處置/手術的識別;應填入所綁定值集中的其中一個代碼。"
      },
      "max": "1",
      "id": "Procedure.code.coding:sct-procedures",
      "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": "Procedure.code.coding",
      "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。",
      "min": 0,
      "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"
      } ],
      "type": [ {
        "code": "Coding",
        "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ]
      } ],
      "mustSupport": true,
      "sliceName": "loinc-procedures",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes"
      },
      "max": "1",
      "id": "Procedure.code.coding:loinc-procedures",
      "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": "Procedure.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": "Procedure.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": "Procedure.subject",
      "min": 1,
      "definition": "進行處置/手術的病人、動物或實體集合(例如:特定的一群人)。",
      "isModifier": false,
      "short": "處置/手術服務的對象",
      "mapping": [ {
        "map": "Event.subject",
        "identity": "workflow"
      }, {
        "map": "FiveWs.subject[x]",
        "identity": "w5"
      }, {
        "map": "PID-3",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=SBJ].role",
        "identity": "rim"
      }, {
        "map": "FiveWs.subject",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr" ]
      } ],
      "mustSupport": true,
      "alias": [ "patient" ],
      "max": "1",
      "id": "Procedure.subject",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Procedure.subject"
      },
      "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": "Procedure.encounter",
      "min": 0,
      "definition": "此「處置/手術(Procedure)」記載在哪次的「就醫(Encounter)」紀錄或者與此處置/手術紀錄密切相關的「就醫(Encounter)」紀錄",
      "isModifier": false,
      "short": "就醫(Encounter)紀錄作為處置/手術的一部分",
      "mapping": [ {
        "map": "Event.context",
        "identity": "workflow"
      }, {
        "map": "FiveWs.context",
        "identity": "w5"
      }, {
        "map": "PV1-19",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/encounter-clinemr" ]
      } ],
      "max": "1",
      "id": "Procedure.encounter",
      "comment": "通常是此處置/手術發生的就醫事件(Encounter),雖然有些活動可能在就醫結束之前或之後開始,但仍與就醫事件的情境有關。這筆紀錄表明與此處置/手術紀錄相關的就醫事件。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.encounter"
      },
      "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": "Procedure.performed[x]",
      "min": 0,
      "definition": "進行處置/手術的估計或實際日期、日期時間、時間區間或年齡。允許一個時間區間來支持跨越一個日期以上的複雜處置/手術,也允許捕捉處置/手術的執行時間長度。",
      "isModifier": false,
      "short": "此處置/手術何時執行的?",
      "mapping": [ {
        "map": "Event.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "FiveWs.done[x]",
        "identity": "w5"
      }, {
        "map": "OBR-7",
        "identity": "v2"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "dateTime",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
          "valueBoolean": true
        } ]
      }, {
        "code": "Period"
      }, {
        "code": "string"
      }, {
        "code": "Age"
      }, {
        "code": "Range"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.performed[x]",
      "comment": "年齡一般用於病人報告其進行手術的年齡,像是20到25歲時。 dateTime支援一定的精度範圍,因為有些處置/手術被報告為過去的處置/手術,可能沒有毫秒的精度,而其他在就醫期間執行和記錄的處置/手術可能有更精確的UTC時間戳記和時區。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.performed[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": "Procedure.recorder",
      "min": 0,
      "definition": "記錄處置/手術內容並對其內容負責的個人",
      "isModifier": false,
      "short": "誰記錄此處置/手術",
      "mapping": [ {
        "map": "FiveWs.author",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=AUT].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore" ]
      } ],
      "max": "1",
      "id": "Procedure.recorder",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.recorder"
      },
      "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": "Procedure.asserter",
      "min": 0,
      "definition": "提出此處置/手術說明的人",
      "isModifier": false,
      "short": "聲稱有此處置/手術的人",
      "mapping": [ {
        "map": "FiveWs.source",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=INF].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.asserter",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.asserter"
      },
      "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": "Procedure.performer",
      "min": 0,
      "definition": "限於「真正的」人而不是設備",
      "isModifier": false,
      "short": "執行處置/手術的人員",
      "mapping": [ {
        "map": "Event.performer",
        "identity": "workflow"
      }, {
        "map": ".participation[typeCode=PRF]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Procedure.performer",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.performer"
      },
      "isSummary": true
    }, {
      "path": "Procedure.performer.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": "Procedure.performer.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": "Procedure.performer.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": "Procedure.performer.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": "Procedure.performer.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": "Procedure.performer.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": "Procedure.performer.function",
      "requirements": "允許針對不同執行者的參與型別進行澄清以消除歧義",
      "min": 0,
      "definition": "區分執行者在處置/手術中的參與型別,例如:外科醫生、麻醉師、內視鏡醫生。",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/performer-role",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "1",
      "id": "Procedure.performer.function",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.performer.function"
      }
    }, {
      "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": "Procedure.performer.actor",
      "requirements": "一個參照至裝置(Device)的使用案例,例如:心律調整器。",
      "min": 1,
      "definition": "參與處置/手術的健康照護服務提供者",
      "isModifier": false,
      "short": "參照至健康照護服務提供者",
      "mapping": [ {
        "map": "Event.performer.actor",
        "identity": "workflow"
      }, {
        "map": "FiveWs.actor",
        "identity": "w5"
      }, {
        "map": "ORC-19/PRT-5",
        "identity": "v2"
      }, {
        "map": ".role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/organization-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore" ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.performer.actor",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Procedure.performer.actor"
      },
      "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": "Procedure.performer.onBehalfOf",
      "requirements": "健康照護服務提供者和裝置可以與多個機構相關聯,此資料項目表明他們在執行行動時代表哪個機構。",
      "min": 0,
      "definition": "此裝置或健康照護服務提供者所代表的機構",
      "isModifier": false,
      "short": "此裝置(Device)或健康照護服務提供者所屬機構(Organization)",
      "mapping": [ {
        "map": ".scoper",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/organization-clinemr" ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Procedure.performer.onBehalfOf",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.performer.onBehalfOf"
      },
      "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": "Procedure.location",
      "requirements": "將一個處置/手術與可能保存紀錄的地點(Location)聯繫起來",
      "min": 0,
      "definition": "實際發生處置/手術的地點(Location)。例如:新生兒在家裡出生、在餐廳做氣管切開術。",
      "isModifier": false,
      "short": "處置/手術發生的地點(Location)?",
      "mapping": [ {
        "map": "FiveWs.where[x]",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=LOC].role[classCode=SDLOC]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore" ]
      } ],
      "max": "1",
      "id": "Procedure.location",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.location"
      },
      "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": "Procedure.reasonCode",
      "min": 0,
      "definition": "進行此處置/手術的原因代碼。這可能是某種型別的編碼,也可能只是文字表述。",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "*",
      "id": "Procedure.reasonCode",
      "condition": [ "ele-1" ],
      "comment": "當一個代碼足以描述原因時,使用Procedure.reasonCode。當參照一個resource時,使用Procedure.reasonReference以傳達更多的資訊,如發病日期。Procedure.reasonCode和Procedure.reasonReference不應該是重複的。對於一個單一的原因,Procedure.reasonCode或Procedure.reasonReference都可以被使用。Procedure.reasonCode可以是一個摘要代碼,或者Procedure.reasonReference可以用Condition | Observation | Procedure | DiagnosticReport | DocumentReference來參照一個非常精確的原因定義。如果Procedure.reasonCode和Procedure.reasonReference描述的是處置/手術的不同原因,則兩者都可以使用。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.reasonCode"
      }
    }, {
      "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": "Procedure.reasonReference",
      "min": 0,
      "definition": "為什麼進行此處置/手術的原因",
      "isModifier": false,
      "short": "執行此處置/手術的原因",
      "mapping": [ {
        "map": "Event.reasonReference",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": ".reasonCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/conditiondiagnosis-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/documentreference-clinemr" ]
      } ],
      "max": "*",
      "id": "Procedure.reasonReference",
      "comment": "一個處置/手術有可能成為另一個處置/手術(如C-Section)的理由(如硬膜外)。其他的例子包括擴張的內窺鏡檢查和活檢(診斷和治療的結合)。\n 當一個代碼充分地描述了原因時,使用Procedure.reasonCode。當引用一個resource時,使用Procedure.reasonReference,這樣可以傳達更多的資訊,如發病日期。Procedure.reasonCode和Procedure.reasonReference不應該是重複的。對於一個單一的原因,Procedure.reasonCode或Procedure.reasonReference都可以被使用。Procedure.reasonCode可以是一個摘要代碼,或者Procedure.reasonReference可以用Condition | Observation | Procedure | DiagnosticReport | DocumentReference來引用一個非常精確的原因定義。如果Procedure.reasonCode和Procedure.reasonReference描述的是處置/手術的不同原因,則兩者都可以使用。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.reasonReference"
      },
      "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": "Procedure.bodySite",
      "min": 1,
      "definition": "詳細和結構化的解剖學位置資訊。允許多個位置—例如:一個病灶的多個活體組織切片。",
      "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": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/body-site",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "*",
      "id": "Procedure.bodySite",
      "condition": [ "ele-1" ],
      "comment": "如果案例需要BodySite resource的屬性(例如:識別和各別追蹤),那麼就使用標準擴充[procedure-targetbodystructure](擴充-procedure-targetbodystructure.html)。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.bodySite"
      }
    }, {
      "path": "Procedure.bodySite.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": "Procedure.bodySite.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": "Procedure.bodySite.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Procedure.bodySite.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())"
      }, {
        "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": "Procedure.bodySite.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "[應填入中醫診所門診病摘之針灸穴位/傷科手法/脫臼整復處理方法]",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-approach" ]
      } ],
      "mustSupport": true,
      "sliceName": "approach",
      "max": "1",
      "id": "Procedure.bodySite.extension:approach",
      "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": "Procedure.bodySite.extension",
      "min": 0,
      "definition": "An Extension",
      "isModifier": false,
      "short": "[應填入中醫門診病摘之針灸補充說明/傷科補充說明/脫臼整復補充說明]",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-description" ]
      } ],
      "mustSupport": true,
      "sliceName": "description",
      "max": "1",
      "id": "Procedure.bodySite.extension:description",
      "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": "Procedure.bodySite.coding",
      "requirements": "允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。",
      "min": 0,
      "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"
      } ],
      "type": [ {
        "code": "Coding",
        "profile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Coding-tw" ]
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Procedure.bodySite.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": "Procedure.bodySite.text",
      "requirements": "專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。",
      "min": 1,
      "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": "Procedure.bodySite.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": "Procedure.outcome",
      "min": 0,
      "definition": "處置/手術的結果—它是否解決了當初執行處置/手術所要解決的問題?",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-outcome",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "1",
      "id": "Procedure.outcome",
      "condition": [ "ele-1" ],
      "comment": "如果結果只包含敘述性文字,可用CodeableConcept.text來說明。",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.outcome"
      }
    }, {
      "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": "Procedure.report",
      "min": 0,
      "definition": "這可能是組織學結果、病理學報告、手術報告等。",
      "isModifier": false,
      "short": "此處置/手術產生的任何報告",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/documentreference-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/composition-tcmcr" ]
      } ],
      "max": "*",
      "id": "Procedure.report",
      "comment": "有可能會有多份報告—例如:如果這是一個需要進行多次活體組織切片的處置/手術,會產生一些解剖病理報告。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.report"
      },
      "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": "Procedure.complication",
      "min": 0,
      "definition": "在處置/手術過程中,或在處置/手術後不久發生的任何併發症。這些通常與紀錄分開追蹤,紀錄通常描述處置/手術本身,而不是任何 「處置/手術後」的問題。",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-code",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "*",
      "id": "Procedure.complication",
      "condition": [ "ele-1" ],
      "comment": "如果併發症僅由敘述性文字表達,可用CodeableConcept.text來說明。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.complication"
      }
    }, {
      "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": "Procedure.complicationDetail",
      "requirements": "這是用來記錄作為處置/手術結果的病情、問題或診斷,而不是作為處置/手術原因的病情、問題或診斷。",
      "min": 0,
      "definition": "在處置/手術過程中或在執行結束後立即發生的任何併發症",
      "isModifier": false,
      "short": "處置/手術後發生的病情、問題或診斷",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=OUTC].target[classCode=OBS, code=\"complication\", moodCode=EVN].value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/conditiondiagnosis-clinemr" ]
      } ],
      "max": "*",
      "id": "Procedure.complicationDetail",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.complicationDetail"
      },
      "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": "Procedure.followUp",
      "min": 0,
      "definition": "如果該處置/手術需要特定的後續行動—例如拆除縫線。 後續行動可以表現為一個簡單的說明,也可能是更複雜的,在這種情況下,可以使用CarePlan resource。",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-followup",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "*",
      "id": "Procedure.followUp",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.followUp"
      }
    }, {
      "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": "Procedure.note",
      "min": 0,
      "definition": "關於此處置/手術的任何其他註釋和意見",
      "isModifier": false,
      "short": "關於此處置/手術的附加資訊",
      "mapping": [ {
        "map": "Event.note",
        "identity": "workflow"
      }, {
        "map": "NTE",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "max": "*",
      "id": "Procedure.note",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.note"
      },
      "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": "Procedure.focalDevice",
      "min": 0,
      "definition": "植入、移除或以其他方式操作的裝置(校準、更換電池、安裝義肢、安裝傷口真空裝置等),是處置/手術的重點部分。",
      "isModifier": false,
      "short": "處理、植入的或移除的裝置",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=MANU]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "Procedure.focalDevice",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.focalDevice"
      },
      "isSummary": false
    }, {
      "path": "Procedure.focalDevice.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": "Procedure.focalDevice.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": "Procedure.focalDevice.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": "Procedure.focalDevice.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": "Procedure.focalDevice.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": "Procedure.focalDevice.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": "Procedure.focalDevice.action",
      "min": 0,
      "definition": "處置/手術過程中,設備改變的類型。",
      "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" ]
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/device-action",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "DeviceActionKind"
        } ],
        "description": "鼓勵使用所綁定值集中的代碼,但不強制一定要使用此值集,你也可使用其他值集的代碼或單純以文字表示。"
      },
      "max": "1",
      "id": "Procedure.focalDevice.action",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Procedure.focalDevice.action"
      }
    }, {
      "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": "Procedure.focalDevice.manipulated",
      "min": 1,
      "definition": "在處置/手術中被處理(改變)的裝置",
      "isModifier": false,
      "short": "被改變的裝置",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=SDLOC]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device" ]
      } ],
      "max": "1",
      "id": "Procedure.focalDevice.manipulated",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Procedure.focalDevice.manipulated"
      },
      "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": "Procedure.usedReference",
      "requirements": "用於追蹤污染等",
      "min": 0,
      "definition": "指明藥品、裝置和作為處置/手術一部分的任何其他物質",
      "isModifier": false,
      "short": "處置/手術中使用的項目/物品",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=MANU] or\n.participation[typeCode=CSM].role[classCode=ADMM] (for Medication or Substance)",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/medication-clinemr", "http://hl7.org/fhir/StructureDefinition/Substance" ]
      } ],
      "max": "*",
      "id": "Procedure.usedReference",
      "comment": "對於實際植入或取出的裝置,使用Procedure.device。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.usedReference"
      },
      "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": "Procedure.usedCode",
      "min": 0,
      "definition": "指明作為處置/手術的一部分而使用的編碼項目",
      "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" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/device-kind",
        "description": "應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。"
      },
      "max": "*",
      "id": "Procedure.usedCode",
      "condition": [ "ele-1" ],
      "comment": "對於實際植入或取出的裝置,使用Procedure.device。",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Procedure.usedCode"
      }
    } ]
  },
  "status": "active",
  "id": "ee9d7ad5-c1fb-48d1-96d8-ac59ba8a1c67",
  "kind": "resource",
  "url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr",
  "version": "1.0.1",
  "differential": {
    "element": [ {
      "id": "Procedure.basedOn",
      "path": "Procedure.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/careplan-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/servicerequest-clinemr" ]
      } ]
    }, {
      "id": "Procedure.partOf",
      "path": "Procedure.partOf",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ]
      } ]
    }, {
      "id": "Procedure.status",
      "path": "Procedure.status",
      "patternCode": "completed"
    }, {
      "id": "Procedure.category",
      "min": 1,
      "path": "Procedure.category",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.cohesiondata.com/clinemr/ValueSet/procedure-cohesion-category"
      },
      "mustSupport": true
    }, {
      "id": "Procedure.code",
      "path": "Procedure.code",
      "short": "處置的識別碼。[應填入門診病摘之處置健保碼(Code)與處置說明(display)]"
    }, {
      "id": "Procedure.code.coding",
      "path": "Procedure.code.coding"
    }, {
      "id": "Procedure.code.coding.code",
      "path": "Procedure.code.coding.code",
      "short": "[應填入門診病摘之處置健保碼]"
    }, {
      "id": "Procedure.code.coding.display",
      "path": "Procedure.code.coding.display",
      "short": "[應填入門診病摘之處置說明]"
    }, {
      "id": "Procedure.subject",
      "path": "Procedure.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr" ]
      } ]
    }, {
      "id": "Procedure.encounter",
      "path": "Procedure.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/encounter-clinemr" ]
      } ]
    }, {
      "id": "Procedure.recorder",
      "path": "Procedure.recorder",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore" ]
      } ]
    }, {
      "id": "Procedure.asserter",
      "path": "Procedure.asserter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ]
      } ]
    }, {
      "id": "Procedure.performer.actor",
      "path": "Procedure.performer.actor",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/practitioner-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/organization-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore", "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore" ]
      } ]
    }, {
      "id": "Procedure.performer.onBehalfOf",
      "path": "Procedure.performer.onBehalfOf",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/organization-clinemr" ]
      } ]
    }, {
      "id": "Procedure.reasonReference",
      "path": "Procedure.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/conditiondiagnosis-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/documentreference-clinemr" ]
      } ]
    }, {
      "id": "Procedure.bodySite",
      "min": 1,
      "path": "Procedure.bodySite"
    }, {
      "id": "Procedure.bodySite.extension",
      "min": 1,
      "path": "Procedure.bodySite.extension"
    }, {
      "id": "Procedure.bodySite.extension:approach",
      "max": "1",
      "min": 1,
      "path": "Procedure.bodySite.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-approach" ]
      } ],
      "short": "[應填入中醫診所門診病摘之針灸穴位/傷科手法/脫臼整復處理方法]",
      "sliceName": "approach",
      "mustSupport": true
    }, {
      "id": "Procedure.bodySite.extension:description",
      "max": "1",
      "min": 0,
      "path": "Procedure.bodySite.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-description" ]
      } ],
      "short": "[應填入中醫門診病摘之針灸補充說明/傷科補充說明/脫臼整復補充說明]",
      "sliceName": "description",
      "mustSupport": true
    }, {
      "id": "Procedure.bodySite.text",
      "min": 1,
      "path": "Procedure.bodySite.text",
      "short": "[應填入門診病摘之針灸部位/傷科部位/脫臼整復部位]"
    }, {
      "id": "Procedure.report",
      "path": "Procedure.report",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/documentreference-clinemr", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/composition-tcmcr" ]
      } ]
    }, {
      "id": "Procedure.complicationDetail",
      "path": "Procedure.complicationDetail",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.cohesiondata.com/clinemr/StructureDefinition/conditiondiagnosis-clinemr" ]
      } ]
    }, {
      "id": "Procedure.usedReference",
      "path": "Procedure.usedReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore", "https://fhir.cohesiondata.com/clinemr/StructureDefinition/medication-clinemr", "http://hl7.org/fhir/StructureDefinition/Substance" ]
      } ]
    } ]
  },
  "contact": [ {
    "name": "睿傳數據",
    "telecom": [ {
      "value": "https://www.cohesiondata.com/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"
}