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

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeCodeSystem
IdServiceTerminationReason-cs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mha.pds@2.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/CodeSystem/service-termination-reason
URLhttp://ontariohealth.ca/fhir/CodeSystem/service-termination-reason
Version1.0.0
Statusdraft
Date2023-05-29T15:55:06.3613088+00:00
NameServiceTerminationReason
TitleService Termination Reason
DescriptionThe value set identifies the reason that client is terminated from the service.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "service-termination-reason",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/service-termination-reason",
  "version": "1.0.0",
  "name": "ServiceTerminationReason",
  "title": "Service Termination Reason",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The value set identifies the reason that client is terminated from the service.",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Completed services"
    },
    {
      "code": "2",
      "display": "Not completed services - Ineligible, too high needs"
    },
    {
      "code": "3",
      "display": "Not completed services - Ineligible, too low needs"
    },
    {
      "code": "4",
      "display": "Not completed services - Withdraw/self-discharge"
    },
    {
      "code": "5",
      "display": "Not completed services - Relocation"
    },
    {
      "code": "6",
      "display": "Not completed services  - Terminated by program/service provider"
    },
    {
      "code": "7",
      "display": "Not completed services - Lost contact with client"
    }
  ]
}