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

FHIR IG analytics

Packageobligation
Resource TypeValueSet
IdValueSet-obligationContentCreationProposed.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/frankoemig/obligation/ValueSet-obligationContentCreationProposed.html
URLhttp://v2.hl7.org/fhir/ValueSet/obligationContentCreationProposed
Version0.1.0
Statusdraft
Date2026-03-26T16:58:18+00:00
NameObligationProposedContentCreationCodesVS
TitleProposed Content-creation-oriented Obligation Codes VS
DescriptionThis valueset represents the proposed obligation codes for creating 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 obligationContentCreationProposed

  • Include these codes as defined in http://v2.hl7.org/fhir/CodeSystem/obligationProposed version 📦0.1.0
    CodeDisplayDefinition
    MAY:populateMAY populate with dataConformant applications MAY take and provide data.
    MAY:populate:missingMAY populate data element with why orig data is missingConformant applications MAY populate the element why the original data is missing.
    MAY:populate:more-structureMAY populate the data in more structured wayConformant applications are allowed to populate the data with more structure. For example, to split an address line into streetname and house number.
    MAY:(populate)from-uiMAY populate with data taken from uiConformant applications MAY take data from a UI and provide it.
    MAY:(populate)into-narrativeMAY populate into-narrativeConformant applications MAY populate element into narrative text as well.
    SHOULD:populateSHOULD populate with dataConformant applications SHOULD take and provide data.
    SHOULD:(populate)from-uiSHOULD populate with data taken from uiConformant applications SHOULD take data from a UI and provide it.
    SHALL:populateSHALL populate with dataConformant applications SHOULD take and provide data.
    SHALL:(populate)from-uiSHALL populate data taken from uiConformant applications SHALL take data from a UI and provide it.
    SHALL:(populate)from-ui:more-detailsSHALL populate with data taken from ui perhaps with more detailsConformant applications SHALL take data from a UI and bring it into the instance. It is allowed to provide more details then specified.
    SHALL:(populate)into-narrativeSHALL populate into-narrativeConformant applications SHALL populate element into narrative text as well.
    SHOULD:(populate)into-narrativeSHOULD populate into-narrativeConformant applications SHOULD populate element into narrative text as well.
    SHOULDNOT:(populate)into-narrativeSHOULD NOT populate into-narrativeConformant applications SHOULD NOT populate element into narrative text.
    SHALLNOT:(populate):in-narrativeSHALL NOT add to narrativeConformant applications SHALL NOT add this data to the narrative.
    SHALLNOT:populate:more-detailsSHALL NOT populate more data than is specifiedConformant applications SHALL NOT populatae more data than is specified. The specification is closed.
    SHALLNOT:populate:missingSHALL NOT populate info about missing data, ie. data absent reasonsConformant applications SHALL NOT populate a reason for missing information.
    SHALLNOT:(populate)into-narrativeSHALL NOT populate into-narrativeConformant applications SHALL NOT populate element into narrative text.

Source1

{
  "resourceType": "ValueSet",
  "id": "obligationContentCreationProposed",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://v2.hl7.org/fhir/ValueSet/obligationContentCreationProposed",
  "version": "0.1.0",
  "name": "ObligationProposedContentCreationCodesVS",
  "title": "Proposed Content-creation-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 creating the content.",
  "compose": {
    "include": [
      {
        "system": "http://v2.hl7.org/fhir/CodeSystem/obligationProposed",
        "concept": [
          {
            "code": "MAY:populate"
          },
          {
            "code": "MAY:populate:missing"
          },
          {
            "code": "MAY:populate:more-structure"
          },
          {
            "code": "MAY:(populate)from-ui"
          },
          {
            "code": "MAY:(populate)into-narrative"
          },
          {
            "code": "SHOULD:populate"
          },
          {
            "code": "SHOULD:(populate)from-ui"
          },
          {
            "code": "SHALL:populate"
          },
          {
            "code": "SHALL:(populate)from-ui"
          },
          {
            "code": "SHALL:(populate)from-ui:more-details"
          },
          {
            "code": "SHALL:(populate)into-narrative"
          },
          {
            "code": "SHOULD:(populate)into-narrative"
          },
          {
            "code": "SHOULDNOT:(populate)into-narrative"
          },
          {
            "code": "SHALLNOT:(populate):in-narrative"
          },
          {
            "code": "SHALLNOT:populate:more-details"
          },
          {
            "code": "SHALLNOT:populate:missing"
          },
          {
            "code": "SHALLNOT:(populate)into-narrative"
          }
        ]
      }
    ]
  }
}