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

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Binary: 牙醫-機構邏輯模型範例

This content is an example of the 牙醫-機構 (TW Dental Organization) 之邏輯模型 Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalOrganization",
  "identifier": [
    {
      "system": "https://dental-ig.fhir.tw/identifier/organization",
      "value": "ORG-001"
    },
    {
      "system": "https://www.fia.gov.tw/identifier/business",
      "value": "12345678"
    }
  ],
  "active": true,
  "organizationType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/organization-type",
        "code": "prov"
      }
    ],
    "text": "牙醫診所"
  },
  "name": "幸福牙醫診所",
  "alias": [
    "幸福牙科",
    "Happy Dental"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-12345678",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "02-12345679",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@happydental.tw",
      "use": "work"
    }
  ],
  "address": [
    {
      "text": "台北市信義區信義路五段7號",
      "line": [
        "信義路五段7號"
      ],
      "city": "台北市",
      "district": "信義區",
      "postalCode": "110"
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ],
        "text": "掛號諮詢"
      },
      "name": {
        "text": "王護理師"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "02-12345678",
          "use": "work"
        }
      ],
      "address": {
        "text": "台北市信義區信義路五段7號"
      }
    }
  ]
}