German Oncological Data Standard (GOLD)
0.1.0 - CI Build
German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/body-structure-base | Version: 0.1.0 | |||
Draft as of 2023-12-13 | Computable Name: Body_Structure_Base | |||
Copyright/Legal: CC-BY-SA-4.0 |
Profile for the base definition of all body structures.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from BodyStructure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis |
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure |
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure |
![]() ![]() ![]() | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type | |
![]() ![]() ![]() ![]() | 1..1 | Identifier | Bodystructure identifier | |
![]() ![]() ![]() ![]() ![]() | 0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: usual | |
![]() ![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | The value that is unique | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis |
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure |
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type |
![]() ![]() ![]() ![]() | Σ | 1..1 | Identifier | Bodystructure identifier |
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: usual |
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 1..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Whether this record is in active use |
![]() ![]() ![]() | Σ | 1..1 | Reference(Patient) | Who this is about |
![]() |
Path | Conformance | ValueSet / Code |
BodyStructure.identifier:bodyStructureIdentifier.use | required | Pattern: usual |
BodyStructure.identifier:bodyStructureIdentifier.type | extensible | Pattern: BodyStructure |
Id | Grade | Path(s) | Details | Requirements |
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() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis | ||||
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure | ||||
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure | ||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | Identifier | Bodystructure identifier | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: usual | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 1..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Whether this record is in active use | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Kind of Structure Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology. | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text description | ||||
![]() ![]() ![]() | 0..* | Attachment | Attached images | |||||
![]() ![]() ![]() | Σ | 1..1 | Reference(Patient) | Who this is about | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
BodyStructure.language | preferred | CommonLanguages
| ||||
BodyStructure.identifier:bodyStructureIdentifier.use | required | Pattern: usual | ||||
BodyStructure.identifier:bodyStructureIdentifier.type | extensible | Pattern: BodyStructure | ||||
BodyStructure.morphology | example | SNOMEDCTMorphologicAbnormalities |
Id | Grade | Path(s) | Details | Requirements |
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 BodyStructure
Summary
Mandatory: 7 elements
Must-Support: 3 elements
Prohibited: 2 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Differential View
This structure is derived from BodyStructure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis |
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure |
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure |
![]() ![]() ![]() | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type | |
![]() ![]() ![]() ![]() | 1..1 | Identifier | Bodystructure identifier | |
![]() ![]() ![]() ![]() ![]() | 0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: usual | |
![]() ![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | The value that is unique | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis |
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure |
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type |
![]() ![]() ![]() ![]() | Σ | 1..1 | Identifier | Bodystructure identifier |
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: usual |
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 1..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Whether this record is in active use |
![]() ![]() ![]() | Σ | 1..1 | Reference(Patient) | Who this is about |
![]() |
Path | Conformance | ValueSet / Code |
BodyStructure.identifier:bodyStructureIdentifier.use | required | Pattern: usual |
BodyStructure.identifier:bodyStructureIdentifier.type | extensible | Pattern: BodyStructure |
Id | Grade | Path(s) | Details | Requirements |
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() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | BodyStructure | Specific and identified anatomical structure | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | S | 0..* | Reference(Condition) | Diagnosis the body structure refers to URL: https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis | ||||
![]() ![]() ![]() | S | 1..* | (Complex) | Included Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure | ||||
![]() ![]() ![]() | S | 0..* | (Complex) | Excluded Structure URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.excludedStructure | ||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 1..* | Identifier | Bodystructure identifier Slice: Unordered, Open by pattern:type | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | Identifier | Bodystructure identifier | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: usual | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/resource-types | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BodyStructure | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 1..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | boolean | Whether this record is in active use | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Kind of Structure Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology. | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text description | ||||
![]() ![]() ![]() | 0..* | Attachment | Attached images | |||||
![]() ![]() ![]() | Σ | 1..1 | Reference(Patient) | Who this is about | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
BodyStructure.language | preferred | CommonLanguages
| ||||
BodyStructure.identifier:bodyStructureIdentifier.use | required | Pattern: usual | ||||
BodyStructure.identifier:bodyStructureIdentifier.type | extensible | Pattern: BodyStructure | ||||
BodyStructure.morphology | example | SNOMEDCTMorphologicAbnormalities |
Id | Grade | Path(s) | Details | Requirements |
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 BodyStructure
Summary
Mandatory: 7 elements
Must-Support: 3 elements
Prohibited: 2 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron