{
  "resourceType": "StructureDefinition",
  "id": "73a521dc-c31d-4200-b035-509d0b4d25a0",
  "meta": {
    "lastUpdated": "2022-01-19T01:42:56.39+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/DiagnosticReport",
  "name": "DiagnosticReport",
  "status": "draft",
  "date": "2021-11-05T06:24:53.4484017+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "short": "病歷號 | 身分證字號 | 護照號碼",
        "definition": "病歷號 | 身分證字號 | 護照號碼"
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "short": "以何種Resource 為基礎產生報告",
        "definition": "以何種Resource 為基礎產生報告"
      },
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "short": "報告狀態",
        "definition": "registered | partial | preliminary | final +"
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "code": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          },
          {
            "system": "http://www.radlex.org/"
          },
          {
            "system": "http://loinc.org"
          }
        ],
        "short": "報告類別"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "short": "報告名稱或代碼"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "short": "引用何種 Resource"
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "short": "醫療紀錄／歷程",
        "definition": "此診斷報告的醫療紀錄／歷程"
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "short": "負責診斷的提供者"
      },
      {
        "id": "DiagnosticReport.resultsInterpreter",
        "path": "DiagnosticReport.resultsInterpreter",
        "short": "負責撰寫最終報告及解釋的提供者"
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "short": "報告內的關鍵影像"
      },
      {
        "id": "DiagnosticReport.conclusion",
        "path": "DiagnosticReport.conclusion",
        "short": "診斷報告內容"
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "short": "診斷代碼"
      }
    ]
  }
}