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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCarePlan
IdCarePlan-ltc-careplan-sdk-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: CarePlan ltc-careplan-sdk-example

status: Active

intent: Plan

category: Assessment and Plan of Treatment

subject: 王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))

activity

Details

-ExtensionCodeStatusScheduled[x]Quantity
*照顧計畫擬定與服務連結Scheduled每週 2 次(週二、週五)19

Source1

{
  "resourceType": "CarePlan",
  "id": "ltc-careplan-sdk-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTC-CarePlan-Payload"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ltc-patient-sdk-example"
  },
  "activity": [
    {
      "detail": {
        "extension": [
          {
            "url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-UnitPrice",
            "valueMoney": {
              "value": 195,
              "currency": "TWD"
            }
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item",
              "code": "AA01",
              "display": "照顧計畫擬定與服務連結"
            }
          ]
        },
        "status": "scheduled",
        "scheduledString": "每週 2 次(週二、週五)",
        "quantity": {
          "value": 19
        }
      }
    }
  ]
}