Breast Radiology Reporting

Publish Box goes here

BreastRadiologyDocument

 

The official URL for this profile is:

http://www.cimi.com/fhir/StructureDefinition/breastrad-BreastRadiologyDocument

Breast Radiology Report

This profile builds on Composition.

This profile was published on Wed Jul 17 00:00:00 CDT 2019 as a draft by Hl7.

Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron

 

Terminology Bindings

PathConformanceValueSet
Composition:breastrad-BreastRadiologyDocument.languagepreferredCommonLanguages
Max Binding: AllLanguages
Composition:breastrad-BreastRadiologyDocument.statusrequiredCompositionStatus
Composition:breastrad-BreastRadiologyDocument.typepreferredFHIRDocumentTypeCodes
Composition:breastrad-BreastRadiologyDocument.categoryexampleDocumentClassValueSet
Composition:breastrad-BreastRadiologyDocument.confidentialityrequiredv3.ConfidentialityClassification
Composition:breastrad-BreastRadiologyDocument.attester.moderequiredCompositionAttestationMode
Composition:breastrad-BreastRadiologyDocument.relatesTo.coderequiredDocumentRelationshipType
Composition:breastrad-BreastRadiologyDocument.event.codeexamplev3.ActCode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.section.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.section.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.section.orderedBypreferredListOrderCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-PatientHistory.section.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.section.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.section.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.section.orderedBypreferredListOrderCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Findings.section.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.section.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.section.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.section.orderedBypreferredListOrderCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Impressions.section.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.emptyReasonpreferredListEmptyReasons
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.section.codeexampleDocumentSectionCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.section.moderequiredListMode
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.section.orderedBypreferredListOrderCodes
Composition:breastrad-BreastRadiologyDocument.section:breastrad-Recommendations.section.emptyReasonpreferredListEmptyReasons

 

Constraints

IdPathDetailsRequirements
dom-2CompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-4CompositionIf 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-3CompositionIf 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-6CompositionA resource should have narrative for robust management
: text.div.exists()
dom-5CompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
ele-1Composition.attesterAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Composition.relatesToAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Composition.eventAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
cmp-1Composition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
cmp-1Composition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
cmp-1Composition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
cmp-1Composition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
cmp-1Composition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()