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

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeValueSet
IdServiceTerminationReason-vs.json
FHIR VersionR4

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": "ValueSet",
  "id": "service-termination-reason",
  "url": "http://ontariohealth.ca/fhir/ValueSet/service-termination-reason",
  "version": "1.0.0",
  "name": "ServiceTerminationReason",
  "title": "Service Termination Reason",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The reason the client is terminated from the service. The termination could occur at different stages of service provision (first contact, intake, screening and waitlist, service delivery or service completion).",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "723510000",
            "display": "Entered in error"
          },
          {
            "code": "225928004",
            "display": "Patient self-discharge against medical advice"
          },
          {
            "code": "419099009",
            "display": "Dead"
          },
          {
            "code": "44301001",
            "display": "Suicide"
          },
          {
            "code": "105568001",
            "display": "In prison"
          },
          {
            "code": "58000006",
            "display": "Patient discharge"
          },
          {
            "code": "37729005",
            "display": "Patient transfer, in-hospital"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/service-termination-reason",
        "version": "1.0.0",
        "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"
          }
        ]
      }
    ]
  }
}