FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-care-plan-activity-status.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-care-plan-activity-status.html |
| URL | http://hl7.org/fhir/care-plan-activity-status |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | CarePlanActivityStatus |
| Title | CarePlanActivityStatus |
| Realm | uv |
| Authority | hl7 |
| Description | Codes that reflect the current state of a care plan activity within its overall life cycle. |
| Content | complete |
| ConceptMap | |
| KBV_CM_MIO_KHE_Overview | KBV_CM_MIO_KHE_Overview |
| KBV_CM_MIO_DIGA_Overview | KBV_CM_MIO_DIGA_Overview |
| ValueSet | |
| R3-care-plan-activity-status-for-R4B | Cross-version VS for R3.CarePlanActivityStatus for use in FHIR R4B |
| R4-care-plan-activity-status-for-R5 | Cross-version VS for R4.CarePlanActivityStatus for use in FHIR R5 |
| R2-care-plan-activity-status-for-R5 | Cross-version VS for R2.CarePlanActivityStatus for use in FHIR R5 |
| R3-care-plan-activity-status-for-R4 | Cross-version VS for R3.CarePlanActivityStatus for use in FHIR R4 |
| R4B-care-plan-activity-status-for-R5 | Cross-version VS for R4B.CarePlanActivityStatus for use in FHIR R5 |
| R3-care-plan-activity-status-for-R5 | Cross-version VS for R3.CarePlanActivityStatus for use in FHIR R5 |
| KBV_VS_MIO_KHE_Care_Plan_Activity_Status | Pflege Plan Aktivitäts Status |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem care-plan-activity-status
This case-sensitive code system http://hl7.org/fhir/care-plan-activity-status defines the following codes in an undefined hierarchy:
{
"resourceType": "CodeSystem",
"id": "care-plan-activity-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
}
],
"url": "http://hl7.org/fhir/care-plan-activity-status",
"version": "4.0.1",
"name": "CarePlanActivityStatus",
"title": "CarePlanActivityStatus",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Patient Care",
"contact": [
{
"name": "Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Codes that reflect the current state of a care plan activity within its overall life cycle.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.3.0",
"content": "complete",
"concept": [
{
"code": "not-started",
"display": "Not Started",
"definition": "Care plan activity is planned but no action has yet been taken."
},
{
"code": "scheduled",
"display": "Scheduled",
"definition": "Appointment or other booking has occurred but activity has not yet begun."
},
{
"code": "in-progress",
"display": "In Progress",
"definition": "Care plan activity has been started but is not yet complete."
},
{
"code": "on-hold",
"display": "On Hold",
"definition": "Care plan activity was started but has temporarily ceased with an expectation of resumption at a future time."
},
{
"code": "completed",
"display": "Completed",
"definition": "Care plan activity has been completed (more or less) as planned."
},
{
"code": "cancelled",
"display": "Cancelled",
"definition": "The planned care plan activity has been withdrawn.",
"concept": [
{
"code": "stopped",
"display": "Stopped",
"definition": "The planned care plan activity has been ended prior to completion after the activity was started."
}
]
},
{
"code": "unknown",
"display": "Unknown",
"definition": "The current state of the care plan activity is not known. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which one."
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "Care plan activity was entered in error and voided."
}
]
}