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

FHIR IG analytics

Packageca.on.oh.mha.pds
Resource TypeValueSet
IdValueSet.ca-on-mha-EmploymentStatus.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": "employment-status",
  "url": "http://ontariohealth.ca/fhir/ValueSet/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.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "160903007",
            "display": "Full-time employment"
          },
          {
            "code": "224364001",
            "display": "Casual work"
          },
          {
            "code": "160904001",
            "display": "Part-time employment"
          },
          {
            "code": "105493001",
            "display": "Retired"
          },
          {
            "code": "65853000",
            "display": "Student"
          },
          {
            "code": "73438004",
            "display": "Unemployed"
          },
          {
            "code": "261665006",
            "display": "Unknown"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/employment-status"
      }
    ]
  }
}