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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeCarePlan
IdCarePlan-current-care-min.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

個案服務規劃

個案Patient/pat-min

案件EpisodeOfCare/episode-base

預計提供經濟補助TWSS 預計提供經濟補助代碼系統#5 身心障礙者生活補助

預計提供福利服務TWSS 預計提供福利服務代碼系統#3 身體照顧及家務服務

預計提供就業服務TWSS 預計提供就業服務代碼系統#13 就業服務


Source1

{
  "resourceType": "CarePlan",
  "id": "current-care-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
      "valueReference": {
        "reference": "EpisodeOfCare/episode-base"
      }
    }
  ],
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/pat-min"
  },
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy",
              "code": "5",
              "display": "身心障礙者生活補助"
            }
          ]
        },
        "status": "scheduled"
      }
    },
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service",
              "code": "3",
              "display": "身體照顧及家務服務"
            }
          ]
        },
        "status": "scheduled"
      }
    },
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service",
              "code": "13",
              "display": "就業服務"
            }
          ]
        },
        "status": "scheduled"
      }
    }
  ]
}