HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1
0.1.0 - STU 1 Ballot

This page is part of the HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1 (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: Body Structure Eye

Defining URL:http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye
Version:0.1.0
Name:BodyStructureEye
Title:Body Structure Eye
Status:Draft as of 2021-08-12T15:09:12+00:00
Definition:

Profile of body structure appropriate for ophthalmology usage/

Publisher:HL7 International - Patient Care WG
Source Resource:XML / JSON / Turtle

The official URL for this profile is:

http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye

Formal Views of Profile Content

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

This structure is derived from BodyStructure

Summary

Must-Support: 2 elements

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 ?!Σ0..1booleanWhether this record is in active use
... morphology Σ0..1CodeableConceptKind of Structure
Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology.

... location SΣ0..1CodeableConceptBody site
Binding: Ophthalmology Body Site Eye (preferred)
... locationQualifier S0..*CodeableConceptBody site modifier
Binding: Body Structure Qualifiers (preferred)
... description Σ0..1stringText description
... image 0..*AttachmentAttached images
... patient Σ1..1Reference(Patient)Who this is about

doco Documentation for this format

This structure is derived from BodyStructure

Summary

Must-Support: 2 elements

Differential View

This structure is derived from BodyStructure

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 ?!Σ0..1booleanWhether this record is in active use
... morphology Σ0..1CodeableConceptKind of Structure
Binding: SNOMEDCTMorphologicAbnormalities (example): Codes describing anatomic morphology.

... location SΣ0..1CodeableConceptBody site
Binding: Ophthalmology Body Site Eye (preferred)
... locationQualifier S0..*CodeableConceptBody site modifier
Binding: Body Structure Qualifiers (preferred)
... description Σ0..1stringText description
... image 0..*AttachmentAttached images
... patient Σ1..1Reference(Patient)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.locationpreferredOphthalmologyBodySiteEye
BodyStructure.locationQualifierpreferredBodyStructureQualifiers

Constraints

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