PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ereq@0.4.0-preview
    http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-urgentprovider
description: This profile sets the minimum expectations for a CommunicationRequest resource used to represent a request for direct communication from a diagnostic provider (Filler) to a clinical provider for the purpose of providing urgent results. This communication is not a substitute for the formal diagnostic report, but is intended to provide timely notification of a result, usually by phone.  \nIt is based on the [AU eRequesting CommunicationRequest](StructureDefinition-au-erequesting-communicationrequest.html) and identifies the additional constraints, extensions, vocabularies and value sets that **SHALL** be present in the CommunicationRequest when conforming to this profile.
package_name: hl7.fhir.au.ereq
derivation: constraint
name: AUeRequestingCommunicationRequestUrgentProvider
type: CommunicationRequest
elements:
  category:
    index: 0
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: alert, system: 'http://terminology.hl7.org/CodeSystem/communication-category'}
        type: Coding
        index: 1
    required: [coding]
  priority:
    pattern: {type: code, value: urgent}
    mustSupport: true
    type: code
    index: 2
  doNotPerform: {index: 3}
  medium: {mustSupport: true, index: 4}
  about:
    type: Reference
    short: Diagnostic request the urgent communication is about
    refers: ['http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag', 'http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path']
    index: 5
  requester:
    type: Reference
    short: Individual provider requesting the communication
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 6
  recipient:
    type: Reference
    short: Individual provider receiving the communication
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 7
  reasonCode:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: urgent, system: 'http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason'}
        type: Coding
        index: 8
    required: [coding]
package_version: 0.4.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-urgentprovider
base: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest
version: 0.4.0-preview
required: [priority]