FHIR IG analytics| Package | obligation |
| Resource Type | ValueSet |
| Id | ValueSet-obligationTransportProposed.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/frankoemig/obligation/ValueSet-obligationTransportProposed.html |
| URL | http://v2.hl7.org/fhir/ValueSet/obligationTransportProposed |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-26T16:58:18+00:00 |
| Name | ObligationProposedTransportCodesVS |
| Title | Proposed Transport-oriented Obligation Codes VS |
| Description | This valueset represents the proposed obligation codes for managing transport requirements. |
No resources found
| CodeSystem | ||
| obligation#current | obligationProposed | Proposed Obligation Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet obligationTransportProposed
http://v2.hl7.org/fhir/CodeSystem/obligationProposed version 📦0.1.0| Code | Display | Definition |
| SHOULD:send | SHOULD send the instance | Conformant applications SHOULD send the instance. |
| SHOULD:receive | SHOULD be able to receive the data | Conformant applications SHOULD be able to receive the data. |
| SHOULD:accept-invalid | SHOULD accept invalid data | Conformant applications SHOULD accept invalid data. |
| SHOULD:reject-invalid | SHOULD reject invalid data | Conformant applications SHOULD reject invalid data. |
| SHALL:send | SHALL send the instance | Conformant applications SHALL send the instance. |
| SHALL:receive | SHALL be able to receive the data | Conformant applications SHALL be able to receive the data. |
| SHALL:accept-invalid | SHALL accept invalid data | Conformant applications SHALL accept invalid data. |
| SHALL:reject-invalid | SHALL reject invalid data | Conformant applications SHALL reject invalid data. |
| SHOULDNOT:error | SHOULD NOT return an error to the sender of the data | Conformant applications SHOULD NOT reurn an erorr to the sender of the data. |
| SHALLNOT:error | SHALL NOT return an error to the sender of the data | Conformant applications SHALL NOT reurn an erorr to the sender of the data. |
{
"resourceType": "ValueSet",
"id": "obligationTransportProposed",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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": "2026-03-26T16:58:18+00: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"
}
]
}
]
}
}