0.1.0 - ci-build

kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient's employment Options - JSON Representation

Draft as of 2024-09-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "patientEmploymentVs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet patientEmploymentVs</b></p><a name=\"patientEmploymentVs\"> </a><a name=\"hcpatientEmploymentVs\"> </a><a name=\"patientEmploymentVs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-Patient.Employment.html\"><code>https://shr.tiberbuapps.com/fhir/CodeSystem/Patient.Employment</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-Patient.Employment.html#Patient.Employment-employed\">employed</a></td><td style=\"color: #cccccc\">employed</td><td>employed</td></tr><tr><td><a href=\"CodeSystem-Patient.Employment.html#Patient.Employment-selfEmployed\">selfEmployed</a></td><td style=\"color: #cccccc\">selft-employed</td><td>selft-employed</td></tr><tr><td><a href=\"CodeSystem-Patient.Employment.html#Patient.Employment-sponsored\">sponsored</a></td><td style=\"color: #cccccc\">sponsored</td><td>sponsored</td></tr><tr><td><a href=\"CodeSystem-Patient.Employment.html#Patient.Employment-organizedGroups\">organizedGroups</a></td><td style=\"color: #cccccc\">organizedGroups</td><td>organizedGroups</td></tr></table></li></ul></div>"
  },
  "url" : "https://shr.tiberbuapps.com/fhir/ValueSet/patientEmploymentVs",
  "version" : "0.1.0",
  "name" : "PatientEmployment",
  "title" : "Patient's employment Options",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-06T09:59:02+00:00",
  "publisher" : "intellisoftkenya",
  "contact" : [
    {
      "name" : "intellisoftkenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "ValueSet for Patient's employment",
  "compose" : {
    "include" : [
      {
        "system" : "https://shr.tiberbuapps.com/fhir/CodeSystem/Patient.Employment",
        "concept" : [
          {
            "code" : "employed"
          },
          {
            "code" : "selfEmployed"
          },
          {
            "code" : "sponsored"
          },
          {
            "code" : "organizedGroups"
          }
        ]
      }
    ]
  }
}