This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-AnatomicalLocation
A location or structure in the body, including tissues, regions, cavities, and spaces; for example, right elbow, or left ventricle of the heart.
CIMI Alignment: In CIMI V0.0.4, AnatomicalLocation has no parent class. This appears to have been an oversight, and the parent should have been Entity, as modeled here.
This profile builds on BodySite.
This profile was published on Sun Apr 01 00:00:00 AEDT 2018 as a draft by The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC).
View the corresponding AnatomicalLocationModel logical model.
Summary
Mandatory: 0 element (1 nested mandatory element)
Slices
This structure defines the following Slices:
BC Mapping Source
This structure represents the following BC mapping definition:
cimi.AnatomicalLocation maps to BodySite: CodeableConcept maps to code Laterality maps to qualifier (slice on = coding.code) AnatomicalDirection maps to qualifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BodySite | BC AnatomicalLocation Profile | |||
code | 1..1 | Binding: AnatomicalLocationVS (required) | ||
qualifier | Slice: Unordered, Open by value:coding.code | |||
qualifier | 0..1 | Laterality Binding: Laterality (required) | ||
qualifier | 0..1 | AnatomicalDirection Binding: AnatomicalDirectionVS (required) | ||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BodySite | I | 0..* | BC AnatomicalLocation Profile | |
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: Common Languages (extensible) | |
text | I | 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 | Bodysite identifier |
active | ?!Σ | 0..1 | boolean | Whether this body site record is in active use |
code | Σ | 1..1 | CodeableConcept | Named anatomical location Binding: AnatomicalLocationVS (required) |
qualifier | CodeableConcept | Modification to location code Slice: Unordered, Open by value:coding.code Binding: Bodysite Location Qualifier (example) | ||
qualifier | 0..1 | CodeableConcept | Laterality Binding: Laterality (required) | |
qualifier | 0..1 | CodeableConcept | AnatomicalDirection Binding: AnatomicalDirectionVS (required) | |
description | Σ | 0..1 | string | Anatomical location description |
image | 0..* | Attachment | Attached images | |
patient | Σ | 1..1 | Reference(Patient) | Who this is about |
Documentation for this format |
Summary
Mandatory: 0 element (1 nested mandatory element)
Slices
This structure defines the following Slices:
BC Mapping Source
This structure represents the following BC mapping definition:
cimi.AnatomicalLocation maps to BodySite: CodeableConcept maps to code Laterality maps to qualifier (slice on = coding.code) AnatomicalDirection maps to qualifier
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BodySite | BC AnatomicalLocation Profile | |||
code | 1..1 | Binding: AnatomicalLocationVS (required) | ||
qualifier | Slice: Unordered, Open by value:coding.code | |||
qualifier | 0..1 | Laterality Binding: Laterality (required) | ||
qualifier | 0..1 | AnatomicalDirection Binding: AnatomicalDirectionVS (required) | ||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BodySite | I | 0..* | BC AnatomicalLocation Profile | |
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: Common Languages (extensible) | |
text | I | 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 | Bodysite identifier |
active | ?!Σ | 0..1 | boolean | Whether this body site record is in active use |
code | Σ | 1..1 | CodeableConcept | Named anatomical location Binding: AnatomicalLocationVS (required) |
qualifier | CodeableConcept | Modification to location code Slice: Unordered, Open by value:coding.code Binding: Bodysite Location Qualifier (example) | ||
qualifier | 0..1 | CodeableConcept | Laterality Binding: Laterality (required) | |
qualifier | 0..1 | CodeableConcept | AnatomicalDirection Binding: AnatomicalDirectionVS (required) | |
description | Σ | 0..1 | string | Anatomical location description |
image | 0..* | Attachment | Attached images | |
patient | Σ | 1..1 | Reference(Patient) | Who this is about |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron
Path | Name | Conformance | ValueSet |
BodySite.language | Common Languages | extensible | Common Languages |
BodySite.code | AnatomicalLocationVS | required | AnatomicalLocationVS |
BodySite.qualifier | AnatomicalDirectionVS | required | AnatomicalDirectionVS |
BodySite.qualifier | AnatomicalDirectionVS | required | AnatomicalDirectionVS |
BodySite.qualifier | AnatomicalDirectionVS | required | AnatomicalDirectionVS |
Id | Path | Details | Requirements |
dom-2 | BodySite | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-1 | BodySite | If the resource is contained in another resource, it SHALL NOT contain any narrative : contained.text.empty() | |
dom-4 | BodySite | 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 | BodySite | If 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() |