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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
IdreasonForClosure-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/reasonForClosure
URLhttps://fhir.synapxe.sg/CodeSystem/reasonForClosure
Version1.0.0
Statusactive
NameReasonForClosureCodeSystem
TitleReason For Closure Code System
DescriptionCode system to represent reasons for closing a care team or care plan.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.3reasonForClosureReason For Closure Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}