臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ci-build
臺灣牙醫實作指引 (Taiwan Dental Implementation Guide), published by 金屬工業研究發展中心. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWDental_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "Dental-encounter-example",
"meta" : {
"profile" : [
🔗 "http://dental-ig.fhir.tw/StructureDefinition/Encounter-twdental"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Dental-encounter-example</b></p><a name=\"Dental-encounter-example\"> </a><a name=\"hcDental-encounter-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-twdental.html\">牙醫-就醫事件</a></p></div><p><b>identifier</b>: <code>https://dental-ig.fhir.tw/identifier/encounter</code>/ENC-20250101-001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 722163006}\">Dentistry</span></p><p><b>subject</b>: <a href=\"Patient-Dental-patient-example.html\">王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier:\u00a0A123456789)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師</a></td></tr></table><p><b>period</b>: 2025-01-01 09:00:00+0800 --> 2025-01-01 09:30:00+0800</p><p><b>serviceProvider</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p></div>"
},
"identifier" : [
{
"system" : "https://dental-ig.fhir.tw/identifier/encounter",
"value" : "ENC-20250101-001"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"serviceType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "722163006",
"display" : "Dentistry"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Dental-patient-example"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/Dental-practitioner-example"
}
}
],
"period" : {
"start" : "2025-01-01T09:00:00+08:00",
"end" : "2025-01-01T09:30:00+08:00"
},
"serviceProvider" : {
🔗 "reference" : "Organization/Dental-organization-example"
}
}