臺灣牙醫實作指引 (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: 牙醫-牙周病檢查記錄表(版本A)範例

This content is an example of the 牙醫-牙周病檢查記錄表-版本 A (TW Dental Periodontal Chart) 之邏輯模型 Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalPeriodontalChartA",
  "patientInformation": {
    "name": {
      "text": "王小明",
      "family": "王",
      "given": [
        "小明"
      ]
    },
    "personalIDNumber": "A123456789",
    "gender": "M",
    "birthDate": "1980-01-01"
  },
  "preExam": {
    "date": "2024-01-01T09:00:00+08:00",
    "dentistName": {
      "text": "林牙醫",
      "family": "林",
      "given": [
        "牙醫"
      ]
    },
    "teeth": [
      {
        "tooth": "16",
        "mobility": "1",
        "furcation": [
          {
            "position": "F1",
            "depth": 3
          }
        ],
        "probing": [
          {
            "buccal": [
              {
                "position": "MB",
                "depth": 4
              },
              {
                "position": "B",
                "depth": 5
              },
              {
                "position": "DB",
                "depth": 6
              }
            ],
            "palatal": [
              {
                "position": "MP",
                "depth": 4
              },
              {
                "position": "P",
                "depth": 5
              },
              {
                "position": "DP",
                "depth": 4
              }
            ]
          }
        ],
        "note": "牙齦輕微發炎"
      },
      {
        "tooth": "26",
        "mobility": "2",
        "furcation": [
          {
            "position": "F2",
            "depth": 4
          }
        ],
        "probing": [
          {
            "buccal": [
              {
                "position": "MB",
                "depth": 6
              },
              {
                "position": "B",
                "depth": 7
              },
              {
                "position": "DB",
                "depth": 8
              }
            ],
            "lingual": [
              {
                "position": "ML",
                "depth": 5
              },
              {
                "position": "L",
                "depth": 6
              },
              {
                "position": "DL",
                "depth": 7
              }
            ]
          }
        ],
        "note": "嚴重牙周炎"
      }
    ]
  },
  "postExam": {
    "date": "2024-03-01T09:00:00+08:00",
    "dentistName": {
      "text": "林牙醫",
      "family": "林",
      "given": [
        "牙醫"
      ]
    },
    "teeth": [
      {
        "tooth": "16",
        "mobility": "1",
        "furcation": [
          {
            "position": "F1",
            "depth": 2
          }
        ],
        "probing": [
          {
            "buccal": [
              {
                "position": "MB",
                "depth": 3
              },
              {
                "position": "B",
                "depth": 3
              },
              {
                "position": "DB",
                "depth": 4
              }
            ],
            "palatal": [
              {
                "position": "MP",
                "depth": 3
              },
              {
                "position": "P",
                "depth": 3
              },
              {
                "position": "DP",
                "depth": 3
              }
            ]
          }
        ],
        "note": "治療後改善"
      },
      {
        "tooth": "26",
        "mobility": "1",
        "furcation": [
          {
            "position": "F2",
            "depth": 2
          }
        ],
        "probing": [
          {
            "buccal": [
              {
                "position": "MB",
                "depth": 4
              },
              {
                "position": "B",
                "depth": 4
              },
              {
                "position": "DB",
                "depth": 5
              }
            ],
            "lingual": [
              {
                "position": "ML",
                "depth": 3
              },
              {
                "position": "L",
                "depth": 4
              },
              {
                "position": "DL",
                "depth": 4
              }
            ]
          }
        ],
        "note": "顯著改善"
      }
    ]
  },
  "stats": {
    "preTotalTeeth": 28,
    "preDeepPocketTeeth": 5,
    "postImprovedTeeth": 3,
    "improvementRate": 60
  }
}