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

FHIR IG analytics

Packageobligation
Resource TypeValueSet
IdValueSet-obligationContentConsumptionProposed.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/frankoemig/obligation/ValueSet-obligationContentConsumptionProposed.html
URLhttp://v2.hl7.org/fhir/ValueSet/obligationContentConsumptionProposed
Version0.1.0
Statusdraft
Date2026-03-26T16:58:18+00:00
NameObligationProposedContentConsumptionCodesVS
TitleProposed Content-consumption-oriented Obligation Codes VS
DescriptionThis valueset represents the proposed obligation codes for consuming the content.

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 obligationContentConsumptionProposed

  • Include these codes as defined in http://v2.hl7.org/fhir/CodeSystem/obligationProposed version 📦0.1.0
    CodeDisplayDefinition
    MAY:persistMAY store the dataConformant applications MAY store the data.
    MAY:modifyMAY modify the dataConformant applications MAY, i.e. are allowed to modify the data.
    MAY:printMAY print dataConformant applications MAY print the data.
    SHOULD:(persist)in-databaseSHOULD store the data in a databaseConformant applications are asked to store the data in a database.
    SHOULD:processSHOULD process the dataConformant applications SHOULD process the data in some meaningful way.
    SHOULD:displaySHOULD display the dataConformant applications SHOULD display the data in some meaningful way.
    SHOULD:documentSHOULD document how the data is usedConformant applications SHOULD document the way the data is used in some (meaningful) way.
    SHOULD:printSHOULD print dataConformant applications SHOULD print the data.
    SHALL:documentSHALL document how the data is usedConformant applications SHALL document the way the data is used in some (meaningful) way.
    SHALL:printSHALL print dataConformant applications SHALL print the data.
    SHALL:persistSHALL store the data somewhereConformant applications SHALL store the data in some way.
    SHALL:persist:exactlySHALL store the data somewhere, but exactly as is sentConformant applications SHALL store the data in a way that the originally data from the instance can be reestablished.
    MAYNOT:processMAY NOT process dataConformant applications MAY NOT process data, aka of ignoring.
    SHOULDNOT:processSHOULD NOT process the dataConformant applications SHOULD NOT process the data in some meaningful way.
    SHOULDNOT:modifySHOULD NOT modify the dataConformant applications SHOULD NOT modiify the data in any way.
    SHALLNOT:processSHALL NOT process the dataConformant applications SHALL NOT process the data in some meaningful way.
    SHALLNOT:modifySHALL NOT modify the dataConformant applications SHALL NOT modiify the data in any way.
    SHALLNOT:follow-up:truncateSHALL NOT truncate dataConformant applications SHALL NOT cut off data.

Source1

{
  "resourceType": "ValueSet",
  "id": "obligationContentConsumptionProposed",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://v2.hl7.org/fhir/ValueSet/obligationContentConsumptionProposed",
  "version": "0.1.0",
  "name": "ObligationProposedContentConsumptionCodesVS",
  "title": "Proposed Content-consumption-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 consuming the content.",
  "compose": {
    "include": [
      {
        "system": "http://v2.hl7.org/fhir/CodeSystem/obligationProposed",
        "concept": [
          {
            "code": "MAY:persist"
          },
          {
            "code": "MAY:modify"
          },
          {
            "code": "MAY:print"
          },
          {
            "code": "SHOULD:(persist)in-database"
          },
          {
            "code": "SHOULD:process"
          },
          {
            "code": "SHOULD:display"
          },
          {
            "code": "SHOULD:document"
          },
          {
            "code": "SHOULD:print"
          },
          {
            "code": "SHALL:document"
          },
          {
            "code": "SHALL:print"
          },
          {
            "code": "SHALL:persist"
          },
          {
            "code": "SHALL:persist:exactly"
          },
          {
            "code": "MAYNOT:process"
          },
          {
            "code": "SHOULDNOT:process"
          },
          {
            "code": "SHOULDNOT:modify"
          },
          {
            "code": "SHALLNOT:process"
          },
          {
            "code": "SHALLNOT:modify"
          },
          {
            "code": "SHALLNOT:follow-up:truncate"
          }
        ]
      }
    ]
  }
}