Curated Value Set Profile¶
| Canonical | ../StructureDefinition/nexus-valueset |
|---|---|
| Status | draft · 1.26.0 |
| Base | ValueSet (constraint) |
| Source | FSH · JSON |
A curated pick-list as this estate stores one: the coded options a clinician chooses from in the chart, held per tenant and fetched by the application at the point of use.
Examples
Schedule Codes (curated list as a tenant holds it)
A curated pick-list in the sense this profile describes -- one tenant's stored copy of the schedule delivery modes, expansion already resolved, in the order a person reads them. Not the definitional value set of the same name.
ValueSet/schedule-code-curated-example — claims conformance to Curated Value Set Profile
{
"resourceType": "ValueSet",
"id": "schedule-code-curated-example",
"meta": {
"profile": [
"../StructureDefinition/nexus-valueset"
]
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p>The schedule delivery modes a clinic books under, as one tenant's store holds them. Three members, in the order a person reads them.</p></div>"
},
"url": "../ValueSet/schedule-code",
"name": "ScheduleCode",
"title": "Schedule Codes (curated)",
"status": "active",
"description": "The schedule delivery modes seeded into a tenant. Resolve this list by its url -- the resource id shown here is this tenant's, and another tenant holds the same list under a different one.",
"compose": {
"include": [
{
"system": "../CodeSystem/schedule-code",
"concept": [
{
"code": "routine",
"display": "Routine"
},
{
"code": "clinic",
"display": "Clinic"
},
{
"code": "telehealth",
"display": "Telehealth"
}
]
}
]
},
"expansion": {
"timestamp": "2026-09-14T09:00:00-04:00",
"total": 3,
"contains": [
{
"system": "../CodeSystem/schedule-code",
"code": "routine",
"display": "Routine"
},
{
"system": "../CodeSystem/schedule-code",
"code": "clinic",
"display": "Clinic"
},
{
"system": "../CodeSystem/schedule-code",
"code": "telehealth",
"display": "Telehealth"
}
]
}
}