FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Encounter |
| Id | Encounter-arat-assessment-encounter-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter arat-assessment-encounter-001
Profile: Encounter
status: Finished
class: ActCode: AMB (ambulatory)
type: 職能治療評估
| Individual |
| Practitioner 小姐 李 (official) |
period: 2025-10-11 14:00:00+0800 --> 2025-10-11 15:00:00+0800
reasonCode: 中風後復健
{
"resourceType": "Encounter",
"id": "arat-assessment-encounter-001",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410155007",
"display": "Occupational therapy assessment"
}
],
"text": "職能治療評估"
}
],
"subject": {
"reference": "Patient/stroke-patient-001"
},
"participant": [
{
"individual": {
"reference": "Practitioner/ot-therapist-001"
}
}
],
"period": {
"start": "2025-10-11T14:00:00+08:00",
"end": "2025-10-11T15:00:00+08:00"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2517002"
}
],
"text": "中風後復健"
}
]
}