FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeTask
IdTask-referral-handling-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

個案轉介處理

轉介請求ServiceRequest/referral-request-min

個案Patient/pat-min "王小明"

Task 狀態:completed

轉介處理情形:轉介完成 TWSS 轉介處理狀態#completed)

處理期間:2026-07-29T09:00:00+08:00 至 2026-07-30T10:00:00+08:00


Source1

{
  "resourceType": "Task",
  "id": "referral-handling-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/ReferralHandlingTask-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "businessStatus": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-referral-handling-status",
        "code": "completed",
        "display": "轉介完成"
      }
    ]
  },
  "intent": "order",
  "focus": {
    "reference": "ServiceRequest/referral-request-min"
  },
  "for": {
    "reference": "Patient/pat-min"
  },
  "executionPeriod": {
    "start": "2026-07-29T09:00:00+08:00",
    "end": "2026-07-30T10:00:00+08:00"
  },
  "requester": {
    "reference": "Organization/org-min"
  },
  "owner": {
    "reference": "Organization/org-childcare"
  }
}