HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build
HL7 Czech Imaging Report IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img/ and changes regularly. See the Directory of published versions
Official URL: https://hl7.cz/fhir/img/StructureDefinition/cz-serviceRequest-obl-img | Version: 0.1.0-ballot | |||
Standards status: Informative | Maturity Level: 0 | Computable Name: CZ_ServiceRequestObligationsImg |
This profile defines obligations for an Order information in FHIR for the purpose of this guide.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | CZ_ImagingOrderInformation | A request for a service to be performed Constraints: prr-1 | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() ![]() |
O | 1..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements
| ||||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | Target anatomic location or structure URL: http://hl7.org/fhir/StructureDefinition/bodySite | |||||||
![]() ![]() ![]() ![]() ![]() |
0..0 | |||||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/StructureDefinition/bodySite" | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Reference(Body Structure (CZ)) | Value of extension | |||||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Identifier | Identifiers assigned to this order
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order.
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request.
| ||||||
![]() ![]() ![]() |
OΣ | 1..* | CodeableConcept | Classification of service Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.
| ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if service/procedure should not be performed | ||||||
![]() ![]() ![]() |
OΣ | 1..1 | Reference(Patient (CZ core) | Patient: Animal (CZ)) | Individual or Entity the service is ordered for
| ||||||
![]() ![]() ![]() |
OΣ | 1..1 | dateTime | Date request signed
| ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Who/what is requesting service
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation.
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | Reference(Condition: Imaging Report (CZ)) | Explanation/Justification for service or service
| ||||||
![]() |
Path | Conformance | ValueSet | URI |
ServiceRequest.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 From the FHIR Standard | |
ServiceRequest.intent | required | RequestIntenthttp://hl7.org/fhir/ValueSet/request-intent|4.0.1 From the FHIR Standard | |
ServiceRequest.category | example | ServiceRequestCategoryCodeshttp://hl7.org/fhir/ValueSet/servicerequest-category From the FHIR Standard | |
ServiceRequest.reasonCode | example | ProcedureReasonCodeshttp://hl7.org/fhir/ValueSet/procedure-reason From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | 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 : 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-4 | error | ServiceRequest | If 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-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
This structure is derived from CZ_ImagingOrderInformation
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | CZ_ImagingOrderInformation | A request for a service to be performed Constraints: prr-1 | ||||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||||
![]() ![]() ![]() |
O | 1..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements
| ||||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | Target anatomic location or structure URL: http://hl7.org/fhir/StructureDefinition/bodySite | |||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..0 | |||||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/StructureDefinition/bodySite" | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Reference(Body Structure (CZ)) | Value of extension | |||||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Identifier | Identifiers assigned to this order
| ||||||
![]() ![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||||
![]() ![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Care plan: Imaging Report (CZ) | CarePlan | Service Request: Imaging Report (CZ) | ServiceRequest | MedicationRequest) | What request fulfills | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Service Request: Imaging Report (CZ) | ServiceRequest) | What request replaces | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Composite Request ID | ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order.
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request.
| ||||||
![]() ![]() ![]() |
OΣ | 1..* | CodeableConcept | Classification of service Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if service/procedure should not be performed | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | What is being requested/ordered Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred. | ||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Binding: CZ Imaging Procedure (preferred) | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||||
![]() ![]() ![]() |
ΣC | 0..* | CodeableConcept | Additional order information Binding: ServiceRequestOrderDetailsCodes (example): Codified order entry details which are based on order context. | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Service amount | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||||
![]() ![]() ![]() ![]() |
Ratio | |||||||||
![]() ![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
OΣ | 1..1 | Reference(Patient (CZ core) | Patient: Animal (CZ)) | Individual or Entity the service is ordered for
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter in which the request was created | ||||||
![]() ![]() ![]() |
Σ | 0..1 | When service should occur | |||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() ![]() |
Timing | |||||||||
![]() ![]() ![]() |
Σ | 0..1 | Preconditions for service Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example "pain", "on flare-up", etc. | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||||
![]() ![]() ![]() |
OΣ | 1..1 | dateTime | Date request signed
| ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Who/what is requesting service
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Performer role Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc. | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | CareTeam | HealthcareService | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Requested performer | ||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: DeviceType (required) | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Requested location Binding: ServiceDeliveryLocationRoleType (3.0.0) (example): A location type where services are delivered. | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Location (CZ core)) | Requested location | ||||||
![]() ![]() ![]() |
OΣ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation.
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | Reference(Condition: Imaging Report (CZ)) | Explanation/Justification for service or service
| ||||||
![]() ![]() ![]() |
0..* | Reference(Coverage (CZ)) | Associated insurance coverage | |||||||
![]() ![]() ![]() |
0..* | Reference(Medication Statement (CZ) | Body Height: Imaging Order (CZ) | Body Weight: Imaging Order (CZ) | Condition | Condition: Imaging Report (CZ) | Allergy Intolerance (CZ) | Medical Device (CZ) | Observation: Imaging Order (CZ) | Care plan: Imaging Report (CZ)) | Additional clinical information | |||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Specimen (CZ)) | Procedure Samples | ||||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Location on Body Binding: SNOMEDCTBodyStructures (preferred) | ||||||
![]() ![]() ![]() |
0..* | Annotation | Comments | |||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Patient or consumer-oriented instructions | ||||||
![]() ![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||||
![]() |
Path | Conformance | ValueSet | URI | |||
ServiceRequest.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
| ||||
ServiceRequest.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 From the FHIR Standard | ||||
ServiceRequest.intent | required | RequestIntenthttp://hl7.org/fhir/ValueSet/request-intent|4.0.1 From the FHIR Standard | ||||
ServiceRequest.category | example | ServiceRequestCategoryCodeshttp://hl7.org/fhir/ValueSet/servicerequest-category From the FHIR Standard | ||||
ServiceRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 From the FHIR Standard | ||||
ServiceRequest.code | example | ProcedureCodes(SNOMEDCT)http://hl7.org/fhir/ValueSet/procedure-code From the FHIR Standard | ||||
ServiceRequest.code.coding | preferred | CZ_ImagingProcedureVshttps://hl7.cz/fhir/img-order/ValueSet/cz-imaging-procedure-vs | ||||
ServiceRequest.orderDetail | example | ServiceRequestOrderDetailsCodeshttp://hl7.org/fhir/ValueSet/servicerequest-orderdetail From the FHIR Standard | ||||
ServiceRequest.asNeeded[x] | example | SNOMEDCTMedicationAsNeededReasonCodeshttp://hl7.org/fhir/ValueSet/medication-as-needed-reason From the FHIR Standard | ||||
ServiceRequest.performerType | example | ParticipantRoleshttp://hl7.org/fhir/ValueSet/participant-role From the FHIR Standard | ||||
ServiceRequest.performer.type | required | DeviceTypehttp://hl7.org/fhir/ValueSet/device-type From the FHIR Standard | ||||
ServiceRequest.locationCode | example | ServiceDeliveryLocationRoleTypehttp://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType|3.0.0 | ||||
ServiceRequest.reasonCode | example | ProcedureReasonCodeshttp://hl7.org/fhir/ValueSet/procedure-reason From the FHIR Standard | ||||
ServiceRequest.bodySite | preferred | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | 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 : 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-4 | error | ServiceRequest | If 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-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
This structure is derived from CZ_ImagingOrderInformation
Key Elements View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | CZ_ImagingOrderInformation | A request for a service to be performed Constraints: prr-1 | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() ![]() |
O | 1..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements
| ||||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | Target anatomic location or structure URL: http://hl7.org/fhir/StructureDefinition/bodySite | |||||||
![]() ![]() ![]() ![]() ![]() |
0..0 | |||||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/StructureDefinition/bodySite" | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Reference(Body Structure (CZ)) | Value of extension | |||||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Identifier | Identifiers assigned to this order
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order.
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request.
| ||||||
![]() ![]() ![]() |
OΣ | 1..* | CodeableConcept | Classification of service Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.
| ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if service/procedure should not be performed | ||||||
![]() ![]() ![]() |
OΣ | 1..1 | Reference(Patient (CZ core) | Patient: Animal (CZ)) | Individual or Entity the service is ordered for
| ||||||
![]() ![]() ![]() |
OΣ | 1..1 | dateTime | Date request signed
| ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Who/what is requesting service
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation.
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | Reference(Condition: Imaging Report (CZ)) | Explanation/Justification for service or service
| ||||||
![]() |
Path | Conformance | ValueSet | URI |
ServiceRequest.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 From the FHIR Standard | |
ServiceRequest.intent | required | RequestIntenthttp://hl7.org/fhir/ValueSet/request-intent|4.0.1 From the FHIR Standard | |
ServiceRequest.category | example | ServiceRequestCategoryCodeshttp://hl7.org/fhir/ValueSet/servicerequest-category From the FHIR Standard | |
ServiceRequest.reasonCode | example | ProcedureReasonCodeshttp://hl7.org/fhir/ValueSet/procedure-reason From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | 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 : 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-4 | error | ServiceRequest | If 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-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
Differential View
This structure is derived from CZ_ImagingOrderInformation
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | CZ_ImagingOrderInformation | A request for a service to be performed | |||||||
![]() ![]() ![]() |
O | 1..1 | Narrative | Text summary of the resource, for human interpretation
| ||||||
![]() ![]() ![]() |
O | 0..1 | Identifier | Identifiers assigned to this order
| ||||||
![]() ![]() ![]() |
O | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown
| ||||||
![]() ![]() ![]() |
O | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
| ||||||
![]() ![]() ![]() |
O | 1..* | CodeableConcept | Classification of service
| ||||||
![]() ![]() ![]() |
O | 1..1 | Reference(Patient (CZ core) | Patient: Animal (CZ)) | Individual or Entity the service is ordered for
| ||||||
![]() ![]() ![]() |
O | 1..1 | dateTime | Date request signed
| ||||||
![]() ![]() ![]() |
O | 0..1 | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Who/what is requesting service
| ||||||
![]() ![]() ![]() |
O | 0..* | CodeableConcept | Explanation/Justification for procedure or service
| ||||||
![]() ![]() ![]() |
O | 0..* | Reference(Condition: Imaging Report (CZ)) | Explanation/Justification for service or service
| ||||||
![]() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | CZ_ImagingOrderInformation | A request for a service to be performed Constraints: prr-1 | ||||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||||
![]() ![]() ![]() |
O | 1..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements
| ||||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | Target anatomic location or structure URL: http://hl7.org/fhir/StructureDefinition/bodySite | |||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..0 | |||||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/StructureDefinition/bodySite" | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Reference(Body Structure (CZ)) | Value of extension | |||||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Identifier | Identifiers assigned to this order
| ||||||
![]() ![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||||
![]() ![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Care plan: Imaging Report (CZ) | CarePlan | Service Request: Imaging Report (CZ) | ServiceRequest | MedicationRequest) | What request fulfills | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Service Request: Imaging Report (CZ) | ServiceRequest) | What request replaces | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Composite Request ID | ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order.
| ||||||
![]() ![]() ![]() |
?!OΣ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request.
| ||||||
![]() ![]() ![]() |
OΣ | 1..* | CodeableConcept | Classification of service Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if service/procedure should not be performed | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | What is being requested/ordered Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred. | ||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Binding: CZ Imaging Procedure (preferred) | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||||
![]() ![]() ![]() |
ΣC | 0..* | CodeableConcept | Additional order information Binding: ServiceRequestOrderDetailsCodes (example): Codified order entry details which are based on order context. | ||||||
![]() ![]() ![]() |
Σ | 0..1 | Service amount | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||||
![]() ![]() ![]() ![]() |
Ratio | |||||||||
![]() ![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
OΣ | 1..1 | Reference(Patient (CZ core) | Patient: Animal (CZ)) | Individual or Entity the service is ordered for
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter in which the request was created | ||||||
![]() ![]() ![]() |
Σ | 0..1 | When service should occur | |||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() ![]() |
Timing | |||||||||
![]() ![]() ![]() |
Σ | 0..1 | Preconditions for service Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example "pain", "on flare-up", etc. | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||||
![]() ![]() ![]() |
OΣ | 1..1 | dateTime | Date request signed
| ||||||
![]() ![]() ![]() |
OΣ | 0..1 | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Who/what is requesting service
| ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Performer role Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc. | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Practitioner (CZ core) | Practitioner Role (CZ core) | Organization (CZ core) | CareTeam | HealthcareService | Patient (CZ core) | Related Person (CZ core) | Device: Performer/Observer (CZ) | Device) | Requested performer | ||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: DeviceType (required) | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Requested location Binding: ServiceDeliveryLocationRoleType (3.0.0) (example): A location type where services are delivered. | ||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Location (CZ core)) | Requested location | ||||||
![]() ![]() ![]() |
OΣ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation.
| ||||||
![]() ![]() ![]() |
OΣ | 0..* | Reference(Condition: Imaging Report (CZ)) | Explanation/Justification for service or service
| ||||||
![]() ![]() ![]() |
0..* | Reference(Coverage (CZ)) | Associated insurance coverage | |||||||
![]() ![]() ![]() |
0..* | Reference(Medication Statement (CZ) | Body Height: Imaging Order (CZ) | Body Weight: Imaging Order (CZ) | Condition | Condition: Imaging Report (CZ) | Allergy Intolerance (CZ) | Medical Device (CZ) | Observation: Imaging Order (CZ) | Care plan: Imaging Report (CZ)) | Additional clinical information | |||||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Specimen (CZ)) | Procedure Samples | ||||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Location on Body Binding: SNOMEDCTBodyStructures (preferred) | ||||||
![]() ![]() ![]() |
0..* | Annotation | Comments | |||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Patient or consumer-oriented instructions | ||||||
![]() ![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||||
![]() |
Path | Conformance | ValueSet | URI | |||
ServiceRequest.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
| ||||
ServiceRequest.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 From the FHIR Standard | ||||
ServiceRequest.intent | required | RequestIntenthttp://hl7.org/fhir/ValueSet/request-intent|4.0.1 From the FHIR Standard | ||||
ServiceRequest.category | example | ServiceRequestCategoryCodeshttp://hl7.org/fhir/ValueSet/servicerequest-category From the FHIR Standard | ||||
ServiceRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 From the FHIR Standard | ||||
ServiceRequest.code | example | ProcedureCodes(SNOMEDCT)http://hl7.org/fhir/ValueSet/procedure-code From the FHIR Standard | ||||
ServiceRequest.code.coding | preferred | CZ_ImagingProcedureVshttps://hl7.cz/fhir/img-order/ValueSet/cz-imaging-procedure-vs | ||||
ServiceRequest.orderDetail | example | ServiceRequestOrderDetailsCodeshttp://hl7.org/fhir/ValueSet/servicerequest-orderdetail From the FHIR Standard | ||||
ServiceRequest.asNeeded[x] | example | SNOMEDCTMedicationAsNeededReasonCodeshttp://hl7.org/fhir/ValueSet/medication-as-needed-reason From the FHIR Standard | ||||
ServiceRequest.performerType | example | ParticipantRoleshttp://hl7.org/fhir/ValueSet/participant-role From the FHIR Standard | ||||
ServiceRequest.performer.type | required | DeviceTypehttp://hl7.org/fhir/ValueSet/device-type From the FHIR Standard | ||||
ServiceRequest.locationCode | example | ServiceDeliveryLocationRoleTypehttp://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType|3.0.0 | ||||
ServiceRequest.reasonCode | example | ProcedureReasonCodeshttp://hl7.org/fhir/ValueSet/procedure-reason From the FHIR Standard | ||||
ServiceRequest.bodySite | preferred | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | 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 : 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-4 | error | ServiceRequest | If 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-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
This structure is derived from CZ_ImagingOrderInformation
Other representations of profile: CSV, Excel, Schematron