Skip to content

Statement of Disagreement Profile

Canonical../StructureDefinition/nexus-statement-of-disagreement
Statusdraft (experimental) · 1.26.0
BaseCommunication Profile (constraint)
SourceFSH · JSON

The individual's own statement about information they asked to have corrected and the custodian refused to correct.

Invariants

Every rule in force on a conforming instance. This profile rows are stated here; inherited rows come from the base resource and are listed so that a constraint named on an element is findable. Invariant keys elsewhere on this page link into this table.

Key Source Severity On Rule
disagreement-names-disputed-record this profile error Communication A statement of disagreement MUST reference the record it disputes, through the disputes slice of about. A statement with no target cannot be included with the information it concerns, which is the entire obligation it exists to satisfy
about.exists()
communication-has-category inherited warning Communication SHOULD carry a category identifying which population this Communication belongs to (internal chat vs external eReferral traffic) -- the two are otherwise indistinguishable to a reader
category.exists()
dom-2 inherited error Communication If the resource is contained in another resource, it SHALL NOT contain nested Resources
contained.contained.empty()
dom-3 inherited error Communication If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
contained.where((('#'+id in (%resource.descendants().reference
dom-4 inherited error Communication If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 inherited error Communication If a resource is contained in another resource, it SHALL NOT have a security label
contained.meta.security.empty()
dom-6 inherited warning Communication A resource should have narrative for robust management
text.div.exists()
ele-1 inherited error Communication.meta All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
ext-1 inherited error Communication.meta.extension Must have either extensions or value[x], not both
extension.exists() != value.exists()
nexus-note-extension-not-where-native inherited error Communication The resource-note extension is not used on a resource that has a native note element -- that element is the home
extension('../StructureDefinition/nexus-emr-resource-note').empty()