This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
| Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Valueset including inactive concepts
{
"resourceType": "ValueSet",
"id": "inactive",
"url": "http://hl7.org/fhir/ValueSet/inactive",
"name": "Example-inactive",
"title": "Example with inactive codes",
"status": "draft",
"description": "HL7 v3 ActMood Predicate codes, including inactive codes",
"compose": {
"inactive": true,
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"filter": [
{
"property": "concept",
"op": "descendent-of",
"value": "_ActMoodPredicate"
}
]
}
]
},
"expansion": {
"identifier": "urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99",
"timestamp": "2017-02-26T10:00:00Z",
"contains": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"inactive": true,
"code": "CRT",
"display": "criterion"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"code": "EXPEC",
"display": "expectation",
"contains": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"code": "GOL",
"display": "goal"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"code": "RSK",
"display": "risk"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActMood",
"code": "OPT",
"display": "option"
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.