Obligation Discussion, published by . This guide is not an authorized publication; it is the continuous build for version 0.5.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/obligation/ and changes regularly. See the Directory of published versions
: Proposed Obligation Codes VS (active only) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "obligationProposedActive"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet obligationProposedActive</b></p><a name=\"obligationProposedActive\"> </a><a name=\"hcobligationProposedActive\"> </a><ul><li>Include codes from<a href=\"CodeSystem-obligationProposed.html\"><code>http://v2.hl7.org/fhir/CodeSystem/obligationProposed</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span> where concept descends from <a href=\"CodeSystem-obligationProposed.html#obligationProposed-CombinedObligations\">CombinedObligations</a></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://v2.hl7.org/fhir/ValueSet/obligationProposedActive"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/ValueSet/obligationProposedActive>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ObligationProposedActiveCodesVS"] ; #
fhir:title [ fhir:v "Proposed Obligation Codes VS (active only)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2026-03-26T16:58:18+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "This valueset represents the proposed obligation codes that are available for use (active resp. not abstract)."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://v2.hl7.org/fhir/CodeSystem/obligationProposed"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/CodeSystem/obligationProposed> ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "CombinedObligations" ] ] ) ] )
] . #