FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | CarePlan |
| Id | CarePlan-ltc-careplan-sdk-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan ltc-careplan-sdk-example
Profile: 長照 SDK-照顧計畫(不含輔具)
status: Active
intent: Plan
category: Assessment and Plan of Treatment
subject: 王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))
activity
Details
Extension Code Status Scheduled[x] Quantity 照顧計畫擬定與服務連結 Scheduled 每週 2 次(週二、週五) 19
{
"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
}
}
}
]
}