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 Turtle (+ also see Turtle/RDF Format Specification)
Valueset including inactive concepts
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/inactive> a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
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.description [ fhir:value "HL7 v3 ActMood Predicate codes, including inactive codes"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.inactive [ fhir:value "true"^^xsd:boolean ];
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.compose.include.filter [
fhir:index 0;
fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
fhir:ValueSet.compose.include.filter.op [ fhir:value "descendent-of" ];
fhir:ValueSet.compose.include.filter.value [ fhir:value "_ActMoodPredicate" ]
]
]
];
fhir:ValueSet.expansion [
fhir:ValueSet.expansion.identifier [ fhir:value "urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99" ];
fhir:ValueSet.expansion.timestamp [ fhir:value "2017-02-26T10:00:00Z"^^xsd:dateTime ];
fhir:ValueSet.expansion.contains [
fhir:index 0;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.expansion.contains.inactive [ fhir:value "true"^^xsd:boolean ];
fhir:ValueSet.expansion.contains.code [ fhir:value "CRT" ];
fhir:ValueSet.expansion.contains.display [ fhir:value "criterion" ]
], [
fhir:index 1;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.expansion.contains.code [ fhir:value "EXPEC" ];
fhir:ValueSet.expansion.contains.display [ fhir:value "expectation" ];
fhir:ValueSet.expansion.contains.contains [
fhir:index 0;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.expansion.contains.code [ fhir:value "GOL" ];
fhir:ValueSet.expansion.contains.display [ fhir:value "goal" ]
], [
fhir:index 1;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.expansion.contains.code [ fhir:value "RSK" ];
fhir:ValueSet.expansion.contains.display [ fhir:value "risk" ]
]
], [
fhir:index 2;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActMood" ];
fhir:ValueSet.expansion.contains.code [ fhir:value "OPT" ];
fhir:ValueSet.expansion.contains.display [ fhir:value "option" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/inactive.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/ValueSet/inactive.ttl> .
# -------------------------------------------------------------------------------------
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.