臺灣核心實作指引(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: TWOrganizationModel - JSON Profile

Active as of 2023-08-30

JSON representation of the TWOrganization logical model.

Raw json | Download


{
  "resourceType" : "StructureDefinition",
  "id" : "TWOrganization",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWOrganization",
  "version" : "0.1.1",
  "name" : "TWOrganizationModel",
  "title" : "臺灣核心-機構(TW Core Organization)之資料模型",
  "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 Organization)之資料模型",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "TWOrganization",
      "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/TWOrganization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "TWOrganization",
        "path" : "TWOrganization",
        "short" : "臺灣核心-機構(TW Core Organization)之資料模型",
        "definition" : "臺灣核心-機構(TW Core Organization)之資料模型",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Base",
          "min" : 0,
          "max" : "*"
        },
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization"
          }
        ]
      },
      {
        "id" : "TWOrganization.text",
        "path" : "TWOrganization.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWOrganization.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.text"
          }
        ]
      },
      {
        "id" : "TWOrganization.identifier",
        "path" : "TWOrganization.identifier",
        "short" : "機構唯一識別碼(例如:醫事機構代碼、政府機關代號、統一編碼等)",
        "definition" : "機構唯一識別碼(例如:醫事機構代碼、政府機關代號、統一編碼等)",
        "min" : 1,
        "max" : "*",
        "base" : {
          "path" : "TWOrganization.identifier",
          "min" : 1,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Identifier"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.identifier"
          }
        ]
      },
      {
        "id" : "TWOrganization.active",
        "path" : "TWOrganization.active",
        "short" : "此機構基本資料是否使用中",
        "definition" : "此機構基本資料是否使用中",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWOrganization.active",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "boolean"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.active"
          }
        ]
      },
      {
        "id" : "TWOrganization.organizationType",
        "path" : "TWOrganization.organizationType",
        "short" : "機構種類",
        "definition" : "機構種類",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWOrganization.organizationType",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.type"
          }
        ]
      },
      {
        "id" : "TWOrganization.name",
        "path" : "TWOrganization.name",
        "short" : "機構名稱",
        "definition" : "機構名稱",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWOrganization.name",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.name"
          }
        ]
      },
      {
        "id" : "TWOrganization.telecom",
        "path" : "TWOrganization.telecom",
        "short" : "聯絡方式",
        "definition" : "聯絡方式",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWOrganization.telecom",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "ContactPoint"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.telecom"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "TWOrganization",
        "path" : "TWOrganization",
        "short" : "臺灣核心-機構(TW Core Organization)之資料模型",
        "definition" : "臺灣核心-機構(TW Core Organization)之資料模型",
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization"
          }
        ]
      },
      {
        "id" : "TWOrganization.text",
        "path" : "TWOrganization.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.text"
          }
        ]
      },
      {
        "id" : "TWOrganization.identifier",
        "path" : "TWOrganization.identifier",
        "short" : "機構唯一識別碼(例如:醫事機構代碼、政府機關代號、統一編碼等)",
        "definition" : "機構唯一識別碼(例如:醫事機構代碼、政府機關代號、統一編碼等)",
        "min" : 1,
        "max" : "*",
        "type" : [
          {
            "code" : "Identifier"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.identifier"
          }
        ]
      },
      {
        "id" : "TWOrganization.active",
        "path" : "TWOrganization.active",
        "short" : "此機構基本資料是否使用中",
        "definition" : "此機構基本資料是否使用中",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "boolean"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.active"
          }
        ]
      },
      {
        "id" : "TWOrganization.organizationType",
        "path" : "TWOrganization.organizationType",
        "short" : "機構種類",
        "definition" : "機構種類",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.type"
          }
        ]
      },
      {
        "id" : "TWOrganization.name",
        "path" : "TWOrganization.name",
        "short" : "機構名稱",
        "definition" : "機構名稱",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.name"
          }
        ]
      },
      {
        "id" : "TWOrganization.telecom",
        "path" : "TWOrganization.telecom",
        "short" : "聯絡方式",
        "definition" : "聯絡方式",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "ContactPoint"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWOrganization",
            "map" : "TWCoreOrganization.telecom"
          }
        ]
      }
    ]
  }
}