Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build
Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: http://fhir.geniesolutions.io/StructureDefinition/eorders-communicationrequest-provider | Version: 1.2.35 | |||
Draft as of 2025-03-02 | Computable Name: EOrdersCommunicationRequestProvider |
EOrders communication request to clinical provider. This is used when the requesting clinician requires urgent contact relating to the results of a request. The request should be marked as 'urgent' to match the 'urgent' communication request.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider 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 | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details |
![]() ![]() ![]() |
?! | 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 |
![]() ![]() ![]() |
SΣ | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | active Binding: RequestStatus (required): The status of the communication request. ele-1: All FHIR elements must have a @value or children Fixed Value: active |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Binding: CommunicationCategory (example): Codes for general categories of communications such as alerts, instruction, etc. ele-1: All FHIR elements must have a @value or children Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |
![]() ![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Codes indicating the relative importance of a communication request. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if request is prohibiting action ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | dateTime | Date/time when communication request direction obtained ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Reference to contained PractitionerRole resource ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet / Code | URI |
CommunicationRequest.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/request-status|4.0.1 from the FHIR Standard | |
CommunicationRequest.category | example | Pattern: alerthttp://hl7.org/fhir/ValueSet/communication-category from the FHIR Standard | |
CommunicationRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 from the FHIR Standard | |
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | CommunicationRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | CommunicationRequest | 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 | CommunicationRequest | 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 | CommunicationRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | CommunicationRequest | 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() |
This structure is derived from CommunicationRequest
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider | |
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details |
![]() ![]() ![]() |
S | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of |
![]() ![]() ![]() |
S | 1..1 | code | active Fixed Value: active |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |
![]() ![]() ![]() |
S | 0..1 | code | routine | urgent | asap | stat |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service |
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about |
![]() ![]() ![]() |
S | 1..1 | dateTime | Date/time when communication request direction obtained |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication |
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details |
![]() ![]() ![]() ![]() |
1..1 | string | Reference to contained PractitionerRole resource | |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication |
![]() |
Path | Conformance | ValueSet | URI |
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider | |||||
![]() ![]() ![]() |
Σ | 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.
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details | ||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Unique identifier | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Resource) | Fulfills plan or proposal | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(CommunicationRequest) | Request(s) replaced by this request | ||||
![]() ![]() ![]() |
SΣ | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | active Binding: RequestStatus (required): The status of the communication request. Fixed Value: active | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Reason for current status Binding Description (No ValueSet): (example): Codes identifying the reason for the current state of a request. | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Binding: CommunicationCategory (example): Codes for general categories of communications such as alerts, instruction, etc. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Codes indicating the relative importance of a communication request. | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if request is prohibiting action | ||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service | ||||
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Message payload | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Message part content | ||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
Attachment | |||||||
![]() ![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() |
Σ | 0..1 | When scheduled | |||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | dateTime | Date/time when communication request direction obtained | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Reference to contained PractitionerRole resource | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Why is communication needed? Binding: v3 Code System ActReason (example): Codes for describing reasons for the occurrence of a communication. | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why is communication needed? | ||||
![]() ![]() ![]() |
0..* | Annotation | Comments made about communication request | |||||
![]() |
Path | Conformance | ValueSet / Code | URI | |||
CommunicationRequest.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages from the FHIR Standard
| ||||
CommunicationRequest.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/request-status|4.0.1 from the FHIR Standard | ||||
CommunicationRequest.statusReason | example | |||||
CommunicationRequest.category | example | Pattern: alerthttp://hl7.org/fhir/ValueSet/communication-category from the FHIR Standard | ||||
CommunicationRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 from the FHIR Standard | ||||
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG | ||||
CommunicationRequest.recipient.type | extensible | ResourceTypehttp://hl7.org/fhir/ValueSet/resource-types from the FHIR Standard | ||||
CommunicationRequest.reasonCode | example | ActReasonhttp://terminology.hl7.org/ValueSet/v3-ActReason |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | CommunicationRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | CommunicationRequest | 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 | CommunicationRequest | 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 | CommunicationRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | CommunicationRequest | 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() |
This structure is derived from CommunicationRequest
Summary
Mandatory: 12 elements
Must-Support: 12 elements
Fixed: 1 element
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider 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 | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details |
![]() ![]() ![]() |
?! | 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 |
![]() ![]() ![]() |
SΣ | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | active Binding: RequestStatus (required): The status of the communication request. ele-1: All FHIR elements must have a @value or children Fixed Value: active |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Binding: CommunicationCategory (example): Codes for general categories of communications such as alerts, instruction, etc. ele-1: All FHIR elements must have a @value or children Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |
![]() ![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Codes indicating the relative importance of a communication request. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if request is prohibiting action ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | dateTime | Date/time when communication request direction obtained ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Reference to contained PractitionerRole resource ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet / Code | URI |
CommunicationRequest.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/request-status|4.0.1 from the FHIR Standard | |
CommunicationRequest.category | example | Pattern: alerthttp://hl7.org/fhir/ValueSet/communication-category from the FHIR Standard | |
CommunicationRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 from the FHIR Standard | |
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | CommunicationRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | CommunicationRequest | 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 | CommunicationRequest | 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 | CommunicationRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | CommunicationRequest | 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() |
Differential View
This structure is derived from CommunicationRequest
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider | |
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details |
![]() ![]() ![]() |
S | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of |
![]() ![]() ![]() |
S | 1..1 | code | active Fixed Value: active |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |
![]() ![]() ![]() |
S | 0..1 | code | routine | urgent | asap | stat |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service |
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about |
![]() ![]() ![]() |
S | 1..1 | dateTime | Date/time when communication request direction obtained |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication |
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details |
![]() ![]() ![]() ![]() |
1..1 | string | Reference to contained PractitionerRole resource | |
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication |
![]() |
Path | Conformance | ValueSet | URI |
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | CommunicationRequest | EOrders communication request to clinical provider | |||||
![]() ![]() ![]() |
Σ | 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.
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
1..* | Resource | Contained, inline Resources Slice: Unordered, Open by type:$this | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | EOrdersPractitionerRoleContact | Individual provider with communication contact details | ||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Unique identifier | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Resource) | Fulfills plan or proposal | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(CommunicationRequest) | Request(s) replaced by this request | ||||
![]() ![]() ![]() |
SΣ | 1..1 | EOrdersPlacerGroupNumber | Composite request this is part of | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | active Binding: RequestStatus (required): The status of the communication request. Fixed Value: active | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Reason for current status Binding Description (No ValueSet): (example): Codes identifying the reason for the current state of a request. | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | alert Binding: CommunicationCategory (example): Codes for general categories of communications such as alerts, instruction, etc. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: alert | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() |
SΣ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Codes indicating the relative importance of a communication request. | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | True if request is prohibiting action | ||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | PHONE Binding: EOrders Communication Urgent Medium codes (required) | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(Genie Patient) | Patient that is the subject of the Diagnostic Service | ||||
![]() ![]() ![]() |
S | 1..* | Reference(EOrders Diagnostic Request | EOrders Pathology Request | EOrders Radiology Request) | Diagnostic request the urgent communication is about | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Message payload | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Message part content | ||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
Attachment | |||||||
![]() ![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() |
Σ | 0..1 | When scheduled | |||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | dateTime | Date/time when communication request direction obtained | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie PractitionerRole) | Individual provider requesting the communication | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(EOrders PractitionerRole Contact) | Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Reference to contained PractitionerRole resource | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Genie Organization) | Diagnostic organization sending the communication | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Why is communication needed? Binding: v3 Code System ActReason (example): Codes for describing reasons for the occurrence of a communication. | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why is communication needed? | ||||
![]() ![]() ![]() |
0..* | Annotation | Comments made about communication request | |||||
![]() |
Path | Conformance | ValueSet / Code | URI | |||
CommunicationRequest.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages from the FHIR Standard
| ||||
CommunicationRequest.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/request-status|4.0.1 from the FHIR Standard | ||||
CommunicationRequest.statusReason | example | |||||
CommunicationRequest.category | example | Pattern: alerthttp://hl7.org/fhir/ValueSet/communication-category from the FHIR Standard | ||||
CommunicationRequest.priority | required | RequestPriorityhttp://hl7.org/fhir/ValueSet/request-priority|4.0.1 from the FHIR Standard | ||||
CommunicationRequest.medium | required | EOrdersCommunicationUrgentMediumhttp://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium from this IG | ||||
CommunicationRequest.recipient.type | extensible | ResourceTypehttp://hl7.org/fhir/ValueSet/resource-types from the FHIR Standard | ||||
CommunicationRequest.reasonCode | example | ActReasonhttp://terminology.hl7.org/ValueSet/v3-ActReason |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | CommunicationRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | CommunicationRequest | 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 | CommunicationRequest | 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 | CommunicationRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | CommunicationRequest | 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() |
This structure is derived from CommunicationRequest
Summary
Mandatory: 12 elements
Must-Support: 12 elements
Fixed: 1 element
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron