Interweave Implementation Guide
0.1.0 - ci-build

Interweave Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

Resource Profile: CareConnectReferralRequest1

Official URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1 Version: 0.1.0
Draft as of 2019-08-07 Computable Name: CareConnect-ReferralRequest-1

Copyright/Legal: Copyright © 2019 HL7 UK Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html

Used to record and send details about a request for referral service or transfer of a patient to the care of another provider or provider organization.

CURATED BY INTEROPen see: http://www.interopen.org/careconnect-curation-methodology/ on the 5th July 2019.

Usage:

Formal Views of Profile Content

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

This structure is derived from ReferralRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received

... sourceOfReferral 0..1CodeableConceptThis represents the source of referral
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-SourceOfReferral-1
Binding: Care Connect Source of Referral (extensible): A classification which identifies the source of referral

.... system 1..1uriThe namespace for the identifier value
.... value 1..1stringThe value that is unique
.... assigner 0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... basedOn 0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces 0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... groupIdentifier
.... assigner 0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... subject 1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context 0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... requester
.... agent 1..1Reference(Device | CareConnect-Organization-1 | CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)Individual making the request
.... onBehalfOf 0..1Reference(CareConnect-Organization-1)Organization agent is acting for
... recipient 0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonReference 0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?
... note
.... author[x] 0..1Individual responsible for the annotation
..... authorStringstring
..... authorReferenceReference(CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received


... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... basedOn Σ0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces Σ0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... status ?!Σ1..1codedraft | active | suspended | cancelled | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of the referral.

... intent ?!Σ1..1codeproposal | plan | order
Binding: RequestIntent (required): Codes identifying the stage lifecycle stage of a request

... subject Σ1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context Σ0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... recipient Σ0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonReference Σ0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ReferralRequest.statusrequiredRequestStatus
ReferralRequest.intentrequiredRequestIntent

Constraints

IdGradePath(s)DetailsRequirements
dom-1errorReferralRequestIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-2errorReferralRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorReferralRequestIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4errorReferralRequestIf 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()
ele-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ext-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received


... sourceOfReferral 0..1CodeableConceptThis represents the source of referral
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-SourceOfReferral-1
Binding: Care Connect Source of Referral (extensible): A classification which identifies the source of referral


... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ1..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ1..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... definition Σ0..*Reference(ActivityDefinition | PlanDefinition)Instantiates protocol or definition
... basedOn Σ0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces Σ0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... groupIdentifier Σ0..1IdentifierComposite request this is part of
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... status ?!Σ1..1codedraft | active | suspended | cancelled | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of the referral.

... intent ?!Σ1..1codeproposal | plan | order
Binding: RequestIntent (required): Codes identifying the stage lifecycle stage of a request

... type Σ0..1CodeableConceptReferral/Transition of care request type
Binding: SNOMED CT Patient Referral (example): Codes for types of referral; e.g. consult, transfer, temporary transfer.

... priority Σ0..1codeUrgency of referral / transfer of care request
Binding: RequestPriority (required): Codes indicating the relative priority of the referral.

... serviceRequested Σ0..*CodeableConceptActions requested as part of the referral
Binding: Practice Setting Code Value Set (example): Codes indicating the types of services that might be requested as part of a referral.


... subject Σ1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context Σ0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... occurrence[x] Σ0..1When the service(s) requested in the referral should occur
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
... authoredOn Σ0..1dateTimeDate of creation/activation
... requester ΣC0..1BackboneElementWho/what is requesting service
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
.... agent Σ1..1Reference(Device | CareConnect-Organization-1 | CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)Individual making the request
.... onBehalfOf ΣC0..1Reference(CareConnect-Organization-1)Organization agent is acting for
... specialty 0..1CodeableConceptThe clinical specialty (discipline) that the referral is requested for
Binding: PractitionerSpecialty (example): Codes indicating the types of capability the referred to service provider must have.

... recipient Σ0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonCode Σ0..*CodeableConceptReason for referral / transfer of care request
Binding: SNOMED CT Clinical Findings (example): Codes indicating why the referral is being requested.


... reasonReference Σ0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?
... description 0..1stringA textual description of the referral
... supportingInfo 0..*Reference(Resource)Additonal information to support referral or transfer of care request
... note 0..*AnnotationComments made about referral request
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... author[x] Σ0..1Individual responsible for the annotation
..... authorStringstring
..... authorReferenceReference(CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)
.... time Σ0..1dateTimeWhen the annotation was made
.... text 1..1stringThe annotation - text content
... relevantHistory 0..*Reference(Provenance)Key events in history of request

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ReferralRequest.languageextensibleCommon Languages
Additional Bindings Purpose
AllLanguages Max Binding
ReferralRequest.identifier.userequiredIdentifierUse
ReferralRequest.identifier.typeextensibleIdentifier Type Codes
ReferralRequest.groupIdentifier.userequiredIdentifierUse
ReferralRequest.groupIdentifier.typeextensibleIdentifier Type Codes
ReferralRequest.statusrequiredRequestStatus
ReferralRequest.intentrequiredRequestIntent
ReferralRequest.typeexampleSNOMED CT Patient Referral
ReferralRequest.priorityrequiredRequestPriority
ReferralRequest.serviceRequestedexamplePractice Setting Code Value Set
ReferralRequest.specialtyexamplePractitionerSpecialty
ReferralRequest.reasonCodeexampleSNOMED CT Clinical Findings

Constraints

IdGradePath(s)DetailsRequirements
ele-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferral, ReferralRequest.requesterAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ext-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralMust have either extensions or value[x], not both
: extension.exists() != value.exists()
rfr-1errorReferralRequest.requesteronBehalfOf can only be specified if agent is practitioner or device
: (agent.resolve() is Device) or (agent.resolve() is Practitioner) or onBehalfOf.exists().not()

This structure is derived from ReferralRequest

Summary

Mandatory: 0 element (2 nested mandatory elements)

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from ReferralRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received

... sourceOfReferral 0..1CodeableConceptThis represents the source of referral
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-SourceOfReferral-1
Binding: Care Connect Source of Referral (extensible): A classification which identifies the source of referral

.... system 1..1uriThe namespace for the identifier value
.... value 1..1stringThe value that is unique
.... assigner 0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... basedOn 0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces 0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... groupIdentifier
.... assigner 0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... subject 1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context 0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... requester
.... agent 1..1Reference(Device | CareConnect-Organization-1 | CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)Individual making the request
.... onBehalfOf 0..1Reference(CareConnect-Organization-1)Organization agent is acting for
... recipient 0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonReference 0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?
... note
.... author[x] 0..1Individual responsible for the annotation
..... authorStringstring
..... authorReferenceReference(CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received


... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... basedOn Σ0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces Σ0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... status ?!Σ1..1codedraft | active | suspended | cancelled | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of the referral.

... intent ?!Σ1..1codeproposal | plan | order
Binding: RequestIntent (required): Codes identifying the stage lifecycle stage of a request

... subject Σ1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context Σ0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... recipient Σ0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonReference Σ0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ReferralRequest.statusrequiredRequestStatus
ReferralRequest.intentrequiredRequestIntent

Constraints

IdGradePath(s)DetailsRequirements
dom-1errorReferralRequestIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-2errorReferralRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorReferralRequestIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4errorReferralRequestIf 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()
ele-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ext-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferralRequest 0..*ReferralRequestA request for referral or transfer of care
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... referralRequestMethod 0..1CodeableConceptThe method used to communicate the referral such as fax, NHS e-Referral Service, secure email, etc...
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ReferralRequestMethod-1
Binding: Care Connect Referral Request Method (required): The form in which a referral is sent and received


... sourceOfReferral 0..1CodeableConceptThis represents the source of referral
URL: https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-SourceOfReferral-1
Binding: Care Connect Source of Referral (extensible): A classification which identifies the source of referral


... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ1..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ1..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... definition Σ0..*Reference(ActivityDefinition | PlanDefinition)Instantiates protocol or definition
... basedOn Σ0..*Reference(CareConnect-CarePlan-1 | CareConnect-ProcedureRequest-1 | CareConnect-ReferralRequest-1)Request fulfilled by this request
... replaces Σ0..*Reference(CareConnect-ReferralRequest-1)Request(s) replaced by this request
... groupIdentifier Σ0..1IdentifierComposite request this is part of
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(CareConnect-Organization-1)Organization that issued id (may be just text)
... status ?!Σ1..1codedraft | active | suspended | cancelled | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of the referral.

... intent ?!Σ1..1codeproposal | plan | order
Binding: RequestIntent (required): Codes identifying the stage lifecycle stage of a request

... type Σ0..1CodeableConceptReferral/Transition of care request type
Binding: SNOMED CT Patient Referral (example): Codes for types of referral; e.g. consult, transfer, temporary transfer.

... priority Σ0..1codeUrgency of referral / transfer of care request
Binding: RequestPriority (required): Codes indicating the relative priority of the referral.

... serviceRequested Σ0..*CodeableConceptActions requested as part of the referral
Binding: Practice Setting Code Value Set (example): Codes indicating the types of services that might be requested as part of a referral.


... subject Σ1..1Reference(Group | CareConnectPatient1)Patient referred to care or transfer
... context Σ0..1Reference(CareConnect-Encounter-1 | CareConnect-EpisodeOfCare-1)Originating encounter
... occurrence[x] Σ0..1When the service(s) requested in the referral should occur
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
... authoredOn Σ0..1dateTimeDate of creation/activation
... requester ΣC0..1BackboneElementWho/what is requesting service
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
.... agent Σ1..1Reference(Device | CareConnect-Organization-1 | CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)Individual making the request
.... onBehalfOf ΣC0..1Reference(CareConnect-Organization-1)Organization agent is acting for
... specialty 0..1CodeableConceptThe clinical specialty (discipline) that the referral is requested for
Binding: PractitionerSpecialty (example): Codes indicating the types of capability the referred to service provider must have.

... recipient Σ0..*Reference(CareConnect-Organization-1 | CareConnect-Practitioner-1 | CareConnect-HealthcareService-1)Receiver of referral / transfer of care request
... reasonCode Σ0..*CodeableConceptReason for referral / transfer of care request
Binding: SNOMED CT Clinical Findings (example): Codes indicating why the referral is being requested.


... reasonReference Σ0..*Reference(CareConnect-Condition-1 | CareConnect-Observation-1)Why is service needed?
... description 0..1stringA textual description of the referral
... supportingInfo 0..*Reference(Resource)Additonal information to support referral or transfer of care request
... note 0..*AnnotationComments made about referral request
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
.... author[x] Σ0..1Individual responsible for the annotation
..... authorStringstring
..... authorReferenceReference(CareConnectPatient1 | CareConnect-RelatedPerson-1 | CareConnect-Practitioner-1)
.... time Σ0..1dateTimeWhen the annotation was made
.... text 1..1stringThe annotation - text content
... relevantHistory 0..*Reference(Provenance)Key events in history of request

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ReferralRequest.languageextensibleCommon Languages
Additional Bindings Purpose
AllLanguages Max Binding
ReferralRequest.identifier.userequiredIdentifierUse
ReferralRequest.identifier.typeextensibleIdentifier Type Codes
ReferralRequest.groupIdentifier.userequiredIdentifierUse
ReferralRequest.groupIdentifier.typeextensibleIdentifier Type Codes
ReferralRequest.statusrequiredRequestStatus
ReferralRequest.intentrequiredRequestIntent
ReferralRequest.typeexampleSNOMED CT Patient Referral
ReferralRequest.priorityrequiredRequestPriority
ReferralRequest.serviceRequestedexamplePractice Setting Code Value Set
ReferralRequest.specialtyexamplePractitionerSpecialty
ReferralRequest.reasonCodeexampleSNOMED CT Clinical Findings

Constraints

IdGradePath(s)DetailsRequirements
ele-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferral, ReferralRequest.requesterAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ext-1errorReferralRequest.extension:referralRequestMethod, ReferralRequest.extension:sourceOfReferralMust have either extensions or value[x], not both
: extension.exists() != value.exists()
rfr-1errorReferralRequest.requesteronBehalfOf can only be specified if agent is practitioner or device
: (agent.resolve() is Device) or (agent.resolve() is Practitioner) or onBehalfOf.exists().not()

This structure is derived from ReferralRequest

Summary

Mandatory: 0 element (2 nested mandatory elements)

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron