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

FHIR IG Statistics: StructureDefinition/TWPractitioner

Packagetw.gov.mohw.twcore
TypeStructureDefinition
IdTWPractitioner
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/StructureDefinition-TWPractitioner.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPractitioner
Version0.3.3
Statusactive
Date2025-05-16T05:59:52+00:00
NameTWPractitionerModel
Title臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型
Realmtw
Authoritynational
Description臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型
Typehttps://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPractitioner
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 TWPractitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. TWPractitioner 0..*Base臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型
... identifier 1..*Identifier人員識別碼(例如:員工編號等)。
... active 0..1boolean此健康照護服務人員的基本資料是否使用中。
... name 1..*HumanName姓名。
... telecom 0..*ContactPoint聯絡方式。
... address 0..*Address地址(戶籍/現居/等)。
... gender 0..1code性別。
... birthDate 0..1date出生日期。
... photo 0..*Attachment人員影像。

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "TWPractitioner",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPractitioner",
  "version": "0.3.3",
  "name": "TWPractitionerModel",
  "title": "臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型",
  "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 Practitioner)之資料模型",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "TWPractitioner",
      "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/TWPractitioner",
  "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": "TWPractitioner",
        "path": "TWPractitioner",
        "short": "臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型",
        "definition": "臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner"
          }
        ]
      },
      {
        "id": "TWPractitioner.identifier",
        "path": "TWPractitioner.identifier",
        "short": "人員識別碼(例如:員工編號等)。",
        "definition": "人員識別碼(例如:員工編號等)。",
        "min": 1,
        "max": "*",
        "base": {
          "path": "TWPractitioner.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.identifier"
          }
        ]
      },
      {
        "id": "TWPractitioner.active",
        "path": "TWPractitioner.active",
        "short": "此健康照護服務人員的基本資料是否使用中。",
        "definition": "此健康照護服務人員的基本資料是否使用中。",
        "min": 0,
        "max": "1",
        "base": {
          "path": "TWPractitioner.active",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.active"
          }
        ]
      },
      {
        "id": "TWPractitioner.name",
        "path": "TWPractitioner.name",
        "short": "姓名。",
        "definition": "姓名。",
        "min": 1,
        "max": "*",
        "base": {
          "path": "TWPractitioner.name",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.name"
          }
        ]
      },
      {
        "id": "TWPractitioner.telecom",
        "path": "TWPractitioner.telecom",
        "short": "聯絡方式。",
        "definition": "聯絡方式。",
        "min": 0,
        "max": "*",
        "base": {
          "path": "TWPractitioner.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.telecom"
          }
        ]
      },
      {
        "id": "TWPractitioner.address",
        "path": "TWPractitioner.address",
        "short": "地址(戶籍/現居/等)。",
        "definition": "地址(戶籍/現居/等)。",
        "min": 0,
        "max": "*",
        "base": {
          "path": "TWPractitioner.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Address"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.address"
          }
        ]
      },
      {
        "id": "TWPractitioner.gender",
        "path": "TWPractitioner.gender",
        "short": "性別。",
        "definition": "性別。",
        "min": 0,
        "max": "1",
        "base": {
          "path": "TWPractitioner.gender",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.gender"
          }
        ]
      },
      {
        "id": "TWPractitioner.birthDate",
        "path": "TWPractitioner.birthDate",
        "short": "出生日期。",
        "definition": "出生日期。",
        "min": 0,
        "max": "1",
        "base": {
          "path": "TWPractitioner.birthDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.birthDate"
          }
        ]
      },
      {
        "id": "TWPractitioner.photo",
        "path": "TWPractitioner.photo",
        "short": "人員影像。",
        "definition": "人員影像。",
        "min": 0,
        "max": "*",
        "base": {
          "path": "TWPractitioner.photo",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.photo"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "TWPractitioner",
        "path": "TWPractitioner",
        "short": "臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型",
        "definition": "臺灣核心-健康照護服務提供者(TW Core Practitioner)之資料模型",
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner"
          }
        ]
      },
      {
        "id": "TWPractitioner.identifier",
        "path": "TWPractitioner.identifier",
        "short": "人員識別碼(例如:員工編號等)。",
        "definition": "人員識別碼(例如:員工編號等)。",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.identifier"
          }
        ]
      },
      {
        "id": "TWPractitioner.active",
        "path": "TWPractitioner.active",
        "short": "此健康照護服務人員的基本資料是否使用中。",
        "definition": "此健康照護服務人員的基本資料是否使用中。",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.active"
          }
        ]
      },
      {
        "id": "TWPractitioner.name",
        "path": "TWPractitioner.name",
        "short": "姓名。",
        "definition": "姓名。",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.name"
          }
        ]
      },
      {
        "id": "TWPractitioner.telecom",
        "path": "TWPractitioner.telecom",
        "short": "聯絡方式。",
        "definition": "聯絡方式。",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.telecom"
          }
        ]
      },
      {
        "id": "TWPractitioner.address",
        "path": "TWPractitioner.address",
        "short": "地址(戶籍/現居/等)。",
        "definition": "地址(戶籍/現居/等)。",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.address"
          }
        ]
      },
      {
        "id": "TWPractitioner.gender",
        "path": "TWPractitioner.gender",
        "short": "性別。",
        "definition": "性別。",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.gender"
          }
        ]
      },
      {
        "id": "TWPractitioner.birthDate",
        "path": "TWPractitioner.birthDate",
        "short": "出生日期。",
        "definition": "出生日期。",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.birthDate"
          }
        ]
      },
      {
        "id": "TWPractitioner.photo",
        "path": "TWPractitioner.photo",
        "short": "人員影像。",
        "definition": "人員影像。",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "mapping": [
          {
            "identity": "TWPractitioner",
            "map": "TWCorePractitioner.photo"
          }
        ]
      }
    ]
  }
}