FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/TWOrganization

Packagetw.gov.mohw.twcore
TypeStructureDefinition
IdTWOrganization
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/StructureDefinition-TWOrganization.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWOrganization
Version0.3.3
Statusactive
Date2025-05-16T05:59:52+00:00
NameTWOrganizationModel
Title臺灣核心-機構(TW Core Organization)之資料模型
Realmtw
Authoritynational
Description臺灣核心-機構(TW Core Organization)之資料模型
Typehttps://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWOrganization
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition TWOrganization

NameFlagsCard.TypeDescription & Constraintsdoco
.. TWOrganization 0..*Base臺灣核心-機構(TW Core Organization)之資料模型
... identifier 1..*Identifier機構唯一識別碼(例如:醫事機構代碼、政府機關代號、統一編碼等)。
... active 0..1boolean此機構基本資料是否使用中。
... organizationType 0..1CodeableConcept機構種類。
... name 1..1string機構名稱。
... telecom 0..*ContactPoint聯絡方式。

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "TWOrganization",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWOrganization",
  "version": "0.3.3",
  "name": "TWOrganizationModel",
  "title": "臺灣核心-機構(TW Core Organization)之資料模型",
  "status": "active",
  "date": "2025-05-16T05:59:52+00: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": "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": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "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.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.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"
          }
        ]
      }
    ]
  }
}