MyHealth@Eu Imaging Diagnostic Report
0.0.1 - ci-build 150

MyHealth@Eu Imaging Diagnostic Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: ServiceRequest: IDR

Official URL: http://fhir.ehdsi.eu/idr/StructureDefinition/ServiceRequest-idr-myhealtheu Version: 0.0.1
Draft as of 2025-06-05 Computable Name: ServiceRequestIdrMyHealthEu

This profile defines how to represent a Laboratory Order in HL7 FHIR for the purpose of this guide.

Usages:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier OΣ 0..* Identifier Identifiers assigned to this order
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... status ?!Σ 1..1 code The status of a service order
Binding: RequestStatus (required): The status of a service order.
... intent ?!Σ 1..1 code The kind of service reques
Binding: RequestIntent (required): The kind of service request.
... doNotPerform ?!Σ 0..1 boolean True if service/procedure should not be performed
... code Σ 0..1 CodeableConcept What is being requested/ordered
Binding: eHDSI Laboratory Codes with exceptions (required)
... subject Σ 1..1 Reference(Patient: IDR) Individual or Entity the service is ordered for
... authoredOn OΣ 0..1 dateTime Date request signed
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... requester OΣ 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) Who/what is requesting service
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... reasonCode OΣ 0..* CodeableConcept Explanation/Justification for procedure or service
Binding: eHDSI Order Reason (required)
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... reasonReference OΣ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Explanation/Justification for service or service
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler
... insurance O 0..* Reference(Coverage: IDR) Associated insurance coverage
ObligationsActor
SHALL:handle Imaging Diagnostic Report Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ServiceRequest.statusrequiredRequestStatus
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredRequestIntent
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.coderequiredEHDSILabCodeWithExceptions
http://fhir.ehdsi.eu/idr/ValueSet/eHDSILabCodeWithExceptions
From this IG
ServiceRequest.reasonCoderequiredEHDSIOrderReason
http://fhir.ehdsi.eu/idr/ValueSet/eHDSIOrderReason
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA 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()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

 

Other representations of profile: CSV, Excel, Schematron