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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeTask
IdTask-ltc-task-cancel-result-response-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-cancel-result-response-example

identifier: http://ltc-ig.fhir.tw/identifier/feeaudit/yyyymm/201901

groupIdentifier: http://ltc-ig.fhir.tw/identifier/feeaudit/trans-no/CR001

partOf: Task 服務記錄申報

status: Completed

intent: order

code: 取消交易單處理結果回報

authoredOn: 2019-02-13 09:15:00+0800

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

note:

來源系統別(source_system):TranCareCenter

Inputs

-TypeValue[x]
*所要取消結果回報之交易序號TranQ00083

Outputs

-TypeValue[x]
*批次處理結果取消交易單處理結果回報完成!

Source1

{
  "resourceType": "Task",
  "id": "ltc-task-cancel-result-response-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCTaskFeeAudit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ltc-ig.fhir.tw/identifier/feeaudit/yyyymm",
      "value": "201901"
    }
  ],
  "groupIdentifier": {
    "system": "http://ltc-ig.fhir.tw/identifier/feeaudit/trans-no",
    "value": "CR001"
  },
  "partOf": [
    {
      "reference": "Task/ltc-task-feeapply-example"
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-api-function",
        "code": "CancelResultResponse",
        "display": "取消交易單處理結果回報"
      }
    ]
  },
  "authoredOn": "2019-02-13T09:15:00+08:00",
  "requester": {
    "reference": "Organization/ltc-organization-example"
  },
  "note": [
    {
      "text": "來源系統別(source_system):TranCareCenter"
    }
  ],
  "input": [
    {
      "type": {
        "text": "所要取消結果回報之交易序號"
      },
      "valueString": "TranQ00083"
    }
  ],
  "output": [
    {
      "type": {
        "text": "批次處理結果"
      },
      "valueString": "取消交易單處理結果回報完成!"
    }
  ]
}