臺灣牙醫實作指引 (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 Patient) 之邏輯模型 Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalPatient",
  "identifier": [
    {
      "system": "https://dental-ig.fhir.tw/identifier/patient",
      "value": "P001"
    },
    {
      "system": "http://www.moi.gov.tw/id",
      "value": "A123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "王小明",
      "family": "王",
      "given": [
        "小明"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912345678",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "wang.xiaoming@example.com",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "address": [
    {
      "use": "home",
      "text": "台北市信義區信義路五段123號3樓",
      "line": [
        "信義路五段123號3樓"
      ],
      "city": "台北市",
      "district": "信義區",
      "postalCode": "110"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ],
    "text": "已婚"
  },
  "photo": [
    {
      "contentType": "image/jpeg",
      "title": "患者照片"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C"
            }
          ],
          "text": "緊急聯絡人"
        }
      ],
      "name": {
        "text": "王太太"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0987654321",
          "use": "mobile"
        }
      ]
    }
  ],
  "communicationLanguage": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "zh-TW"
        }
      ],
      "text": "繁體中文"
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en"
        }
      ],
      "text": "英文"
    }
  ]
}