{
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "definition" : "Concepts representing whether a person does or does not currently have a job or is not currently in the labor pool seeking employment.",
  "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
  "property" : [ {
    "_uri" : "http://hl7.org/fhir/concept-properties#notSelectable",
    "code" : "notSelectable",
    "valueBoolean" : true
  }, {
    "_uri" : "http://hl7.org/fhir/concept-properties#child",
    "code" : "child",
    "_implicit" : true,
    "valueCode" : "Employed"
  }, {
    "_uri" : "http://hl7.org/fhir/concept-properties#child",
    "code" : "child",
    "_implicit" : true,
    "valueCode" : "NotInLaborForce"
  }, {
    "_uri" : "http://hl7.org/fhir/concept-properties#child",
    "code" : "child",
    "_implicit" : true,
    "valueCode" : "Unemployed"
  } ],
  "codesystem" : "e67d8c9c-b493-5a7e-a48f-2e583e5bc47a",
  "concept_id" : "9f30a50b-3a8a-5b0b-8321-5b34c9525e50",
  "ancestors" : {
    "_EmploymentStatus" : 0
  },
  "id" : "09bb4631-01a9-4e0e-9979-bac3ec03fd51",
  "code" : "_EmploymentStatus",
  "display" : "_EmploymentStatus",
  "version" : "2018-08-12"
}