FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageobligation
Resource TypeValueSet
IdValueSet-obligationTransportProposed.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/frankoemig/obligation/ValueSet-obligationTransportProposed.html
URLhttp://v2.hl7.org/fhir/ValueSet/obligationTransportProposed
Version0.1.0
Statusdraft
Date2026-03-26T16:58:18+00:00
NameObligationProposedTransportCodesVS
TitleProposed Transport-oriented Obligation Codes VS
DescriptionThis valueset represents the proposed obligation codes for managing transport requirements.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
obligation#currentobligationProposedProposed Obligation Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet obligationTransportProposed

  • Include these codes as defined in http://v2.hl7.org/fhir/CodeSystem/obligationProposed version 📦0.1.0
    CodeDisplayDefinition
    SHOULD:sendSHOULD send the instanceConformant applications SHOULD send the instance.
    SHOULD:receiveSHOULD be able to receive the dataConformant applications SHOULD be able to receive the data.
    SHOULD:accept-invalidSHOULD accept invalid dataConformant applications SHOULD accept invalid data.
    SHOULD:reject-invalidSHOULD reject invalid dataConformant applications SHOULD reject invalid data.
    SHALL:sendSHALL send the instanceConformant applications SHALL send the instance.
    SHALL:receiveSHALL be able to receive the dataConformant applications SHALL be able to receive the data.
    SHALL:accept-invalidSHALL accept invalid dataConformant applications SHALL accept invalid data.
    SHALL:reject-invalidSHALL reject invalid dataConformant applications SHALL reject invalid data.
    SHOULDNOT:errorSHOULD NOT return an error to the sender of the dataConformant applications SHOULD NOT reurn an erorr to the sender of the data.
    SHALLNOT:errorSHALL NOT return an error to the sender of the dataConformant applications SHALL NOT reurn an erorr to the sender of the data.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}