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

FHIR IG analytics

Packageca.on.oh.mha.pds
Resource TypeCodeSystem
IdEmploymentStatus-cs.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": "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"
    }
  ]
}