FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Obligation Codes - TTL Representation

Page standards status: Trial-use Maturity Level: 1

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obligation"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>not-selectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td><td>Codes with this property set are not intended to appear in instances.  They are for grouping/subsetting purposes only.</td></tr><tr><td>parent</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>code</td><td/></tr><tr><td>qualifier</td><td/><td>code</td><td>Indicates the level of adherence expected to the obligation concept</td></tr><tr><td>converse</td><td/><td>code</td><td>Indicates another obligation code with an opposite meaning to this one.  A single obligation cannot list two converse codes and an application cannot satisfy both a code and its coverse (though if the obligation strength for both is SHOULD or MAY, an application could conform with both obligations by adhering to one and not the other).</td></tr><tr><td>security-dependent</td><td/><td>boolean</td><td>Obligation codes with this property set to true may be overridden by policies and regulations related to privacy and security, including patient consent.  Testing of such obligations will need to take such considerations into account.</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/obligation</code> defines the following codes in a Is-A heirarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Not Selectable</b></td><td><b>Parent</b></td><td><b>qualifier</b></td><td><b>converse</b></td><td><b>security-dependent</b></td></tr><tr><td style=\"white-space:nowrap\">SHALL<a name=\"obligation-SHALL\"> </a></td><td>SHALL</td><td><div><p>The functional requirement is mandatory. Applications that do not implement this functional behavior are considered non-conformant.</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD<a name=\"obligation-SHOULD\"> </a></td><td>SHOULD</td><td><div><p>The functional requirement is a recommendation.  Applications are strongly encouraged to implement this functional behavior, but are still conformant if they do not.</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">MAY<a name=\"obligation-MAY\"> </a></td><td>MAY</td><td><div><p>The functional requirement is an option worthy of consideration but there is no expectation or recommendation associated with its use.  NOTE: Elements not flagged with any obligation are intrinsically still 'MAY' (unless constraints dictate otherwise), but have not specifically been called out by the author as worthy of consideration.</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">ResourceProducerObligations<a name=\"obligation-ResourceProducerObligations\"> </a></td><td>ResourceProducerObligations</td><td><div><p>Resource producers are applications that assembles resources in the first place. Resource producers may be a server, client, sender, receiver or some middleware device, and they may store the resource, or merely hand it on.</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">ResourceExchangerObligations<a name=\"obligation-ResourceExchangerObligations\"> </a></td><td>ResourceExchangerObligations</td><td><div><p>Exchangers do not produce or consume resources; they only pass the resource on. They may store the resource in a persistent store between reception and subsequent transfer. The generic FHIR servers are exchangers, as are most middleware systems.  Note that Exchanger obligations may also be taken on by Producers or Consumers if they act as intermediaries between other systems or between systems and users.</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">ResourceConsumerObligations<a name=\"obligation-ResourceConsumerObligations\"> </a></td><td>ResourceConsumerObligations</td><td><div><p>Resource Consumers are applications that consume resources and do something with them, either displaying them to humans, transferring them to some other format for further re-use, or using them to drive some kind of application logic process AKA decision support. Resource Consumers often store resources, but do not need to, and whether resources are stored or not between receiving them and using them doesn't make any difference to the obligations</p>\n</div></td><td>true</td><td/><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">able-to-populate<a name=\"obligation-able-to-populate\"> </a></td><td>be able to populate</td><td><div><p>Conformant applications producing resources SHALL/SHOULD/MAY be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it can be in at least some situations.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">populate<a name=\"obligation-populate\"> </a></td><td>populate</td><td><div><p>Conformant applications producing resources SHALL/SHOULD include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it populates it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared.</p>\n</div></td><td>true</td><td><a href=\"#obligation-able-to-populate\">able-to-populate</a></td><td/><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">in-narrative<a name=\"obligation-in-narrative\"> </a></td><td>include in narrative</td><td><div><p>Conformant applications SHALL/SHOULD/MAY ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions such as <a href=\"StructureDefinition-data-absent-reason.html\">DataAbsentReason</a>. If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">exclude-narrative<a name=\"obligation-exclude-narrative\"> </a></td><td>exclude from narrative</td><td><div><p>Conformant applications SHALL/SHOULD ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">user-input<a name=\"obligation-user-input\"> </a></td><td>allow user input</td><td><div><p>Conformant applications SHALL/SHOULD/MAY ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">explain<a name=\"obligation-explain\"> </a></td><td>populate or document irrelevance</td><td><div><p>Documentation applicable to Conformant applications SHALL/SHOULD explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element <code>populate</code>, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though <em>not all</em>) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">persist<a name=\"obligation-persist\"> </a></td><td>persist</td><td><div><p>Conformant applications SHALL/SHOULD/MAY ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a>, <a href=\"#obligation-ResourceProducerObligations\">ResourceProducerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">no-alter<a name=\"obligation-no-alter\"> </a></td><td>not alter</td><td><div><p>Conformant applications SHALL/SHOULD ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceExchangerObligations\">ResourceExchangerObligations</a></td><td/><td>may-alter</td><td/></tr><tr><td style=\"white-space:nowrap\">no-error<a name=\"obligation-no-error\"> </a></td><td>not error if present</td><td><div><p>Conformant applications SHALL/SHOULD accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">reject-invalid<a name=\"obligation-reject-invalid\"> </a></td><td>reject invalid</td><td><div><p>Conformant applications SHALL/SHOULD check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHALL/SHOULD not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a></td><td/><td>accept-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">accept-invalid<a name=\"obligation-accept-invalid\"> </a></td><td>accept invalid</td><td><div><p>Conformant applications SHALL/SHOULD accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system needs to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a></td><td/><td>reject-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">handle<a name=\"obligation-handle\"> </a></td><td>correctly handle</td><td><div><p>Conformant applications SHALL/SHOULD handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">display<a name=\"obligation-display\"> </a></td><td>display</td><td><div><p>Conformant applications SHALL/SHOULD/MAY display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource</p>\n</div></td><td>true</td><td><a href=\"#obligation-handle\">handle</a></td><td/><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">process<a name=\"obligation-process\"> </a></td><td>process</td><td><div><p>Conformant applications SHALL/SHOULD/MAY consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc.</p>\n</div></td><td>true</td><td><a href=\"#obligation-handle\">handle</a></td><td/><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">print<a name=\"obligation-print\"> </a></td><td>print</td><td><div><p>Conformant applications SHALL/SHOULD/MAY print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow</p>\n</div></td><td>true</td><td><a href=\"#obligation-handle\">handle</a></td><td/><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">ignore<a name=\"obligation-ignore\"> </a></td><td>ignore</td><td><div><p>Conformant applications SHALL/SHOULD/MAY not make any use of the value of this element if received.</p>\n</div></td><td>true</td><td><a href=\"#obligation-ResourceConsumerObligations\">ResourceConsumerObligations</a></td><td/><td>handle</td><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:able-to-populate<a name=\"obligation-SHALL.58able-to-populate\"> </a></td><td>SHALL be able to populate</td><td><div><p>Conformant applications producing resources SHALL be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it can be in at least some situations.</p>\n</div></td><td/><td><a href=\"#obligation-able-to-populate\">able-to-populate</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:able-to-populate<a name=\"obligation-SHOULD.58able-to-populate\"> </a></td><td>SHOULD be able to populate</td><td><div><p>Conformant applications producing resources SHOULD be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it shold be in at least some situations.</p>\n</div></td><td/><td><a href=\"#obligation-able-to-populate\">able-to-populate</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">MAY:able-to-populate<a name=\"obligation-MAY.58able-to-populate\"> </a></td><td>MAY be able to populate</td><td><div><p>Conformant applications producing resources MAY be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it may be in at least some situations.  This is a null statement and is the default behavior for originating systems if other obligations are not specified.</p>\n</div></td><td/><td><a href=\"#obligation-able-to-populate\">able-to-populate</a></td><td>MAY</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:populate<a name=\"obligation-SHALL.58populate\"> </a></td><td>SHALL populate</td><td><div><p>Conformant applications producing resources SHALL include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it populates it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared.</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58able-to-populate\">SHALL:able-to-populate</a>, <a href=\"#obligation-populate\">populate</a></td><td>SHALL</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULD:populate<a name=\"obligation-SHOULD.58populate\"> </a></td><td>SHOULD populate</td><td><div><p>Conformant applications producing resources SHOULD include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it should populate it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared.</p>\n</div></td><td/><td><a href=\"#obligation-SHOULD.58able-to-populate\">SHOULD:able-to-populate</a>, <a href=\"#obligation-populate\">populate</a></td><td>SHOULD</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALL:in-narrative<a name=\"obligation-SHALL.58in-narrative\"> </a></td><td>SHALL include in narrative</td><td><div><p>Conformant applications SHALL ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions such as <a href=\"StructureDefinition-data-absent-reason.html\">DataAbsentReason</a>. If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative.</p>\n</div></td><td/><td><a href=\"#obligation-in-narrative\">in-narrative</a></td><td>SHALL</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULD:in-narrative<a name=\"obligation-SHOULD.58in-narrative\"> </a></td><td>SHOULD include in narrative</td><td><div><p>Conformant applications SHOULD ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions such as <a href=\"StructureDefinition-data-absent-reason.html\">DataAbsentReason</a>. If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative.</p>\n</div></td><td/><td><a href=\"#obligation-in-narrative\">in-narrative</a></td><td>SHOULD</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">MAY:in-narrative<a name=\"obligation-MAY.58in-narrative\"> </a></td><td>MAY include in narrative</td><td><div><p>Conformant applications MAY ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions such as <a href=\"StructureDefinition-data-absent-reason.html\">DataAbsentReason</a>. If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative.</p>\n</div></td><td/><td><a href=\"#obligation-in-narrative\">in-narrative</a></td><td>MAY</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALL:exclude-narrative<a name=\"obligation-SHALL.58exclude-narrative\"> </a></td><td>SHALL exclude from narrative</td><td><div><p>Conformant applications SHALL ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records</p>\n</div></td><td/><td><a href=\"#obligation-exclude-narrative\">exclude-narrative</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:exclude-narrative<a name=\"obligation-SHOULD.58exclude-narrative\"> </a></td><td>SHOULD exclude from narrative</td><td><div><p>Conformant applications SHOULD ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records</p>\n</div></td><td/><td><a href=\"#obligation-exclude-narrative\">exclude-narrative</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:user-input<a name=\"obligation-SHALL.58user-input\"> </a></td><td>SHALL allow user input</td><td><div><p>Conformant applications SHALL ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application.</p>\n</div></td><td/><td><a href=\"#obligation-user-input\">user-input</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:user-input<a name=\"obligation-SHOULD.58user-input\"> </a></td><td>SHOULD allow user input</td><td><div><p>Conformant applications SHOULD ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application.</p>\n</div></td><td/><td><a href=\"#obligation-user-input\">user-input</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">MAY:user-input<a name=\"obligation-MAY.58user-input\"> </a></td><td>MAY allow user input</td><td><div><p>Conformant applications MAY ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application.</p>\n</div></td><td/><td><a href=\"#obligation-user-input\">user-input</a></td><td>MAY</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:explain<a name=\"obligation-SHALL.58explain\"> </a></td><td>SHALL populate or document irrelevance</td><td><div><p>Documentation applicable to Conformant applications SHALL explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element <code>populate</code>, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though <em>not all</em>) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false.</p>\n</div></td><td/><td><a href=\"#obligation-explain\">explain</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:explain<a name=\"obligation-SHOULD.58explain\"> </a></td><td>SHOULD populate or document irrelevance</td><td><div><p>Documentation applicable to Conformant applications SHOULD explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element <code>populate</code>, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though <em>not all</em>) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false.</p>\n</div></td><td/><td><a href=\"#obligation-explain\">explain</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:persist<a name=\"obligation-SHALL.58persist\"> </a></td><td>SHALL persist</td><td><div><p>Conformant applications SHALL ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges</p>\n</div></td><td/><td><a href=\"#obligation-persist\">persist</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:persist<a name=\"obligation-SHOULD.58persist\"> </a></td><td>SHOULD persist</td><td><div><p>Conformant applications SHOULD ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges</p>\n</div></td><td/><td><a href=\"#obligation-persist\">persist</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">MAY:persist<a name=\"obligation-MAY.58persist\"> </a></td><td>MAY persist</td><td><div><p>Conformant applications MAY ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges</p>\n</div></td><td/><td><a href=\"#obligation-persist\">persist</a></td><td>MAY</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:no-alter<a name=\"obligation-SHALL.58no-alter\"> </a></td><td>SHALL not alter</td><td><div><p>Conformant applications SHALL ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply</p>\n</div></td><td/><td><a href=\"#obligation-no-alter\">no-alter</a></td><td>SHALL</td><td>may-alter</td><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:no-alter<a name=\"obligation-SHOULD.58no-alter\"> </a></td><td>SHOULD not alter</td><td><div><p>Conformant applications SHOULD ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply</p>\n</div></td><td/><td><a href=\"#obligation-no-alter\">no-alter</a></td><td>SHOULD</td><td>may-alter</td><td/></tr><tr><td style=\"white-space:nowrap\">MAY:alter<a name=\"obligation-MAY.58alter\"> </a></td><td>MAY alter</td><td><div><p>Conformant applications MAY choose to alter this element value.\nNotes: this is really a null-statement - it's the default rule for an application. It's defined here to allow a specification to be explicit that it isn't conveying obligations for resource producers</p>\n</div></td><td/><td><a href=\"#obligation-ResourceExchangerObligations\">ResourceExchangerObligations</a></td><td>MAY</td><td>no-alter</td><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:no-error<a name=\"obligation-SHALL.58no-error\"> </a></td><td>SHALL not error if present</td><td><div><p>Conformant applications SHALL accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations</p>\n</div></td><td/><td><a href=\"#obligation-no-error\">no-error</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:no-error<a name=\"obligation-SHOULD.58no-error\"> </a></td><td>SHOULD not error if present</td><td><div><p>Conformant applications SHOULD accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations</p>\n</div></td><td/><td><a href=\"#obligation-no-error\">no-error</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:reject-invalid<a name=\"obligation-SHALL.58reject-invalid\"> </a></td><td>SHALL reject invalid</td><td><div><p>Conformant applications SHALL check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHALL not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it.</p>\n</div></td><td/><td><a href=\"#obligation-reject-invalid\">reject-invalid</a></td><td>SHALL</td><td>accept-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:reject-invalid<a name=\"obligation-SHOULD.58reject-invalid\"> </a></td><td>SHOULD reject invalid</td><td><div><p>Conformant applications SHOULD check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHOULD not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it.</p>\n</div></td><td/><td><a href=\"#obligation-reject-invalid\">reject-invalid</a></td><td>SHOULD</td><td>accept-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:accept-invalid<a name=\"obligation-SHALL.58accept-invalid\"> </a></td><td>SHALL accept invalid</td><td><div><p>Conformant applications SHALL accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system needs to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)</p>\n</div></td><td/><td><a href=\"#obligation-accept-invalid\">accept-invalid</a></td><td>SHALL</td><td>reject-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:accept-invalid<a name=\"obligation-SHOULD.58accept-invalid\"> </a></td><td>SHOULD accept invalid</td><td><div><p>Conformant applications SHOULD accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system ought to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)</p>\n</div></td><td/><td><a href=\"#obligation-accept-invalid\">accept-invalid</a></td><td>SHOULD</td><td>reject-invalid</td><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:handle<a name=\"obligation-SHALL.58handle\"> </a></td><td>SHALL correctly handle</td><td><div><p>Conformant applications SHALL handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective.</p>\n</div></td><td/><td><a href=\"#obligation-handle\">handle</a></td><td>SHALL</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:handle<a name=\"obligation-SHOULD.58handle\"> </a></td><td>SHOULD correctly handle</td><td><div><p>Conformant applications SHOULD handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective.</p>\n</div></td><td/><td><a href=\"#obligation-handle\">handle</a></td><td>SHOULD</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SHALL:display<a name=\"obligation-SHALL.58display\"> </a></td><td>SHALL display</td><td><div><p>Conformant applications SHALL display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58handle\">SHALL:handle</a>, <a href=\"#obligation-display\">display</a></td><td>SHALL</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULD:display<a name=\"obligation-SHOULD.58display\"> </a></td><td>SHOULD display</td><td><div><p>Conformant applications SHOULD display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource</p>\n</div></td><td/><td><a href=\"#obligation-SHOULD.58handle\">SHOULD:handle</a>, <a href=\"#obligation-display\">display</a></td><td>SHOULD</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">MAY:display<a name=\"obligation-MAY.58display\"> </a></td><td>MAY display</td><td><div><p>Conformant applications MAY display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource</p>\n</div></td><td/><td><a href=\"#obligation-display\">display</a></td><td>MAY</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALL:process<a name=\"obligation-SHALL.58process\"> </a></td><td>SHALL process</td><td><div><p>Conformant applications SHALL consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc.</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58handle\">SHALL:handle</a>, <a href=\"#obligation-process\">process</a></td><td>SHALL</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULD:process<a name=\"obligation-SHOULD.58process\"> </a></td><td>SHOULD process</td><td><div><p>Conformant applications SHOULD consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc.</p>\n</div></td><td/><td><a href=\"#obligation-SHOULD.58handle\">SHOULD:handle</a>, <a href=\"#obligation-process\">process</a></td><td>SHOULD</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">MAY:process<a name=\"obligation-MAY.58process\"> </a></td><td>MAY process</td><td><div><p>Conformant applications MAY consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any <a href=\"http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives\">ElementDefinition.valueAlternatives</a> extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc.</p>\n</div></td><td/><td><a href=\"#obligation-process\">process</a></td><td>MAY</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALL:print<a name=\"obligation-SHALL.58print\"> </a></td><td>SHALL print</td><td><div><p>Conformant applications SHALL print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58handle\">SHALL:handle</a>, <a href=\"#obligation-print\">print</a></td><td>SHALL</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULD:print<a name=\"obligation-SHOULD.58print\"> </a></td><td>SHOULD print</td><td><div><p>Conformant applications SHOULD print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow</p>\n</div></td><td/><td><a href=\"#obligation-SHOULD.58handle\">SHOULD:handle</a>, <a href=\"#obligation-print\">print</a></td><td>SHOULD</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">MAY:print<a name=\"obligation-MAY.58print\"> </a></td><td>MAY print</td><td><div><p>Conformant applications MAY print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow</p>\n</div></td><td/><td><a href=\"#obligation-print\">print</a></td><td>MAY</td><td/><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALL:ignore<a name=\"obligation-SHALL.58ignore\"> </a></td><td>SHALL ignore</td><td><div><p>Conformant applications SHALL not make any use of the value of this element if received.</p>\n</div></td><td/><td><a href=\"#obligation-ignore\">ignore</a></td><td>SHALL</td><td>handle</td><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD:ignore<a name=\"obligation-SHOULD.58ignore\"> </a></td><td>SHOULD ignore</td><td><div><p>Conformant applications SHOULD not make any use of the value of this element if received.</p>\n</div></td><td/><td><a href=\"#obligation-ignore\">ignore</a></td><td>SHOULD</td><td>handle</td><td/></tr><tr><td style=\"white-space:nowrap\">MAY:ignore<a name=\"obligation-MAY.58ignore\"> </a></td><td>MAY ignore</td><td><div><p>Conformant applications MAY not make any use of the value of this element if received.  This is a null statement and is the default behavior or consuming systems if other obligations are not specified.</p>\n</div></td><td/><td><a href=\"#obligation-ignore\">ignore</a></td><td>MAY</td><td>handle</td><td/></tr><tr><td style=\"white-space:nowrap\">v2-re<a name=\"obligation-v2-re\"> </a></td><td>V2 RE (required but may be empty)</td><td><div><p>RE as defined in chapter 2 of the v2 specification</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58able-to-populate\">SHALL:able-to-populate</a>, <a href=\"#obligation-SHALL.58display\">SHALL:display</a>, <a href=\"#obligation-SHOULD.58persist\">SHOULD:persist</a>, <a href=\"#obligation-SHOULD.58populate\">SHOULD:populate</a>, <a href=\"#obligation-SHALL.58no-error\">SHALL:no-error</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">ihe-r2<a name=\"obligation-ihe-r2\"> </a></td><td>IHE R2</td><td><div><p>R2 as defined in IHE Appendix Z</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58populate\">SHALL:populate</a>, <a href=\"#obligation-MAY.58ignore\">MAY:ignore</a>, <a href=\"#obligation-SHALL.58no-error\">SHALL:no-error</a></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">std<a name=\"obligation-std\"> </a></td><td>Standard obligations</td><td><div><p>The standard recommended set of obligations for IGs to use unless they know they want something different. Note that the standard codes don't include use-dar, use-dar-nf, use-dar-if-allowed / use-reason - that gets put on specific elements that justify this handling</p>\n</div></td><td/><td><a href=\"#obligation-SHALL.58populate\">SHALL:populate</a>, <a href=\"#obligation-SHALL.58display\">SHALL:display</a>, <a href=\"#obligation-SHALL.58no-error\">SHALL:no-error</a></td><td/><td/><td/></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "1"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/obligation"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2123" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "ObligationCodes"] ; # 
  fhir:title [ fhir:v "Obligation Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-18T15:06:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that describe application obligations for handling FHIR content. There are five kinds of codes in this code system:\n * Categorizer codes: ResourceProducerObligations, ResourcesExchangerObligations, and ResourceConsumerObligations which are used to construct value sets and indicate the contexts in which the obligations apply.  Note that many applications will be producers, consumers, and potentially exchangers simultaneously, so there is no need to limit obligations to only one category.  These are abstract and cannot be declared as obligations.\n * Qualifier codes: SHALL/SHOULD/MAY which convey the 'strength' of an obligation.  These are also abstract and cannot be declared as obligations.\n * Generic codes - these describe abstract functional obligation behaviors applications may implement, but do not specify a specific strength.  They may be organized in a hierarchy where one generic code specializes another.  These are also abstract cannot be declared as obligations.\n * Leaf obligation codes - these are specific qualified obligations that can be declared by a data element and represent leaf-level obligations.  They always inherit from a qualification concept and usually inherit from a functional code concept.  These codes *can* be declared as obligations.\n * Composite codes - these specialise Leaf obligation codes, inheriting the expectations of multiple concrete obligations.  They represent common or externally defined combinations of obligations for ease of reference.  These codes can also be declared as obligations."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:compositional [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Codes with this property set are not intended to appear in instances.  They are for grouping/subsetting purposes only." ] ;
fhir:type [ fhir:v "boolean" ]
  ] [
fhir:code [ fhir:v "parent" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#parent"^^xsd:anyURI ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "qualifier" ] ;
fhir:description [ fhir:v "Indicates the level of adherence expected to the obligation concept" ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "converse" ] ;
fhir:description [ fhir:v "Indicates another obligation code with an opposite meaning to this one.  A single obligation cannot list two converse codes and an application cannot satisfy both a code and its coverse (though if the obligation strength for both is SHOULD or MAY, an application could conform with both obligations by adhering to one and not the other)." ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:description [ fhir:v "Obligation codes with this property set to true may be overridden by policies and regulations related to privacy and security, including patient consent.  Testing of such obligations will need to take such considerations into account." ] ;
fhir:type [ fhir:v "boolean" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SHALL" ] ;
fhir:display [ fhir:v "SHALL" ] ;
fhir:definition [ fhir:v "The functional requirement is mandatory. Applications that do not implement this functional behavior are considered non-conformant." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD" ] ;
fhir:display [ fhir:v "SHOULD" ] ;
fhir:definition [ fhir:v "The functional requirement is a recommendation.  Applications are strongly encouraged to implement this functional behavior, but are still conformant if they do not." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "MAY" ] ;
fhir:display [ fhir:v "MAY" ] ;
fhir:definition [ fhir:v "The functional requirement is an option worthy of consideration but there is no expectation or recommendation associated with its use.  NOTE: Elements not flagged with any obligation are intrinsically still 'MAY' (unless constraints dictate otherwise), but have not specifically been called out by the author as worthy of consideration." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "ResourceProducerObligations" ] ;
fhir:display [ fhir:v "ResourceProducerObligations" ] ;
fhir:definition [ fhir:v "Resource producers are applications that assembles resources in the first place. Resource producers may be a server, client, sender, receiver or some middleware device, and they may store the resource, or merely hand it on." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "ResourceExchangerObligations" ] ;
fhir:display [ fhir:v "ResourceExchangerObligations" ] ;
fhir:definition [ fhir:v "Exchangers do not produce or consume resources; they only pass the resource on. They may store the resource in a persistent store between reception and subsequent transfer. The generic FHIR servers are exchangers, as are most middleware systems.  Note that Exchanger obligations may also be taken on by Producers or Consumers if they act as intermediaries between other systems or between systems and users." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "ResourceConsumerObligations" ] ;
fhir:display [ fhir:v "ResourceConsumerObligations" ] ;
fhir:definition [ fhir:v "Resource Consumers are applications that consume resources and do something with them, either displaying them to humans, transferring them to some other format for further re-use, or using them to drive some kind of application logic process AKA decision support. Resource Consumers often store resources, but do not need to, and whether resources are stored or not between receiving them and using them doesn't make any difference to the obligations" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "able-to-populate" ] ;
fhir:display [ fhir:v "be able to populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHALL/SHOULD/MAY be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it can be in at least some situations." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "populate" ] ;
fhir:display [ fhir:v "populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHALL/SHOULD include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it populates it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "able-to-populate" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "in-narrative" ] ;
fhir:display [ fhir:v "include in narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions such as [DataAbsentReason](StructureDefinition-data-absent-reason.html). If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "exclude-narrative" ] ;
fhir:display [ fhir:v "exclude from narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "user-input" ] ;
fhir:display [ fhir:v "allow user input" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "explain" ] ;
fhir:display [ fhir:v "populate or document irrelevance" ] ;
fhir:definition [ fhir:v "Documentation applicable to Conformant applications SHALL/SHOULD explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element `populate`, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though *not all*) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "persist" ] ;
fhir:display [ fhir:v "persist" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceProducerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "no-alter" ] ;
fhir:display [ fhir:v "not alter" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceExchangerObligations" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "may-alter" ]     ] )
  ] [
fhir:code [ fhir:v "no-error" ] ;
fhir:display [ fhir:v "not error if present" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "reject-invalid" ] ;
fhir:display [ fhir:v "reject invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHALL/SHOULD not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "accept-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "accept-invalid" ] ;
fhir:display [ fhir:v "accept invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system needs to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "reject-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "handle" ] ;
fhir:display [ fhir:v "correctly handle" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] )
  ] [
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "display" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "handle" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "process" ] ;
fhir:display [ fhir:v "process" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "handle" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "print" ] ;
fhir:display [ fhir:v "print" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow" ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "handle" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "ignore" ] ;
fhir:display [ fhir:v "ignore" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL/SHOULD/MAY not make any use of the value of this element if received." ] ;
    ( fhir:property [
fhir:code [ fhir:v "not-selectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceConsumerObligations" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:able-to-populate" ] ;
fhir:display [ fhir:v "SHALL be able to populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHALL be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it can be in at least some situations." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "able-to-populate" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:able-to-populate" ] ;
fhir:display [ fhir:v "SHOULD be able to populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHOULD be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it shold be in at least some situations." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "able-to-populate" ]     ] )
  ] [
fhir:code [ fhir:v "MAY:able-to-populate" ] ;
fhir:display [ fhir:v "MAY be able to populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources MAY be able to correctly populate this element.\nNotes: Typically, this means that an application needs to demonstrate during some conformance testing process that there are some conditions under which it populates the element with a correct value.  (i.e. not a data-absent-reason or equivalent.)  This obligation does not impose expectations on the circumstances in which the element will be sent, only that it may be in at least some situations.  This is a null statement and is the default behavior for originating systems if other obligations are not specified." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "able-to-populate" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:populate" ] ;
fhir:display [ fhir:v "SHALL populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHALL include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it populates it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:able-to-populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "populate" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:populate" ] ;
fhir:display [ fhir:v "SHOULD populate" ] ;
fhir:definition [ fhir:v "Conformant applications producing resources SHOULD include this element if a value is known and allowed to be shared.\nNotes: This implementation obligation means that whenever the producer knows the correct value for an element, it should populate it.  This is NOT the same as cardinality, as a 'populate' element can be omitted if no data exists or the data that exists is prohibited from being shared." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:able-to-populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "populate" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:in-narrative" ] ;
fhir:display [ fhir:v "SHALL include in narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions such as [DataAbsentReason](StructureDefinition-data-absent-reason.html). If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "in-narrative" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:in-narrative" ] ;
fhir:display [ fhir:v "SHOULD include in narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions such as [DataAbsentReason](StructureDefinition-data-absent-reason.html). If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "in-narrative" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "MAY:in-narrative" ] ;
fhir:display [ fhir:v "MAY include in narrative" ] ;
fhir:definition [ fhir:v "Conformant applications MAY ensure that this data element is represented in any human readable representation of a resource.\nNotes: When no value for an element is known, the producer populates the narrative with the content of any nested [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions such as [DataAbsentReason](StructureDefinition-data-absent-reason.html). If no particular reason is known or reportable, the element can simply be indicated as 'unknown' in the narrative." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "in-narrative" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:exclude-narrative" ] ;
fhir:display [ fhir:v "SHALL exclude from narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "exclude-narrative" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:exclude-narrative" ] ;
fhir:display [ fhir:v "SHOULD exclude from narrative" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD ensure that this data element is NOT represented in any human readable representation of a resource.\nNotes: This may be useful for profiles related to de-identified records" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "exclude-narrative" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:user-input" ] ;
fhir:display [ fhir:v "SHALL allow user input" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "user-input" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:user-input" ] ;
fhir:display [ fhir:v "SHOULD allow user input" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "user-input" ]     ] )
  ] [
fhir:code [ fhir:v "MAY:user-input" ] ;
fhir:display [ fhir:v "MAY allow user input" ] ;
fhir:definition [ fhir:v "Conformant applications MAY ensure that users can enter a value for this element during data input/capture.\nNotes: Exactly what form the input takes is not specified, but the expectation is that this is a value that comes from the user, and not implied internally by the application." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "user-input" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:explain" ] ;
fhir:display [ fhir:v "SHALL populate or document irrelevance" ] ;
fhir:definition [ fhir:v "Documentation applicable to Conformant applications SHALL explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element `populate`, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though *not all*) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "explain" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:explain" ] ;
fhir:display [ fhir:v "SHOULD populate or document irrelevance" ] ;
fhir:definition [ fhir:v "Documentation applicable to Conformant applications SHOULD explain how this element is handled.\nNotes: this is really a rule about specifications, implying that another specification (which might be application documentation) either makes this element `populate`, or explains how the use cases that involve this element do not arise, or how they are handled. An example: IPA marks Patient.active must-handle and must-explain. Client applications must process Patient.active correctly if they see it, but many (though *not all*) specifications and/or applications ensure that Patient.active will never be false, and so it will never be populated e.g. MedMij in Netherlands prohibits use of Patient.active, and explains that it is never false." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "explain" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:persist" ] ;
fhir:display [ fhir:v "SHALL persist" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "persist" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:persist" ] ;
fhir:display [ fhir:v "SHOULD persist" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "persist" ]     ] )
  ] [
fhir:code [ fhir:v "MAY:persist" ] ;
fhir:display [ fhir:v "MAY persist" ] ;
fhir:definition [ fhir:v "Conformant applications MAY ensure that the value for this element is stored in a persistent data store.\nNotes: Exactly what the data store is not specified, nor how long it is stored for, but it is understood that the same value will be available in later exchanges" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "persist" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:no-alter" ] ;
fhir:display [ fhir:v "SHALL not alter" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "no-alter" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "may-alter" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:no-alter" ] ;
fhir:display [ fhir:v "SHOULD not alter" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD ensure that this element does not change between receiving and transfer.\nNotes: This does not mean that the element value cannot change, only that changing the element value for an element marked with this obligation moves an application from being an exchanger to a Consumer and a Producer, and those obligations apply" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "no-alter" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "may-alter" ]     ] )
  ] [
fhir:code [ fhir:v "MAY:alter" ] ;
fhir:display [ fhir:v "MAY alter" ] ;
fhir:definition [ fhir:v "Conformant applications MAY choose to alter this element value.\nNotes: this is really a null-statement - it's the default rule for an application. It's defined here to allow a specification to be explicit that it isn't conveying obligations for resource producers" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ResourceExchangerObligations" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "no-alter" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:no-error" ] ;
fhir:display [ fhir:v "SHALL not error if present" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "no-error" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:no-error" ] ;
fhir:display [ fhir:v "SHOULD not error if present" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD accept resources containing any valid value for the element without error.\nNotes: Applications are still able to inform the user that a value cannot be processed correctly and may ignore the data, but applications aren't able to reject an instance merely because the element is present (which would be allowed for elements that do not have this obligation).  A system MAY raise an error if the value provided is not valid or violates specific business rules. This obligation also applies to elements that only contain an extension in place of a value where  (or equivalent), should either of these be allowed on the consumer obligations" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "no-error" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:reject-invalid" ] ;
fhir:display [ fhir:v "SHALL reject invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHALL not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "reject-invalid" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "accept-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:reject-invalid" ] ;
fhir:display [ fhir:v "SHOULD reject invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD check that values for this element meet all data constraints asserted within the profile declaring this obligation.  If validity issues are found, the system SHOULD not accept the instance.\nNotes: This applies to validating the element with the obligation, but not resources referenced by it." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "reject-invalid" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "accept-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:accept-invalid" ] ;
fhir:display [ fhir:v "SHALL accept invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system needs to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "accept-invalid" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "reject-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:accept-invalid" ] ;
fhir:display [ fhir:v "SHOULD accept invalid" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD accept data that does not meet all data constraints asserted within the profile declaring this obligation.\nThis applies to non-valid constraints, not to non-valid syntax or failure to meet base resource validity expectations.  Typically used when a system ought to be able to handle data that does not adhere to desired expectations (legacy data, test data, data undergoing authorship that is not yet complete, etc.)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "accept-invalid" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "reject-invalid" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:handle" ] ;
fhir:display [ fhir:v "SHALL correctly handle" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:handle" ] ;
fhir:display [ fhir:v "SHOULD correctly handle" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD handle the meaning of this element correctly.\nNotes: this rule is vague in that doesn't specify any particular handling of the element. But it's important because an application that ignores this element is non-conformant. A good example would be a status code of 'entered-in-error' - how exactly a Resource Consumer handles this depends on the use case etc., but the application can never simply ignore such a status code. Note that whether the resource or information from it is stored for later use is irrelevant - when the resource or information in it is processed, the consequences of the element are considered. That may mean not retaining the information for later use, or informing the user, etc. Typically, this obligation marks that there are known patient safety issues that can arise if the element is ignored. Implementers should pay particular attention to the possible range of values for the element from a safety perspective." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:display" ] ;
fhir:display [ fhir:v "SHALL display" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "display" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:display" ] ;
fhir:display [ fhir:v "SHOULD display" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "display" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "MAY:display" ] ;
fhir:display [ fhir:v "MAY display" ] ;
fhir:definition [ fhir:v "Conformant applications MAY display the value of this element when presenting the data from the resource to a human user.\nNotes: exactly how it is displayed is not specified, but it means that a human looking at the content of the resource is made aware of the value of the element so that they can consider the meaning of the resource" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "display" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:process" ] ;
fhir:display [ fhir:v "SHALL process" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "process" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:process" ] ;
fhir:display [ fhir:v "SHOULD process" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "process" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "MAY:process" ] ;
fhir:display [ fhir:v "MAY process" ] ;
fhir:definition [ fhir:v "Conformant applications MAY consider the value of this element when processing the resource as specified by the IG.\nNotes: this implies that the IG that specifies this obligation provides details about what processing is to be performed, and the obligation specifially relates to the processing specified in the IG of any [ElementDefinition.valueAlternatives](http://hl7.org/fhir/R5/elementdefinition-definitions.html#ElementDefinition.valueAlternatives) extensions as well as the value (or other extensions explicitly declared beneath the element in the profile containing the obligation.  Examples might include consideration in decision support, consideration in claims evaluation, etc." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "process" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:print" ] ;
fhir:display [ fhir:v "SHALL print" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "print" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:print" ] ;
fhir:display [ fhir:v "SHOULD print" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:handle" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "print" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "MAY:print" ] ;
fhir:display [ fhir:v "MAY print" ] ;
fhir:definition [ fhir:v "Conformant applications MAY print the value of this element somewhere.\nNotes: The form of the printing is not specified. A profile using this value SHALL explain the nature of the printing requirement somehow" ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "print" ]     ] [
fhir:code [ fhir:v "security-dependent" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "SHALL:ignore" ] ;
fhir:display [ fhir:v "SHALL ignore" ] ;
fhir:definition [ fhir:v "Conformant applications SHALL not make any use of the value of this element if received." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHALL" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ignore" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "SHOULD:ignore" ] ;
fhir:display [ fhir:v "SHOULD ignore" ] ;
fhir:definition [ fhir:v "Conformant applications SHOULD not make any use of the value of this element if received." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "SHOULD" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ignore" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "MAY:ignore" ] ;
fhir:display [ fhir:v "MAY ignore" ] ;
fhir:definition [ fhir:v "Conformant applications MAY not make any use of the value of this element if received.  This is a null statement and is the default behavior or consuming systems if other obligations are not specified." ] ;
    ( fhir:property [
fhir:code [ fhir:v "qualifier" ] ;
fhir:value [ fhir:v "MAY" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "ignore" ]     ] [
fhir:code [ fhir:v "converse" ] ;
fhir:value [ fhir:v "handle" ]     ] )
  ] [
fhir:code [ fhir:v "v2-re" ] ;
fhir:display [ fhir:v "V2 RE (required but may be empty)" ] ;
fhir:definition [ fhir:v "RE as defined in chapter 2 of the v2 specification" ] ;
    ( fhir:property [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:able-to-populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:display" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:persist" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHOULD:populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:no-error" ]     ] )
  ] [
fhir:code [ fhir:v "ihe-r2" ] ;
fhir:display [ fhir:v "IHE R2" ] ;
fhir:definition [ fhir:v "R2 as defined in IHE Appendix Z" ] ;
    ( fhir:property [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "MAY:ignore" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:no-error" ]     ] )
  ] [
fhir:code [ fhir:v "std" ] ;
fhir:display [ fhir:v "Standard obligations" ] ;
fhir:definition [ fhir:v "The standard recommended set of obligations for IGs to use unless they know they want something different. Note that the standard codes don't include use-dar, use-dar-nf, use-dar-if-allowed / use-reason - that gets put on specific elements that justify this handling" ] ;
    ( fhir:property [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:populate" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:display" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "SHALL:no-error" ]     ] )
  ] ) . #