{
  "resourceType": "StructureDefinition",
  "id": "VGHKS-Procedure-LF-M1",
  "url": "http://standard-interoperability-lab.com/fhir/StructureDefinition/VGHKSProcedureLFM1",
  "name": "VGHKSProcedureLFM1",
  "title": "VGHKS Procedure LF M1 Profile",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.status",
        "path": "Procedure.status",
        "short": "[preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown](請輸入 completed )",
        "fixedCode": "completed"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding.code",
        "path": "Procedure.code.coding.code",
        "short": "LF.chem_h",
        "min": 1
      },
      {
        "id": "Procedure.code.text",
        "path": "Procedure.code.text",
        "short": "[申報醫院化學治療]",
        "min": 1
      },
      {
        "id": "Procedure.subject.reference",
        "path": "Procedure.subject.reference",
        "short": "患者 Resource Link",
        "min": 1
      },
      {
        "id": "Procedure.performed[x]",
        "path": "Procedure.performed[x]",
        "short": "請使用performedPeriod",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Procedure.performed[x].start",
        "path": "Procedure.performed[x].start",
        "short": "LF.dsyt",
        "definition": "The start of the period. The boundary is inclusive.\r\n全身性治療開始日期"
      },
      {
        "id": "Procedure.performed[x].end",
        "path": "Procedure.performed[x].end",
        "short": "LF.dchem",
        "definition": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.\r\n申報醫院化學治療開始日期"
      },
      {
        "id": "Procedure.reasonCode",
        "path": "Procedure.reasonCode",
        "min": 1
      },
      {
        "id": "Procedure.reasonCode.coding.code",
        "path": "Procedure.reasonCode.coding.code",
        "short": "LF.chem_o",
        "min": 1
      },
      {
        "id": "Procedure.reasonCode.text",
        "path": "Procedure.reasonCode.text",
        "short": "[外院化學治療]",
        "min": 1
      }
    ]
  }
}