HL7 FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

AssertionStatementProfile

 

The official URL for this profile is:

http://hl7.org/fhir/us/sw/StructureDefinition/cimi-statement-AssertionStatement

A clinical statement that asserts presence or absence.

This profile builds on DomainResource.

This profile was published on Fri Aug 17 00:00:00 EDT 2018 as a draft by HL7 Patient Care and Clinical Information Modeling Initiative Work Groups.

View the corresponding AssertionStatementModel logical model.

Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron

 

Terminology Bindings

PathNameConformanceValueSet
DomainResource.languageCommon LanguagesextensibleCommon Languages

 

Constraints

IdPathDetailsRequirements
dom-2DomainResourceIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1DomainResourceIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4DomainResourceIf 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-3DomainResourceIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()