MyHealth@EU Core
1.0.0 - trial-use 150

MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions

Resource Profile: BodyStructure (Core)

Official URL: http://fhir.ehdsi.eu/core/StructureDefinition/bodyStructure-myhealtheu-core Version: 1.0.0
Standards status: Trial-use Maturity Level: 2 Computable Name: BodyStructureMyHealthCore

This profile specifies how the HL7 FHIR BodyStructure resource should be used for conveying commonly used concepts in the European context.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore Specific and identified anatomical structure
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: eHDSI Language (required)
... Slices for extension Content/Rules for all slices
.... extension:includedStructure 0..* (Complex) R5: Included anatomic location(s) (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure
Constraints: ext-1
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:structure 1..1 Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "structure"
....... value[x] 1..1 CodeableConcept Code that represents the included structure
Binding: SNOMEDCTBodyStructures (preferred)
...... extension:laterality 0..1 Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "laterality"
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
...... extension:bodyLandmarkOrientation 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
....... Slices for extension Content/Rules for all slices
........ extension:landmarkDescription 0..* Extension R5: Body ]andmark description (new)
Constraints: ext-1
......... url 1..1 uri "landmarkDescription"
........ extension:clockFacePosition 0..* Extension R5: Clockface orientation (new)
Constraints: ext-1
......... url 1..1 uri "clockFacePosition"
........ extension:distanceFromLandmark 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
......... Slices for extension Content/Rules for all slices
.......... extension:device 0..* Extension R5: Measurement device (new)
Constraints: ext-1
........... Slices for extension Content/Rules for all slices
............ extension:_datatype 1..1 Extension DataType slice for a FHIR R5 `CodeableReference` value
Constraints: ext-1
............. url 1..1 uri "http://hl7.org/fhir/StructureDefinition/_datatype"
............. value[x] 1..1 string Value of extension
Fixed Value: CodeableReference
............ extension:concept 0..1 Extension R5: Reference to a concept (by class)
Constraints: ext-1
............. url 1..1 uri "concept"
............ extension:reference 0..1 Extension R5: Reference to a resource (by instance)
Constraints: ext-1
............. url 1..1 uri "reference"
........... url 1..1 uri "device"
.......... extension:value 0..* Extension R5: Measured distance from body landmark (new)
Constraints: ext-1
........... url 1..1 uri "value"
......... url 1..1 uri "distanceFromLandmark"
........ extension:surfaceOrientation 0..* Extension R5: Relative landmark surface orientation (new)
Constraints: ext-1
......... url 1..1 uri "surfaceOrientation"
....... url 1..1 uri "bodyLandmarkOrientation"
...... extension:spatialReference 0..* Extension R5: Cartesian reference for structure (new)
Constraints: ext-1
....... url 1..1 uri "spatialReference"
...... extension:qualifier 0..* Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "qualifier"
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
... active ?!Σ 0..1 boolean Whether this record is in active use
... morphology Σ 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... patient Σ 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:structure.​value[x] Base preferred SNOMED CT Body Structures 📦4.0.1 FHIR Std.
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error BodyStructure If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error 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-4 error 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-5 error BodyStructure If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice BodyStructure A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error BodyStructure.extension:includedStructure, BodyStructure.extension:includedStructure.extension, BodyStructure.extension:includedStructure.extension:structure, BodyStructure.extension:includedStructure.extension:laterality, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:landmarkDescription, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:clockFacePosition, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:_datatype, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:concept, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:reference, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:value, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:surfaceOrientation, BodyStructure.extension:includedStructure.extension:spatialReference, BodyStructure.extension:includedStructure.extension:qualifier, BodyStructure.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from BodyStructureEuCore

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore Specific and identified anatomical structure
... language 0..1 code Language of the resource content
Binding: eHDSI Language (required)
... Slices for extension Content/Rules for all slices
.... extension:includedStructure 0..* R5 BodyStructure.includedStructure R5: Included anatomic location(s) (new)
..... Slices for extension Content/Rules for all slices
...... extension:laterality 0..1 Extension Extension
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
... morphology 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... locationQualifier 0..0 CodeableConcept Body site modifier
Binding: eHDSI Body Structure Location Qualifier with exceptions (required)
... patient 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG
BodyStructure.location Base required eHDSI Body Site With Exceptions 📦1.0.0 This IG
BodyStructure.locationQualifier Base required eHDSI Body Structure Location Qualifier with exceptions 📦1.0.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore 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
... text 0..1 Narrative Textual description of the body structure
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:includedStructure 0..* (Complex) R5: Included anatomic location(s) (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure
Constraints: ext-1
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:structure 1..1 Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "structure"
....... value[x] 1..1 CodeableConcept Code that represents the included structure
Binding: SNOMEDCTBodyStructures (preferred)
...... extension:laterality 0..1 Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "laterality"
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
...... extension:bodyLandmarkOrientation 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
........ extension:landmarkDescription 0..* Extension R5: Body ]andmark description (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "landmarkDescription"
......... value[x] 0..1 CodeableConcept Body ]andmark description
........ extension:clockFacePosition 0..* Extension R5: Clockface orientation (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "clockFacePosition"
......... value[x] 0..1 CodeableConcept Clockface orientation
........ extension:distanceFromLandmark 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.......... extension:device 0..* Extension R5: Measurement device (new)
Constraints: ext-1
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
............ extension:_datatype 1..1 Extension DataType slice for a FHIR R5 `CodeableReference` value
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "http://hl7.org/fhir/StructureDefinition/_datatype"
............. value[x] 1..1 string Value of extension
Fixed Value: CodeableReference
............ extension:concept 0..1 Extension R5: Reference to a concept (by class)
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "concept"
............. value[x] 0..1 CodeableConcept Reference to a concept (by class)
............ extension:reference 0..1 Extension R5: Reference to a resource (by instance)
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "reference"
............. value[x] 0..1 Reference(Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device) Reference to a resource (by instance)
........... url 1..1 uri "device"
.......... extension:value 0..* Extension R5: Measured distance from body landmark (new)
Constraints: ext-1
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
........... url 1..1 uri "value"
........... value[x] 0..1 Quantity Measured distance from body landmark
......... url 1..1 uri "distanceFromLandmark"
........ extension:surfaceOrientation 0..* Extension R5: Relative landmark surface orientation (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "surfaceOrientation"
......... value[x] 0..1 CodeableConcept Relative landmark surface orientation
....... url 1..1 uri "bodyLandmarkOrientation"
...... extension:spatialReference 0..* Extension R5: Cartesian reference for structure (new)
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "spatialReference"
....... value[x] 0..1 Reference(Cross-version Profile for R5.ImagingSelection for use in FHIR R4(0.1.0) | Basic) Cartesian reference for structure
...... extension:qualifier 0..* Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "qualifier"
....... value[x] 0..1 CodeableConcept Code that represents the included structure qualifier
Binding: Body Structure Qualifier (preferred)
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Body structure identifier
... active ?!Σ 0..1 boolean Whether this record is in active use
... morphology Σ 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... description Σ 0..1 string Text description
... image 0..* Attachment Attached images
... patient Σ 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:structure.​value[x] Base preferred SNOMED CT Body Structures 📦4.0.1 FHIR Std.
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:qualifier.​value[x] Base preferred Body Structure Qualifier 📦2.0.0 HL7 Europe Base and Core FHIR IG v2.0
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error BodyStructure If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error 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-4 error 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-5 error BodyStructure If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice BodyStructure A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from BodyStructureEuCore

Summary

Structures

This structure refers to these other structures:

Maturity: 2

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore Specific and identified anatomical structure
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: eHDSI Language (required)
... Slices for extension Content/Rules for all slices
.... extension:includedStructure 0..* (Complex) R5: Included anatomic location(s) (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure
Constraints: ext-1
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:structure 1..1 Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "structure"
....... value[x] 1..1 CodeableConcept Code that represents the included structure
Binding: SNOMEDCTBodyStructures (preferred)
...... extension:laterality 0..1 Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "laterality"
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
...... extension:bodyLandmarkOrientation 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
....... Slices for extension Content/Rules for all slices
........ extension:landmarkDescription 0..* Extension R5: Body ]andmark description (new)
Constraints: ext-1
......... url 1..1 uri "landmarkDescription"
........ extension:clockFacePosition 0..* Extension R5: Clockface orientation (new)
Constraints: ext-1
......... url 1..1 uri "clockFacePosition"
........ extension:distanceFromLandmark 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
......... Slices for extension Content/Rules for all slices
.......... extension:device 0..* Extension R5: Measurement device (new)
Constraints: ext-1
........... Slices for extension Content/Rules for all slices
............ extension:_datatype 1..1 Extension DataType slice for a FHIR R5 `CodeableReference` value
Constraints: ext-1
............. url 1..1 uri "http://hl7.org/fhir/StructureDefinition/_datatype"
............. value[x] 1..1 string Value of extension
Fixed Value: CodeableReference
............ extension:concept 0..1 Extension R5: Reference to a concept (by class)
Constraints: ext-1
............. url 1..1 uri "concept"
............ extension:reference 0..1 Extension R5: Reference to a resource (by instance)
Constraints: ext-1
............. url 1..1 uri "reference"
........... url 1..1 uri "device"
.......... extension:value 0..* Extension R5: Measured distance from body landmark (new)
Constraints: ext-1
........... url 1..1 uri "value"
......... url 1..1 uri "distanceFromLandmark"
........ extension:surfaceOrientation 0..* Extension R5: Relative landmark surface orientation (new)
Constraints: ext-1
......... url 1..1 uri "surfaceOrientation"
....... url 1..1 uri "bodyLandmarkOrientation"
...... extension:spatialReference 0..* Extension R5: Cartesian reference for structure (new)
Constraints: ext-1
....... url 1..1 uri "spatialReference"
...... extension:qualifier 0..* Extension Extension
Constraints: ext-1
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "qualifier"
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
... active ?!Σ 0..1 boolean Whether this record is in active use
... morphology Σ 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... patient Σ 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:structure.​value[x] Base preferred SNOMED CT Body Structures 📦4.0.1 FHIR Std.
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error BodyStructure If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error 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-4 error 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-5 error BodyStructure If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice BodyStructure A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error BodyStructure.extension:includedStructure, BodyStructure.extension:includedStructure.extension, BodyStructure.extension:includedStructure.extension:structure, BodyStructure.extension:includedStructure.extension:laterality, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:landmarkDescription, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:clockFacePosition, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:_datatype, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:concept, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:device.extension:reference, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:distanceFromLandmark.extension:value, BodyStructure.extension:includedStructure.extension:bodyLandmarkOrientation.extension:surfaceOrientation, BodyStructure.extension:includedStructure.extension:spatialReference, BodyStructure.extension:includedStructure.extension:qualifier, BodyStructure.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from BodyStructureEuCore

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore Specific and identified anatomical structure
... language 0..1 code Language of the resource content
Binding: eHDSI Language (required)
... Slices for extension Content/Rules for all slices
.... extension:includedStructure 0..* R5 BodyStructure.includedStructure R5: Included anatomic location(s) (new)
..... Slices for extension Content/Rules for all slices
...... extension:laterality 0..1 Extension Extension
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
... morphology 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... locationQualifier 0..0 CodeableConcept Body site modifier
Binding: eHDSI Body Structure Location Qualifier with exceptions (required)
... patient 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG
BodyStructure.location Base required eHDSI Body Site With Exceptions 📦1.0.0 This IG
BodyStructure.locationQualifier Base required eHDSI Body Structure Location Qualifier with exceptions 📦1.0.0 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. BodyStructure 0..* BodyStructureEuCore 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
... text 0..1 Narrative Textual description of the body structure
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:includedStructure 0..* (Complex) R5: Included anatomic location(s) (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure
Constraints: ext-1
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:structure 1..1 Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "structure"
....... value[x] 1..1 CodeableConcept Code that represents the included structure
Binding: SNOMEDCTBodyStructures (preferred)
...... extension:laterality 0..1 Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "laterality"
....... value[x] 0..1 CodeableConcept Code that represents the included structure laterality
Binding: eHDSI Body Site Laterality (required)
...... extension:bodyLandmarkOrientation 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
........ extension:landmarkDescription 0..* Extension R5: Body ]andmark description (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "landmarkDescription"
......... value[x] 0..1 CodeableConcept Body ]andmark description
........ extension:clockFacePosition 0..* Extension R5: Clockface orientation (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "clockFacePosition"
......... value[x] 0..1 CodeableConcept Clockface orientation
........ extension:distanceFromLandmark 0..* Extension R5: Landmark relative location (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.......... extension:device 0..* Extension R5: Measurement device (new)
Constraints: ext-1
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
............ extension:_datatype 1..1 Extension DataType slice for a FHIR R5 `CodeableReference` value
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "http://hl7.org/fhir/StructureDefinition/_datatype"
............. value[x] 1..1 string Value of extension
Fixed Value: CodeableReference
............ extension:concept 0..1 Extension R5: Reference to a concept (by class)
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "concept"
............. value[x] 0..1 CodeableConcept Reference to a concept (by class)
............ extension:reference 0..1 Extension R5: Reference to a resource (by instance)
Constraints: ext-1
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
............. url 1..1 uri "reference"
............. value[x] 0..1 Reference(Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device) Reference to a resource (by instance)
........... url 1..1 uri "device"
.......... extension:value 0..* Extension R5: Measured distance from body landmark (new)
Constraints: ext-1
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
........... url 1..1 uri "value"
........... value[x] 0..1 Quantity Measured distance from body landmark
......... url 1..1 uri "distanceFromLandmark"
........ extension:surfaceOrientation 0..* Extension R5: Relative landmark surface orientation (new)
Constraints: ext-1
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
......... url 1..1 uri "surfaceOrientation"
......... value[x] 0..1 CodeableConcept Relative landmark surface orientation
....... url 1..1 uri "bodyLandmarkOrientation"
...... extension:spatialReference 0..* Extension R5: Cartesian reference for structure (new)
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "spatialReference"
....... value[x] 0..1 Reference(Cross-version Profile for R5.ImagingSelection for use in FHIR R4(0.1.0) | Basic) Cartesian reference for structure
...... extension:qualifier 0..* Extension Extension
Constraints: ext-1
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... url 1..1 uri "qualifier"
....... value[x] 0..1 CodeableConcept Code that represents the included structure qualifier
Binding: Body Structure Qualifier (preferred)
..... url 1..1 uri "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Body structure identifier
... active ?!Σ 0..1 boolean Whether this record is in active use
... morphology Σ 0..1 CodeableConcept Kind of Structure
Binding: eHDSI Morphologic Abnormality With Exceptions (required)
... description Σ 0..1 string Text description
... image 0..* Attachment Attached images
... patient Σ 1..1 Reference(Patient (Core)) Who this is about

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
BodyStructure.language Base required eHDSI Language 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:structure.​value[x] Base preferred SNOMED CT Body Structures 📦4.0.1 FHIR Std.
BodyStructure.extension:includedStructure.​extension:laterality.​value[x] Base required eHDSI Body Site Laterality 📦9.1.0 MyHealthEu MVC package v9.1
BodyStructure.extension:includedStructure.​extension:qualifier.​value[x] Base preferred Body Structure Qualifier 📦2.0.0 HL7 Europe Base and Core FHIR IG v2.0
BodyStructure.morphology Base required eHDSI Morphologic Abnormality With Exceptions 📦1.0.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error BodyStructure If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error 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-4 error 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-5 error BodyStructure If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice BodyStructure A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from BodyStructureEuCore

Summary

Structures

This structure refers to these other structures:

Maturity: 2

 

Other representations of profile: CSV, Excel, Schematron