臺灣核心實作指引(TW Core IG)
0.1.1 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Logical Model: TWDiagnosticReportModel - JSON Profile

Active as of 2023-08-30

JSON representation of the TWDiagnosticReport logical model.

Raw json | Download


{
  "resourceType" : "StructureDefinition",
  "id" : "TWDiagnosticReport",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWDiagnosticReport",
  "version" : "0.1.1",
  "name" : "TWDiagnosticReportModel",
  "title" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
  "status" : "active",
  "date" : "2023-08-30T12:27:08+08:00",
  "contact" : [
    {
      "name" : "衛生福利部",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/"
        },
        {
          "system" : "email",
          "value" : "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "TWDiagnosticReport",
      "uri" : "https://twcore.mohw.gov.tw/ig/twcore",
      "name" : "TW Core IG"
    }
  ],
  "kind" : "logical",
  "abstract" : false,
  "type" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWDiagnosticReport",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "TWDiagnosticReport",
        "path" : "TWDiagnosticReport",
        "short" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
        "definition" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Base",
          "min" : 0,
          "max" : "*"
        },
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.text",
        "path" : "TWDiagnosticReport.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.text"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.status",
        "path" : "TWDiagnosticReport.status",
        "short" : "診斷報告的狀態",
        "definition" : "診斷報告的狀態",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.status",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.status"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.category",
        "path" : "TWDiagnosticReport.category",
        "short" : "診斷報告的類別",
        "definition" : "診斷報告的類別",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.category",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.category"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.code",
        "path" : "TWDiagnosticReport.code",
        "short" : "診斷報告",
        "definition" : "診斷報告",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.code",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.code"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.subject[x]",
        "path" : "TWDiagnosticReport.subject[x]",
        "short" : "診斷對象",
        "definition" : "診斷對象",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.subject[x]",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Patient"
          },
          {
            "code" : "Group"
          },
          {
            "code" : "Device"
          },
          {
            "code" : "Location"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.subject.Reference(TW Core Patient | Group | Device | Location)"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.effective",
        "path" : "TWDiagnosticReport.effective",
        "short" : "臨床相關報告時間",
        "definition" : "臨床相關報告時間",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.effective",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.effective[x]"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.issued",
        "path" : "TWDiagnosticReport.issued",
        "short" : "診斷報告時間",
        "definition" : "診斷報告時間",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWDiagnosticReport.issued",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "instant"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.issued"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.performer[x]",
        "path" : "TWDiagnosticReport.performer[x]",
        "short" : "負責此診斷報告人員/機構",
        "definition" : "負責此診斷報告人員/機構",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWDiagnosticReport.performer[x]",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Practitioner"
          },
          {
            "code" : "PractitionerRole"
          },
          {
            "code" : "Organization"
          },
          {
            "code" : "CareTeam"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.performer"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.result",
        "path" : "TWDiagnosticReport.result",
        "short" : "診斷報告結果",
        "definition" : "診斷報告結果",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWDiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Observation"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.result"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "TWDiagnosticReport",
        "path" : "TWDiagnosticReport",
        "short" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
        "definition" : "臺灣核心-診斷報告(TW Core DiagnosticReport) 之資料模型",
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.text",
        "path" : "TWDiagnosticReport.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.text"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.status",
        "path" : "TWDiagnosticReport.status",
        "short" : "診斷報告的狀態",
        "definition" : "診斷報告的狀態",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "code"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.status"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.category",
        "path" : "TWDiagnosticReport.category",
        "short" : "診斷報告的類別",
        "definition" : "診斷報告的類別",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.category"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.code",
        "path" : "TWDiagnosticReport.code",
        "short" : "診斷報告",
        "definition" : "診斷報告",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.code"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.subject[x]",
        "path" : "TWDiagnosticReport.subject[x]",
        "short" : "診斷對象",
        "definition" : "診斷對象",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Patient"
          },
          {
            "code" : "Group"
          },
          {
            "code" : "Device"
          },
          {
            "code" : "Location"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.subject.Reference(TW Core Patient | Group | Device | Location)"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.effective",
        "path" : "TWDiagnosticReport.effective",
        "short" : "臨床相關報告時間",
        "definition" : "臨床相關報告時間",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.effective[x]"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.issued",
        "path" : "TWDiagnosticReport.issued",
        "short" : "診斷報告時間",
        "definition" : "診斷報告時間",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "instant"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.issued"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.performer[x]",
        "path" : "TWDiagnosticReport.performer[x]",
        "short" : "負責此診斷報告人員/機構",
        "definition" : "負責此診斷報告人員/機構",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Practitioner"
          },
          {
            "code" : "PractitionerRole"
          },
          {
            "code" : "Organization"
          },
          {
            "code" : "CareTeam"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.performer"
          }
        ]
      },
      {
        "id" : "TWDiagnosticReport.result",
        "path" : "TWDiagnosticReport.result",
        "short" : "診斷報告結果",
        "definition" : "診斷報告結果",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Observation"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWDiagnosticReport",
            "map" : "TWCoreDiagnosticReport.result"
          }
        ]
      }
    ]
  }
}