FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/careplan-category-tw

Packagetw.gov.mohw.twcore
TypeCodeSystem
Idcareplan-category-tw
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/CodeSystem-careplan-category-tw.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw
Version0.3.0
Statusactive
Date2024-08-31
NameTWCarePlanCategoryExtensionCodes
Title臺灣衛福部資訊處照護計畫類別
Realmtw
Authoritynational
Description臺灣衛福部資訊處照護計畫類別
Copyright衛生福利部資訊處
Contentcomplete

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: CodeSystem careplan-category-tw

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
effectiveDateeffectiveDatehttp://hl7.org/fhir/concept-properties#effectiveDatedateTime生效日期
statusstatushttp://hl7.org/fhir/concept-properties#statuscode狀態

Concepts

This case-sensitive code system https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw defines the following code:

CodeDisplayDefinitioneffectiveDatestatus
assess-plan Assessment and Plan of TreatmentThe clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient.2024-08-31active

Source

{
  "resourceType": "CodeSystem",
  "id": "careplan-category-tw",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
  "version": "0.3.0",
  "name": "TWCarePlanCategoryExtensionCodes",
  "title": "臺灣衛福部資訊處照護計畫類別",
  "status": "active",
  "experimental": false,
  "date": "2024-08-31",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description": "臺灣衛福部資訊處照護計畫類別",
  "copyright": "衛生福利部資訊處",
  "caseSensitive": true,
  "content": "complete",
  "count": 1,
  "property": [
    {
      "code": "effectiveDate",
      "uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description": "生效日期",
      "type": "dateTime"
    },
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "狀態",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "assess-plan",
      "display": "Assessment and Plan of Treatment",
      "definition": "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient.",
      "property": [
        {
          "code": "effectiveDate",
          "valueDateTime": "2024-08-31"
        },
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}