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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeTask
IdTask-ltc-task-referral-acceptance-example.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

Generated Narrative: Task ltc-task-referral-acceptance-example

status: Accepted

intent: order

code: 轉介確認

focus: Bundle: identifier = http://ltc-ig.fhir.tw/bundle-id#referral-bundle-001; type = document; timestamp = 2024-01-20 09:00:00+0800

for: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

authoredOn: 2024-02-01 09:00:00+0800

requester: Practitioner 王美玲(official)

owner: Organization 新北市私立安康老人長期照顧中心(養護型)

note:

已確認收案,將於 2024-02-05 進行入住評估。


Source1

{
  "resourceType": "Task",
  "id": "ltc-task-referral-acceptance-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCTask"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "accepted",
  "intent": "order",
  "code": {
    "text": "轉介確認"
  },
  "focus": {
    "reference": "Bundle/ltc-bundle-referral-example"
  },
  "for": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "authoredOn": "2024-02-01T09:00:00+08:00",
  "requester": {
    "reference": "Practitioner/ltc-practitioner-example"
  },
  "owner": {
    "reference": "Organization/ltc-organization-example"
  },
  "note": [
    {
      "text": "已確認收案,將於 2024-02-05 進行入住評估。"
    }
  ]
}