Magentus Practice Management FHIR Implementation Guide
1.2.16 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.16) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: EOrders Communication Request Provider

Official URL: http://fhir.geniesolutions.io/StructureDefinition/eorders-communicationrequest-provider Version: 1.2.16
Draft as of 2024-08-15 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:

Formal Views of Profile Content

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

This structure is derived from CommunicationRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status S 1..1 code active
Fixed Value: active
... category S 1..1 CodeableConcept alert
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
... priority S 0..1 code routine | urgent | asap | stat
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... authoredOn S 1..1 dateTime Date/time when communication request direction obtained
... requester S 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... reference 1..1 string Reference to contained PractitionerRole resource
... sender S 1..1 Reference(Genie Organization) Diagnostic organization sending the communication

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status ?!SΣ 1..1 code active
Binding: RequestStatus (required): The status of the communication request.


Fixed Value: active
... category 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
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Codes indicating the relative importance of a communication request.

... doNotPerform ?!Σ 0..1 boolean True if request is prohibiting action
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... authoredOn SΣ 1..1 dateTime Date/time when communication request direction obtained
... requester SΣ 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... reference ΣC 1..1 string Reference to contained PractitionerRole resource
... sender SΣ 1..1 Reference(Genie Organization) Diagnostic organization sending the communication

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CommunicationRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
from the FHIR Standard
CommunicationRequest.categoryexamplePattern: alert
http://hl7.org/fhir/ValueSet/communication-category
from the FHIR Standard
CommunicationRequest.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorCommunicationRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCommunicationRequestIf 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-4errorCommunicationRequestIf 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-5errorCommunicationRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCommunicationRequestA 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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier
... basedOn Σ 0..* Reference(Resource) Fulfills plan or proposal
... replaces Σ 0..* Reference(CommunicationRequest) Request(s) replaced by this request
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status ?!SΣ 1..1 code active
Binding: RequestStatus (required): The status of the communication request.


Fixed Value: active
... statusReason 0..1 CodeableConcept Reason for current status
Binding Description (No ValueSet): (example): Codes identifying the reason for the current state of a request.

... category 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
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Codes indicating the relative importance of a communication request.

... doNotPerform ?!Σ 0..1 boolean True if request is prohibiting action
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... payload 0..* BackboneElement Message payload
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... content[x] 1..1 Message part content
..... contentString string
..... contentAttachment Attachment
..... contentReference Reference(Resource)
... occurrence[x] Σ 0..1 When scheduled
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
... authoredOn SΣ 1..1 dateTime Date/time when communication request direction obtained
... requester SΣ 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Reference to contained PractitionerRole resource
.... type Σ 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).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... sender SΣ 1..1 Reference(Genie Organization) Diagnostic organization sending the communication
... reasonCode Σ 0..* CodeableConcept Why is communication needed?
Binding: v3 Code System ActReason (example): Codes for describing reasons for the occurrence of a communication.


... reasonReference Σ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why is communication needed?
... note 0..* Annotation Comments made about communication request

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CommunicationRequest.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
CommunicationRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
from the FHIR Standard
CommunicationRequest.statusReasonexample
CommunicationRequest.categoryexamplePattern: alert
http://hl7.org/fhir/ValueSet/communication-category
from the FHIR Standard
CommunicationRequest.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG
CommunicationRequest.recipient.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
CommunicationRequest.reasonCodeexampleActReason
http://terminology.hl7.org/ValueSet/v3-ActReason

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorCommunicationRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCommunicationRequestIf 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-4errorCommunicationRequestIf 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-5errorCommunicationRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCommunicationRequestA 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()

Differential View

This structure is derived from CommunicationRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status S 1..1 code active
Fixed Value: active
... category S 1..1 CodeableConcept alert
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
... priority S 0..1 code routine | urgent | asap | stat
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... authoredOn S 1..1 dateTime Date/time when communication request direction obtained
... requester S 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... reference 1..1 string Reference to contained PractitionerRole resource
... sender S 1..1 Reference(Genie Organization) Diagnostic organization sending the communication

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status ?!SΣ 1..1 code active
Binding: RequestStatus (required): The status of the communication request.


