MITRE's 'Mini-CIMI' FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

ClusterProfile

 

The official URL for this profile is:

http://hl7.org/fhir/us/sw/StructureDefinition/shr-base-Cluster

A collection of statements and groups.

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 ClusterModel logical model.

Summary

Extensions

This structure refers to these extensions:

SW Mapping Source

This structure represents the following SW mapping definition:

shr.base.Cluster maps to DomainResource:

NameFlagsCard.TypeDescription & Constraintsdoco
.. DomainResource I0..*SW Cluster Profile
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
... shr-base-TypeCode-extension 0..1CodeableConceptSW TypeCode Extension
URL: http://hl7.org/fhir/us/sw/StructureDefinition/shr-base-TypeCode-extension
... shr-base-Statement-extension 0..*Reference(DomainResource)SW Statement Extension
URL: http://hl7.org/fhir/us/sw/StructureDefinition/shr-base-Statement-extension
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url

doco Documentation for this format

Summary

Extensions

This structure refers to these extensions:

SW Mapping Source

This structure represents the following SW mapping definition:

shr.base.Cluster maps to DomainResource:

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DomainResource I0..*SW Cluster Profile
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
... shr-base-TypeCode-extension 0..1CodeableConceptSW TypeCode Extension
URL: http://hl7.org/fhir/us/sw/StructureDefinition/shr-base-TypeCode-extension
... shr-base-Statement-extension 0..*Reference(DomainResource)SW Statement Extension
URL: http://hl7.org/fhir/us/sw/StructureDefinition/shr-base-Statement-extension
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url

doco Documentation for this format

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()