臺灣牙醫實作指引 (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
This content is an example of the 牙醫-牙菌斑控制記錄表(Plaque Control Record)之邏輯模型 Logical Model and is not a FHIR Resource
{
"resourceType": "http://dental-ig.fhir.tw/StructureDefinition/PlaqueControlRecordModel",
"patientInformation": {
"name": {
"text": "王小明",
"family": "王",
"given": [
"小明"
]
},
"personalIDNumber": "A123456789",
"gender": "M",
"birthDate": "1980-01-01"
},
"examRecords": [
{
"date": "2024-01-01T09:00:00+08:00",
"dentistName": {
"text": "林牙醫",
"family": "林",
"given": [
"牙醫"
]
},
"teeth": [
{
"tooth": "11",
"buccal": {
"position": "B",
"score": "POSITIVE"
},
"palatal": {
"position": "P",
"score": "NEGATIVE"
}
},
{
"tooth": "21",
"buccal": {
"position": "B",
"score": "POSITIVE"
},
"palatal": {
"position": "P",
"score": "POSITIVE"
}
},
{
"tooth": "16",
"buccal": {
"position": "B",
"score": "NEGATIVE"
},
"lingual": {
"position": "L",
"score": "POSITIVE"
}
}
],
"plaqueScore": 45.5
},
{
"date": "2024-02-01T09:00:00+08:00",
"dentistName": {
"text": "林牙醫",
"family": "林",
"given": [
"牙醫"
]
},
"teeth": [
{
"tooth": "11",
"buccal": {
"position": "B",
"score": "NEGATIVE"
},
"palatal": {
"position": "P",
"score": "NEGATIVE"
}
},
{
"tooth": "21",
"buccal": {
"position": "B",
"score": "NEGATIVE"
},
"palatal": {
"position": "P",
"score": "NEGATIVE"
}
},
{
"tooth": "16",
"buccal": {
"position": "B",
"score": "NEGATIVE"
},
"lingual": {
"position": "L",
"score": "POSITIVE"
}
}
],
"plaqueScore": 25
}
]
}