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

Data Type Profile: Imaging Accession Number Reference

Official URL: http://hl7.eu/fhir/imaging/StructureDefinition/im-order-reference Version: 0.1.0
Standards status: Draft Maturity Level: 1 Computable Name: ImOrderReference

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

This profile on Reference represents a reference to an Imaging Order.

Usage:

  • This DataType Constraint is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Reference C 0..* Reference A reference from one resource to another
ele-1: All FHIR elements must have a @value or children
ref-1: SHALL have a contained resource if a local reference is provided
ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
... reference SΣC 1..1 string Literal reference, Relative, internal or absolute URL
ele-1: All FHIR elements must have a @value or children
... identifier SOΣC 0..1 ImAccessionNumberIdentifier Logical reference, when literal reference is not known
ele-1: All FHIR elements must have a @value or children
ObligationsActor
SHALL:populate-if-known IM Producer

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ref-1errorReferenceSHALL have a contained resource if a local reference is provided
: reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
ref-2errorReferenceAt least one of reference, identifier and display SHALL be present (unless an extension is provided).
: reference.exists() or identifier.exists() or display.exists() or extension.exists()

 

Other representations of profile: CSV, Excel, Schematron