QI-Core Implementation Guide
4.1.1 - STU 4.1.1 US

This page is part of the Quality Improvement Core Framework (v4.1.1: STU 4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: QICoreBodyStructure

Official URL: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-bodystructure Version: 4.1.1
Draft as of 2018-08-22 Computable Name: QICoreBodyStructure

Profile of BodyStructure for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from BodyStructure

Summary

Mandatory: 2 elements
Must-Support: 4 elements

Structures

This structure refers to these other structures:

This structure is derived from BodyStructure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BodyStructure 0..*BodyStructureSpecific and identified anatomical structure
... active S1..1booleanWhether this record is in active use
... location S1..1CodeableConceptBody site
Binding: Precoordinated Body Structures (preferred): Precoordinated body sites such as 'left ear'

... locationQualifier S0..*CodeableConceptBody site modifier

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. BodyStructure 0..*BodyStructureSpecific and identified anatomical structure
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBodystructure identifier
... active ?!SΣ1..1booleanWhether this record is in active use
... morphology Σ0..1CodeableConceptKind of Structure
Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology.

... location SΣ1..1CodeableConceptBody site
Binding: Precoordinated Body Structures (preferred): Precoordinated body sites such as 'left ear'

... locationQualifier S0..*CodeableConceptBody site modifier
Binding: BodystructureLocationQualifier (example): Concepts modifying the anatomic location.


... description Σ0..1stringText description
... image 0..*AttachmentAttached images
... patient SΣ1..1Reference(QICorePatient)Who this is about

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. BodyStructure 0..*BodyStructureSpecific and identified anatomical structure
... active ?!Σ1..1booleanWhether this record is in active use
... location Σ1..1CodeableConceptBody site
Binding: Precoordinated Body Structures (preferred): Precoordinated body sites such as 'left ear'

... locationQualifier 0..*CodeableConceptBody site modifier
Binding: BodystructureLocationQualifier (example): Concepts modifying the anatomic location.



doco Documentation for this format

This structure is derived from BodyStructure

Summary

Mandatory: 2 elements
Must-Support: 4 elements

Structures

This structure refers to these other structures:

Differential View

This structure is derived from BodyStructure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BodyStructure 0..*BodyStructureSpecific and identified anatomical structure
... active S1..1booleanWhether this record is in active use
... location S1..1CodeableConceptBody site
Binding: Precoordinated Body Structures (preferred): Precoordinated body sites such as 'left ear'

... locationQualifier S0..*CodeableConceptBody site modifier

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. BodyStructure 0..*BodyStructureSpecific and identified anatomical structure
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBodystructure identifier
... active ?!SΣ1..1booleanWhether this record is in active use
... morphology Σ0..1CodeableConceptKind of Structure
Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology.

... location SΣ1..1CodeableConceptBody site
Binding: Precoordinated Body Structures (preferred): Precoordinated body sites such as 'left ear'

... locationQualifier S0..*CodeableConceptBody site modifier
Binding: BodystructureLocationQualifier (example): Concepts modifying the anatomic location.


... description Σ0..1stringText description
... image 0..*AttachmentAttached images
... patient SΣ1..1Reference(QICorePatient)Who this is about

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
BodyStructure.languagepreferredCommonLanguages
Max Binding: AllLanguages
BodyStructure.morphologyexampleSNOMEDCTMorphologicAbnormalities
BodyStructure.locationpreferredQICoreBodyStructurePreCoordinated
BodyStructure.locationQualifierexampleBodystructureLocationQualifier

Constraints

IdGradePathDetailsRequirements
dom-2errorBodyStructureIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorBodyStructureIf 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 | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorBodyStructureIf 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-5errorBodyStructureIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6Best PracticeBodyStructureA resource should have narrative for robust management
: text.`div`.exists()
ele-1errorBodyStructure.metaAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.implicitRulesAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.textAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorBodyStructure.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorBodyStructure.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorBodyStructure.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorBodyStructure.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.activeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.morphologyAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.locationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.locationQualifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.descriptionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.imageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorBodyStructure.patientAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())