This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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 Turtle (+ also see Turtle/RDF Format Specification)
Valueset including inactive concepts
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:ValueSet; fhir:Resource.id [ fhir:value "inactive"]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/inactive"]; fhir:ValueSet.name [ fhir:value "Example-inactive"]; fhir:ValueSet.title [ fhir:value "Example with inactive codes"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "true"]; fhir:ValueSet.description [ fhir:value "HL7 v3 ActMood Predicate codes, including inactive codes"]; fhir:ValueSet.compose [ fhir:ValueSet.inactive [ fhir:value "true" ]; fhir:ValueSet.include [ fhir:index 0; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.filter [ fhir:index 0; fhir:ValueSet.property [ fhir:value "concept" ]; fhir:ValueSet.op [ fhir:value "descendent-of" ]; fhir:ValueSet.value [ fhir:value "_ActMoodPredicate" ] ] ] ]; fhir:ValueSet.expansion [ fhir:ValueSet.identifier [ fhir:value "urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99" ]; fhir:ValueSet.timestamp [ fhir:value "2017-02-26T10:00:00Z" ]; fhir:ValueSet.contains [ fhir:index 0; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.inactive [ fhir:value "true" ]; fhir:ValueSet.code [ fhir:value "CRT" ]; fhir:ValueSet.display [ fhir:value "criterion" ] ], [ fhir:index 1; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.code [ fhir:value "EXPEC" ]; fhir:ValueSet.display [ fhir:value "expectation" ]; fhir:ValueSet.contains [ fhir:index 0; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.code [ fhir:value "GOL" ]; fhir:ValueSet.display [ fhir:value "goal" ] ], [ fhir:index 1; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.code [ fhir:value "RSK" ]; fhir:ValueSet.display [ fhir:value "risk" ] ] ], [ fhir:index 2; fhir:ValueSet.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ]; fhir:ValueSet.code [ fhir:value "OPT" ]; fhir:ValueSet.display [ fhir:value "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.