Example with inactive codes
Example-inactive
http://hl7.org/fhir/ValueSet/inactive
HL7 v3 ActMood Predicate codes, including inactive codes
| ID | inactive |
|---|
| Status | DRAFT |
|---|
| URL | http://hl7.org/fhir/ValueSet/inactive |
|---|
| Version | 4.0.1 |
|---|
Includes
| System | http://terminology.hl7.org/CodeSystem/v3-ActMood |
|---|
| Filters |
| Property | Operator | Value |
|---|
| concept | descendent-of | _ActMoodPredicate |
|
|---|
Expansion
| Code | Display | System | Inactive | Version |
|---|
| CRT | criterion | http://terminology.hl7.org/CodeSystem/v3-ActMood | true | |
| EXPEC | expectation | http://terminology.hl7.org/CodeSystem/v3-ActMood | false | |
| OPT | option | http://terminology.hl7.org/CodeSystem/v3-ActMood | false | |
{
"resourceType": "ValueSet",
"id": "inactive",
"meta": {
"versionId": "1",
"lastUpdated": "2023-12-19T16:44:21.089+10:00"
},
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"url": "http://hl7.org/fhir/ValueSet/inactive",
"version": "4.0.1",
"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"
} ]
}
}