Obligation Discussion
0.4.1 - Working Draft to present the Concept Ideas and Background Details (FO)
Obligation Discussion - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2024-05-08 |
{
"resourceType" : "ValueSet",
"id" : "obligationTransportProposed",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-obligationProposed.html\"><code>http://v2.hl7.org/fhir/CodeSystem/obligationProposed</code></a><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>"
},
"url" : "http://v2.hl7.org/fhir/ValueSet/obligationTransportProposed",
"version" : "0.1.0",
"name" : "ObligationProposedTransportCodesVS",
"title" : "Proposed Transport-oriented Obligation Codes VS",
"status" : "draft",
"experimental" : true,
"date" : "2024-05-08T17:58:37+02:00",
"description" : "This valueset represents the proposed obligation codes for managing transport requirements.",
"compose" : {
"include" : [
{
"system" : "http://v2.hl7.org/fhir/CodeSystem/obligationProposed",
"concept" : [
{
"code" : "SHOULD:send"
},
{
"code" : "SHOULD:receive"
},
{
"code" : "SHOULD:accept-invalid"
},
{
"code" : "SHOULD:reject-invalid"
},
{
"code" : "SHALL:send"
},
{
"code" : "SHALL:receive"
},
{
"code" : "SHALL:accept-invalid"
},
{
"code" : "SHALL:reject-invalid"
},
{
"code" : "SHOULDNOT:error"
},
{
"code" : "SHALLNOT:error"
}
]
}
]
}
}