This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: Releases) based on FHIR (HL7® FHIR® Standard) 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
{
"resourceType" : "Organization",
"id" : "org-co-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>公司行號基本資料</b></h3><p><b>機構名稱</b>:莉梓股份有限公司</p><p><b>識別碼型別</b>:Unified Business number<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#UBN)</span><br/><b>公司或企業統一編號(official)</b>:06100268 (https://gcis.nat.gov.tw)</p><p><b>機構種類</b>:Non-Healthcare Business or Corporation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#bus)</span></p><p><b>聯絡方式</b>:Email<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#email)</span><br/><b>聯絡信箱</b>:litzu@qmail.com</p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
"code" : "UBN"
}
]
},
"system" : "https://gcis.nat.gov.tw",
"value" : "06100268"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "bus"
}
]
}
],
"name" : "莉梓股份有限公司",
"telecom" : [
{
"system" : "email",
"value" : "litzu@qmail.com"
}
]
}