FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | Task |
| Id | Task-assessment-review-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
任務狀態:completed
業務審核結果:核定
是否開案:TWSS 是否開案代碼系統#Y 開案
建立案件:EpisodeOfCare/episode-base
審核意見:資料符合核定條件。
評估結果:ADL 日常生活功能評估
{
"resourceType": "Task",
"id": "assessment-review-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/AssessmentReviewTask-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://example.org/twss/assessment-review",
"value": "ASSESSMENT-REVIEW-001"
}
],
"status": "completed",
"businessStatus": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-review-result",
"code": "Y",
"display": "通過"
}
]
},
"intent": "order",
"description": "個案服務評估審核",
"focus": {
"reference": "ServiceRequest/case-report-min"
},
"for": {
"reference": "Patient/pat-min"
},
"note": [
{
"text": "審核意見:資料符合核定條件。"
}
],
"input": [
{
"type": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-task-input-type",
"code": "assessment-response",
"display": "評估回覆"
}
]
},
"valueReference": {
"reference": "QuestionnaireResponse/adl-questionnaire-response-min"
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
"code": "open-case-decision",
"display": "是否開案"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-open-case-status",
"code": "Y",
"display": "開案"
}
]
}
},
{
"type": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
"code": "opened-episode-of-care",
"display": "開案案件"
}
]
},
"valueReference": {
"reference": "EpisodeOfCare/episode-base"
}
}
]
}