Fixed Value: active
... category 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
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Codes indicating the relative importance of a communication request.

... doNotPerform ?!Σ 0..1 boolean True if request is prohibiting action
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... authoredOn SΣ 1..1 dateTime Date/time when communication request direction obtained
... requester SΣ 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... reference ΣC 1..1 string Reference to contained PractitionerRole resource
... sender SΣ 1..1 Reference(Genie Organization) Diagnostic organization sending the communication

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CommunicationRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
from the FHIR Standard
CommunicationRequest.categoryexamplePattern: alert
http://hl7.org/fhir/ValueSet/communication-category
from the FHIR Standard
CommunicationRequest.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorCommunicationRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCommunicationRequestIf 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-4errorCommunicationRequestIf 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-5errorCommunicationRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCommunicationRequestA 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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CommunicationRequest 0..* CommunicationRequest EOrders communication request to clinical provider
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained 1..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:recipient S 1..1 EOrdersPractitionerRoleContact Individual provider with communication contact details
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier
... basedOn Σ 0..* Reference(Resource) Fulfills plan or proposal
... replaces Σ 0..* Reference(CommunicationRequest) Request(s) replaced by this request
... groupIdentifier S 1..1 EOrdersPlacerGroupNumber EOrders Placer Group Number
... status ?!SΣ 1..1 code active
Binding: RequestStatus (required): The status of the communication request.


Fixed Value: active
... statusReason 0..1 CodeableConcept Reason for current status
Binding Description (No ValueSet): (example): Codes identifying the reason for the current state of a request.

... category 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
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/communication-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: alert
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... priority SΣ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Codes indicating the relative importance of a communication request.

... doNotPerform ?!Σ 0..1 boolean True if request is prohibiting action
... medium S 1..1 CodeableConcept PHONE
Binding: EOrders Communication Urgent Medium codes (required)
... subject S 1..1 Reference(Genie Patient) Patient that is the subject of the Diagnostic Service
... about S 1..* Reference(EOrders Diagnostic Request) Diagnostic request the urgent communication is about
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... payload 0..* BackboneElement Message payload
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... content[x] 1..1 Message part content
..... contentString string
..... contentAttachment Attachment
..... contentReference Reference(Resource)
... occurrence[x] Σ 0..1 When scheduled
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
... authoredOn SΣ 1..1 dateTime Date/time when communication request direction obtained
... requester SΣ 1..1 Reference(Genie PractitionerRole) Individual provider requesting the communication
... recipient S 1..1 Reference(EOrders PractitionerRole Contact) Individual provider receiving the communication represented as a contained PractitionerRole with communication contact details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Reference to contained PractitionerRole resource
.... type Σ 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).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... sender SΣ 1..1 Reference(Genie Organization) Diagnostic organization sending the communication
... reasonCode Σ 0..* CodeableConcept Why is communication needed?
Binding: v3 Code System ActReason (example): Codes for describing reasons for the occurrence of a communication.


... reasonReference Σ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why is communication needed?
... note 0..* Annotation Comments made about communication request

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CommunicationRequest.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
CommunicationRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
from the FHIR Standard
CommunicationRequest.statusReasonexample
CommunicationRequest.categoryexamplePattern: alert
http://hl7.org/fhir/ValueSet/communication-category
from the FHIR Standard
CommunicationRequest.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
CommunicationRequest.mediumrequiredEOrdersCommunicationUrgentMedium
http://fhir.geniesolutions.io/ValueSet/eorders-communication-urgent-medium
from this IG
CommunicationRequest.recipient.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
CommunicationRequest.reasonCodeexampleActReason
http://terminology.hl7.org/ValueSet/v3-ActReason

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorCommunicationRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCommunicationRequestIf 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-4errorCommunicationRequestIf 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-5errorCommunicationRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCommunicationRequestA 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