ValueSet Occupations

Metadata

These are the details for this resource:

NameDescriptionCanonical_URLStatusVersion
MirjamsDecemberValueSet

ValueSet for the "ValueSets" exercise from Mirjam's Data Modeling course

http://examples.org/ValueSet/MirjamsDecemberValueSetactive0.1.0

Resource content

These are different views on this resource:

This value set includes codes from the following code systems:

  • The following codes from system: http://www.alpha-hospital.alp/occupations

    CodeDisplay
    ALP-OCC-01Healthcare and medicine
    ALP-OCC-02Arts and entertainment
    ALP-OCC-03Business
    ALP-OCC-04Industrial and manufacturing
    ALP-OCC-05Law Enforcement
    ALP-OCC-06Science and technology
    ALP-OCC-07Service and education
<ValueSet xmlns="http://hl7.org/fhir">
<id value="mirjams-course-valueset" />
<url value="http://examples.org/ValueSet/MirjamsDecemberValueSet" />
<version value="0.1.0" />
<name value="MirjamsDecemberValueSet" />
<title value="Mirjam's Course ValueSet" />
<status value="active" />
<description value="ValueSet for the "ValueSets" exercise from Mirjam's Data Modeling course" />
<system value="http://www.alpha-hospital.alp/occupations" />
<code value="ALP-OCC-01" />
<display value="Healthcare and medicine" />
</concept>
<code value="ALP-OCC-02" />
<display value="Arts and entertainment" />
</concept>
<code value="ALP-OCC-03" />
<display value="Business" />
</concept>
<code value="ALP-OCC-04" />
<display value="Industrial and manufacturing" />
</concept>
<code value="ALP-OCC-05" />
<display value="Law Enforcement" />
</concept>
<code value="ALP-OCC-06" />
<display value="Science and technology" />
</concept>
<code value="ALP-OCC-07" />
<display value="Service and education" />
</concept>
</include>
</compose>
</ValueSet>
{
"resourceType": "ValueSet",
"id": "mirjams-course-valueset",
"url": "http://examples.org/ValueSet/MirjamsDecemberValueSet",
"version": "0.1.0",
"name": "MirjamsDecemberValueSet",
"title": "Mirjam's Course ValueSet",
"status": "active",
"description": "ValueSet for the \"ValueSets\" exercise from Mirjam's Data Modeling course",
"compose": {
"include": [
{
"system": "http://www.alpha-hospital.alp/occupations",
"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"
}
]
}
]
}
}