FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | Observation |
| Id | Observation-Dental-plaque-observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Dental-plaque-observation-example
Profile: 牙醫-牙菌斑檢查
status: Final
category: Exam
code: 牙菌斑檢查
subject: 王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)
effective: 2025-01-01 09:15:00+0800
performer: Practitioner 李醫師
value: 25.5 % (Details: UCUM code% = '%')
component
code: 右上正中門齒
value: 有牙菌斑
component
code: 右上側門齒
value: 無牙菌斑
{
"resourceType": "Observation",
"id": "Dental-plaque-observation-example",
"meta": {
"profile": [
"http://dental-ig.fhir.tw/StructureDefinition/Observation-plaque-twdental"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental",
"code": "PLAQUE",
"display": "牙菌斑檢查"
}
]
},
"subject": {
"reference": "Patient/Dental-patient-example"
},
"encounter": {
"reference": "Encounter/Dental-encounter-example"
},
"effectiveDateTime": "2025-01-01T09:15:00+08:00",
"performer": [
{
"reference": "Practitioner/Dental-practitioner-example"
}
],
"valueQuantity": {
"value": 25.5,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental",
"code": "11",
"display": "右上正中門齒"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental",
"code": "1",
"display": "有牙菌斑"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental",
"code": "12",
"display": "右上側門齒"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental",
"code": "0",
"display": "無牙菌斑"
}
]
}
}
]
}