臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ci-build

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide), published by 金屬工業研究發展中心. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWDental_IG_Build/ and changes regularly. See the Directory of published versions

: 牙醫-機構範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Dental-organization-example",
  "meta" : {
    "profile" : [
      🔗 "http://dental-ig.fhir.tw/StructureDefinition/Organization-twdental"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Dental-organization-example</b></p><a name=\"Dental-organization-example\"> </a><a name=\"hcDental-organization-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-twdental.html\">牙醫-機構</a></p></div><p><b>identifier</b>: A123456789</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: 幸福牙醫中心</p><p><b>telecom</b>: ph: 02-12345678</p><p><b>address</b>: 台北市信義區市民大道五段789號</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>王主任</td><td>ph: 0912345678</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "A123456789"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "幸福牙醫中心",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "02-12345678"
    }
  ],
  "address" : [
    {
      "text" : "台北市信義區市民大道五段789號"
    }
  ],
  "contact" : [
    {
      "name" : {
        "text" : "王主任"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "0912345678"
        }
      ]
    }
  ]
}