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

FHIR IG analytics

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

status: Active

intent: Plan

category: Assessment and Plan of Treatment

subject: 王小明 (no stated gender), DoB Unknown ( https://example.org/mrn#A0001)

period: 2025-10-10 --> (ongoing)

supportingInfo: CoverageEligibilityResponse: status = active; purpose = benefits; created = 2025-10-05 10:00:00+0800; outcome = complete

activity

Details

-CodeStatusScheduled[x]
*陪同外出Scheduled8 per 1 week

Source1

{
  "resourceType": "CarePlan",
  "id": "ltc-careplan-cs100-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-cs100-example"
  },
  "period": {
    "start": "2025-10-10"
  },
  "supportingInfo": [
    {
      "reference": "CoverageEligibilityResponse/ltc-coverageeligibilityresponse-cs100-example"
    }
  ],
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item",
              "code": "BA13",
              "display": "陪同外出"
            }
          ]
        },
        "status": "scheduled",
        "scheduledTiming": {
          "repeat": {
            "frequency": 8,
            "period": 1,
            "periodUnit": "wk"
          }
        }
      }
    }
  ]
}