Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
 
| This example demonstrates using the bodysite resource to identify a specific tumor or lesion that will have multiple observations and/or procedures performed on it over time | 
 
The official URL for this profile is:
http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-bodystructure
Profile of BodyStructure for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
This profile builds on BodyStructure.
This profile was published on Wed Aug 22 00:00:00 EDT 2018 as a draft by Health Level Seven, Inc. - CQI WG.
Description of Profiles, Differentials, and Snapshots.
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   BodyStructure | I | 0..* | Specific and identified anatomical structure | |
|    id | Σ | 0..1 | id | Logical id of this artifact | 
|    meta | Σ | 0..1 | Meta | Metadata about the resource | 
|    implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | 
|    language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages | |
|    text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
|    contained | 0..* | Resource | Contained, inline Resources | |
|    extension | 0..* | Extension | Additional content defined by implementations | |
|    modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | 
|    identifier | Σ | 0..* | Identifier | Bodystructure identifier | 
|    active | ?!SΣ | 1..1 | boolean | Whether this record is in active use | 
|    morphology | Σ | 0..1 | CodeableConcept | Kind of Structure Binding: SNOMEDCTMorphologicAbnormalities (example) | 
|    location | SΣ | 1..1 | CodeableConcept | Body site Binding: Precoordinated Body Structures (preferred) | 
|    locationQualifier | S | 0..* | CodeableConcept | Body site modifier Binding: BodystructureLocationQualifier (example) | 
|    description | Σ | 0..1 | string | Text description | 
|    image | 0..* | Attachment | Attached images | |
|    patient | SΣ | 1..1 | Reference(QICorePatient) | Who this is about | 
|  Documentation for this format | ||||
Differential View
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   BodyStructure | I | 0..* | Specific and identified anatomical structure | |
|    id | Σ | 0..1 | id | Logical id of this artifact | 
|    meta | Σ | 0..1 | Meta | Metadata about the resource | 
|    implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | 
|    language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages | |
|    text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
|    contained | 0..* | Resource | Contained, inline Resources | |
|    extension | 0..* | Extension | Additional content defined by implementations | |
|    modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | 
|    identifier | Σ | 0..* | Identifier | Bodystructure identifier | 
|    active | ?!SΣ | 1..1 | boolean | Whether this record is in active use | 
|    morphology | Σ | 0..1 | CodeableConcept | Kind of Structure Binding: SNOMEDCTMorphologicAbnormalities (example) | 
|    location | SΣ | 1..1 | CodeableConcept | Body site Binding: Precoordinated Body Structures (preferred) | 
|    locationQualifier | S | 0..* | CodeableConcept | Body site modifier Binding: BodystructureLocationQualifier (example) | 
|    description | Σ | 0..1 | string | Text description | 
|    image | 0..* | Attachment | Attached images | |
|    patient | SΣ | 1..1 | Reference(QICorePatient) | Who this is about | 
|  Documentation for this format | ||||

| Path | Conformance | ValueSet | 
| BodyStructure.language | preferred | CommonLanguages Max Binding: AllLanguages | 
| BodyStructure.morphology | example | SNOMEDCTMorphologicAbnormalities | 
| BodyStructure.location | preferred | QICoreBodyStructurePreCoordinated | 
| BodyStructure.locationQualifier | example | BodystructureLocationQualifier | 

| Id | Path | Details | Requirements | 
| dom-2 | BodyStructure | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-4 | BodyStructure | 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-3 | BodyStructure | 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 | %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-6 | BodyStructure | A resource should have narrative for robust management : text.div.exists() | |
| dom-5 | BodyStructure | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() |