FHIR IG Statistics: ValueSet/occupations
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "occupations",
"url": "http://example.org/fhir/ValueSet/occupations",
"version": "0.0.1",
"name": "Occupations",
"status": "draft",
"description": "For capturing occupation of the Alpha Hospital patient",
"compose": {
"include": [
{
"system": "http://example.org/CodeSystem/alp-codes",
"concept": [
{
"code": "ALP-OCC-01",
"display": "Healthcare and medicine"
},
{
"code": "ALP-OCC-02",
"display": "Arts and entertainment"
},
{
"code": "ALP-OCC-03",
"display": "Business"
},
{
"code": "ALP-OCC-04",
"display": "Industrial and manufacturing"
},
{
"code": "ALP-OCC-05",
"display": "Law Enforcement"
},
{
"code": "ALP-OCC-06",
"display": "Science and technology"
},
{
"code": "ALP-OCC-07",
"display": "Service and education"
}
]
}
]
}
}