FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/employment-status

Packageca.on.oh.mha.pds
Resource TypeCodeSystem
Idemployment-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/CodeSystem/employment-status
URLhttp://ontariohealth.ca/fhir/CodeSystem/employment-status
Version2.0.0
Statusdraft
NameEmploymentStatus
TitleEmployment Status
DescriptionThe value set identifies the employment status that best describes the client's current situation.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "employment-status",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/employment-status",
  "version": "2.0.0",
  "name": "EmploymentStatus",
  "title": "Employment Status",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The value set identifies the employment status that best describes the client's current situation.",
  "content": "complete",
  "concept": [
    {
      "code": "stay at home caregiver",
      "display": "Stay at home caregiver"
    },
    {
      "code": "unable to work",
      "display": "Unable to work"
    }
  ]
}