FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | Encounter |
| Id | Encounter-Dental-encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter Dental-encounter-example
Profile: 牙醫-就醫事件
identifier: https://dental-ig.fhir.tw/identifier/encounter/ENC-20250101-001
status: Finished
class: ActCode: AMB (ambulatory)
serviceType: Dentistry
subject: 王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)
| Type | Individual |
| primary performer | Practitioner 李醫師 |
period: 2025-01-01 09:00:00+0800 --> 2025-01-01 09:30:00+0800
serviceProvider: Organization 幸福牙醫中心
{
"resourceType": "Encounter",
"id": "Dental-encounter-example",
"meta": {
"profile": [
"http://dental-ig.fhir.tw/StructureDefinition/Encounter-twdental"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}