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 XML (canonical form + also see XML Format Specification)
Valueset including inactive concepts (id = "inactive")
<?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <id value="inactive"/> <url value="http://hl7.org/fhir/ValueSet/inactive"/> <name value="Example-inactive"/> <title value="Example with inactive codes"/> <status value="draft"/> <description value="HL7 v3 ActMood Predicate codes, including inactive codes"/> <compose> <inactive value="true"/> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <filter> <property value="concept"/> <op value="descendent-of"/> <value value="_ActMoodPredicate"/> </filter> </include> </compose> <expansion> <identifier value="urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99"/> <timestamp value="2017-02-26T10:00:00Z"/> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <inactive value="true"/> <code value="CRT"/> <display value="criterion"/> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <code value="EXPEC"/> <display value="expectation"/> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <code value="GOL"/> <display value="goal"/> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <code value="RSK"/> <display value="risk"/> </contains> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-ActMood"/> <code value="OPT"/> <display value="option"/> </contains> </expansion> </ValueSet>
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.