HL7 Europe Imaging Study Report
0.1.0 - ci-build 150

HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions

Resource Profile: Imaging results from Procedure Phase

Official URL: http://hl7.eu/fhir/imaging/StructureDefinition/im-imaging-study-phase Version: 0.1.0
Standards status: Draft Maturity Level: 1 Computable Name: ImImagingStudyPhase

Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License

Represents the part of an imaging study that relates to a procedure phase such as e.g., without contrast, arterial phase, venous phase, delayed phase. Only some types of studies have phases.

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. ImagingSelection 0..* ImImagingSelection A selection of DICOM SOP instances and/or frames
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: 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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... meta Σ 0..1 Meta Metadata about the resource
ele-1: All FHIR elements must have a @value or children
.... security SΣ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


ele-1: All FHIR elements must have a @value or children
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... language S 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set

ele-1: All FHIR elements must have a @value or children
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... status ?!SΣ 1..1 code available | entered-in-error | unknown
Binding: ImagingSelectionStatus (required): The status of the ImagingSelection.


ele-1: All FHIR elements must have a @value or children
... subject SOΣ 1..1 Reference(Patient | Group | Device | Location | Organization | Procedure | Practitioner | Medication | Substance | Specimen) Subject of the selected instances
ele-1: All FHIR elements must have a @value or children
ObligationsActor
SHALL:populate-if-known IM Producer
... Slices for category SΣ 1..* CodeableConcept Classifies the imaging selection
Slice: Unordered, Open by value:""coding""
Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title.


ele-1: All FHIR elements must have a @value or children
.... category:phase SΣ 1..1 CodeableConcept Classifies the imaging selection
Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title.


ele-1: All FHIR elements must have a @value or children
..... coding SΣ 1..1 Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children

Required Pattern: At least the following
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 128954007
...... display 1..1 string Representation defined by the system
Fixed Value: Procedure phase
... code SΣ 1..1 CodeableConcept Imaging Selection purpose text or code
Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title.


ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ImagingSelection.meta.securityextensibleAllSecurityLabels
http://hl7.org/fhir/ValueSet/security-labels
from the FHIR Standard
ImagingSelection.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
ImagingSelection.statusrequiredImagingSelectionStatus
http://hl7.org/fhir/ValueSet/imagingselection-status|5.0.0
from the FHIR Standard
ImagingSelection.categoryexampleKeyObjectSelectionDocumentTitle
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html
ImagingSelection.category:phaseexampleKeyObjectSelectionDocumentTitle
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html
ImagingSelection.codeexampleKeyObjectSelectionDocumentTitle
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorImagingSelectionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorImagingSelectionIf 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorImagingSelectionIf 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-5errorImagingSelectionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceImagingSelectionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron