FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | reasonForClosure-codesystem.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/reasonForClosure |
| URL | https://fhir.synapxe.sg/CodeSystem/reasonForClosure |
| Version | 1.0.0 |
| Status | active |
| Name | ReasonForClosureCodeSystem |
| Title | Reason For Closure Code System |
| Description | Code system to represent reasons for closing a care team or care plan. |
| Content | complete |
| ValueSet | ||
| synapxe.sgcdi#1.1.3 | reasonForClosure | Reason For Closure Value Set |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "reasonForClosure",
"url": "https://fhir.synapxe.sg/CodeSystem/reasonForClosure",
"version": "1.0.0",
"name": "ReasonForClosureCodeSystem",
"title": "Reason For Closure Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent reasons for closing a care team or care plan.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/reasonForClosure",
"concept": [
{
"code": "completed",
"display": "Care Plan Completed"
},
{
"code": "transferred",
"display": "Patient Transferred"
},
{
"code": "deceased",
"display": "Patient Deceased"
},
{
"code": "withdrew",
"display": "Patient Withdrew Consent"
},
{
"code": "other",
"display": "Other"
}
]
}