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 Transport-oriented Obligation Codes VS - 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 "obligationTransportProposed"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet obligationTransportProposed</b></p><a name=\"obligationTransportProposed\"> </a><a name=\"hcobligationTransportProposed\"> </a><ul><li>Include these codes as defined in <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><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHOULD.58send\">SHOULD:send</a></td><td style=\"color: #cccccc\">SHOULD send the instance</td><td>Conformant applications SHOULD send the instance.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHOULD.58receive\">SHOULD:receive</a></td><td style=\"color: #cccccc\">SHOULD be able to receive the data</td><td>Conformant applications SHOULD be able to receive the data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHOULD.58accept-invalid\">SHOULD:accept-invalid</a></td><td style=\"color: #cccccc\">SHOULD accept invalid data</td><td>Conformant applications SHOULD accept invalid data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHOULD.58reject-invalid\">SHOULD:reject-invalid</a></td><td style=\"color: #cccccc\">SHOULD reject invalid data</td><td>Conformant applications SHOULD reject invalid data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHALL.58send\">SHALL:send</a></td><td style=\"color: #cccccc\">SHALL send the instance</td><td>Conformant applications SHALL send the instance.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHALL.58receive\">SHALL:receive</a></td><td style=\"color: #cccccc\">SHALL be able to receive the data</td><td>Conformant applications SHALL be able to receive the data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHALL.58accept-invalid\">SHALL:accept-invalid</a></td><td style=\"color: #cccccc\">SHALL accept invalid data</td><td>Conformant applications SHALL accept invalid data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHALL.58reject-invalid\">SHALL:reject-invalid</a></td><td style=\"color: #cccccc\">SHALL reject invalid data</td><td>Conformant applications SHALL reject invalid data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHOULDNOT.58error\">SHOULDNOT:error</a></td><td style=\"color: #cccccc\">SHOULD NOT return an error to the sender of the data</td><td>Conformant applications SHOULD NOT reurn an erorr to the sender of the data.</td></tr><tr><td><a href=\"CodeSystem-obligationProposed.html#obligationProposed-SHALLNOT.58error\">SHALLNOT:error</a></td><td style=\"color: #cccccc\">SHALL NOT return an error to the sender of the data</td><td>Conformant applications SHALL NOT reurn an erorr to the sender of the data.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://v2.hl7.org/fhir/ValueSet/obligationTransportProposed"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/ValueSet/obligationTransportProposed>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ObligationProposedTransportCodesVS"] ; #
fhir:title [ fhir:v "Proposed Transport-oriented Obligation Codes VS"] ; #
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 for managing transport requirements."] ; #
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:concept [
fhir:code [ fhir:v "SHOULD:send" ] ] [
fhir:code [ fhir:v "SHOULD:receive" ] ] [
fhir:code [ fhir:v "SHOULD:accept-invalid" ] ] [
fhir:code [ fhir:v "SHOULD:reject-invalid" ] ] [
fhir:code [ fhir:v "SHALL:send" ] ] [
fhir:code [ fhir:v "SHALL:receive" ] ] [
fhir:code [ fhir:v "SHALL:accept-invalid" ] ] [
fhir:code [ fhir:v "SHALL:reject-invalid" ] ] [
fhir:code [ fhir:v "SHOULDNOT:error" ] ] [
fhir:code [ fhir:v "SHALLNOT:error" ] ] ) ] )
] . #