FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Encounter |
| Id | Encounter-ltc-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 ltc-encounter-example
status: Finished
class: ActCode: AMB (ambulatory)
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
period: 2024-01-10 09:00:00+0800 --> 2024-01-10 11:30:00+0800
reasonCode: 糖尿病追蹤檢查
serviceProvider: Organization 新北市私立安康老人長期照顧中心(養護型)
{
"resourceType": "Encounter",
"id": "ltc-encounter-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"subject": {
"reference": "Patient/ltc-patient-referral-chen-ming-hui-example"
},
"period": {
"start": "2024-01-10T09:00:00+08:00",
"end": "2024-01-10T11:30:00+08:00"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "44054006",
"display": "Diabetes mellitus type 2"
}
],
"text": "糖尿病追蹤檢查"
}
],
"serviceProvider": {
"reference": "Organization/ltc-organization-example"
}
}