National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
: Employment Status Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EmploymentStatusVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EmploymentStatusVS</b></p><a name=\"EmploymentStatusVS\"> </a><a name=\"hcEmploymentStatusVS\"> </a><a name=\"EmploymentStatusVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0066</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=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html#v2-0066-1\">1</a></td><td>Full time employed</td><td>Full time employed</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html#v2-0066-2\">2</a></td><td>Part time employed</td><td>Part time employed</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html#v2-0066-3\">3</a></td><td>Unemployed</td><td>Unemployed</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html#v2-0066-4\">4</a></td><td>Self-employed,</td><td>Self-employed,</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0066.html#v2-0066-5\">5</a></td><td>Retired</td><td>Retired</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/ValueSet/EmploymentStatusVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "EmploymentStatusVS"] ; #
fhir:title [ fhir:v "Employment Status Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-01T19:22:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Administration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes for documenting employment status"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0066"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Full time employed" ] ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Part time employed" ] ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Unemployed" ] ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Self-employed," ] ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Retired" ] ] ) ] )
] . #