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

FHIR IG analytics

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

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

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

status: Completed

intent: order

code: 申報確認通知

authoredOn: 2019-02-11 14:00:00+0800

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

note:

來源系統別(source_system):TranCareCenter

input

type: 縣市代碼

value: 65000

input

type: 核銷案號

value: A12345678

input

type: 核銷案號

value: B12345678

Outputs

-TypeValue[x]
*批次處理結果申報確認通知完成!

Source1

{
  "resourceType": "Task",
  "id": "ltc-task-completion-notice-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": "CN001"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-api-function",
        "code": "appCompletionNotice",
        "display": "申報確認通知"
      }
    ]
  },
  "authoredOn": "2019-02-11T14:00:00+08:00",
  "requester": {
    "reference": "Organization/ltc-organization-example"
  },
  "note": [
    {
      "text": "來源系統別(source_system):TranCareCenter"
    }
  ],
  "input": [
    {
      "type": {
        "text": "縣市代碼"
      },
      "valueString": "65000"
    },
    {
      "type": {
        "text": "核銷案號"
      },
      "valueString": "A12345678"
    },
    {
      "type": {
        "text": "核銷案號"
      },
      "valueString": "B12345678"
    }
  ],
  "output": [
    {
      "type": {
        "text": "批次處理結果"
      },
      "valueString": "申報確認通知完成!"
    }
  ]
}