<StructureDefinition xmlns="http://hl7.org/fhir"> <id value="Referral" /> <meta> <lastUpdated value="2024-03-14T12:09:15.6657765+00:00" /> </meta> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="1" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="pc" /> </extension> <url value="https://topicus.nl/en/sectors/healthcare/fhir/StructureDefinition/Referral" /> <name value="Referral" /> <status value="draft" /> <date value="2024-03-12T14:43:00+01:00" /> <publisher value="Topicus .Healthcare" /> <contact> <telecom> <system value="url" /> <value value="https://topicus.nl/en/sectors/healthcare" /> </telecom> </contact> <description value="Base StructureDefinition for Referral Resource" /> <fhirVersion value="3.0.2" /> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <uri value="https://zibs.nl/wiki/HealthProfessional-v3.2(2017EN)" /> <name value="HCIM HealthProfessional-v3.2(2017EN)" /> </mapping> <mapping> <identity value="hcim-patient-v3.1-2017EN" /> <uri value="https://zibs.nl/wiki/Patient-v3.1(2017EN)" /> <name value="HCIM Patient-v3.1(2017EN)" /> </mapping> <mapping> <identity value="hcim-basicelements-v1.0-2017EN" /> <uri value="https://zibs.nl/wiki/BasicElements-v1.0(2017EN)" /> <name value="HCIM BasicElements-v1.0(2017EN)" /> </mapping> <kind value="resource" /> <abstract value="false" /> <type value="ReferralRequest" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> <derivation value="specialization" /> <snapshot> <element id="ReferralRequest"> <path value="ReferralRequest" /> <short value="A request for referral or transfer of care" /> <definition value="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." /> <alias value="ReferralRequest TransferOfCare Request" /> <min value="0" /> <max value="*" /> <constraint> <key value="dom-2" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL NOT contain nested Resources" /> <expression value="contained.contained.empty()" /> <xpath value="not(parent::f:contained and f:contained)" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-1" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL NOT contain any narrative" /> <expression value="contained.text.empty()" /> <xpath value="not(parent::f:contained and f:text)" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-4" /> <severity value="error" /> <human value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" /> <expression value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" /> <xpath value="not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-3" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource" /> <expression value="contained.where(('#'+id in %resource.descendants().reference).not()).empty()" /> <xpath value="not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))" /> <source value="DomainResource" /> </constraint> </element> <element id="ReferralRequest.id"> <path value="ReferralRequest.id" /> <short value="Logical id of this artifact" /> <definition value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." /> <comment value="The only time that a resource does not have an id is when it is being submitted to the server using a create operation." /> <min value="0" /> <max value="1" /> <base> <path value="Resource.id" /> <min value="0" /> <max value="1" /> </base> <type> <code value="id" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.meta"> <path value="ReferralRequest.meta" /> <short value="Metadata about the resource" /> <definition value="The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource." /> <min value="0" /> <max value="1" /> <base> <path value="Resource.meta" /> <min value="0" /> <max value="1" /> </base> <type> <code value="Meta" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.implicitRules"> <path value="ReferralRequest.implicitRules" /> <short value="A set of rules under which this content was created" /> <definition value="A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content." /> <comment value="Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation." /> <min value="0" /> <max value="1" /> <base> <path value="Resource.implicitRules" /> <min value="0" /> <max value="1" /> </base> <type> <code value="uri" /> </type> <isModifier value="true" /> <isSummary value="true" /> </element> <element id="ReferralRequest.language"> <path value="ReferralRequest.language" /> <short value="Language of the resource content" /> <definition value="The base language in which the resource is written." /> <comment value="Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." /> <min value="0" /> <max value="1" /> <base> <path value="Resource.language" /> <min value="0" /> <max value="1" /> </base> <type> <code value="code" /> </type> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet"> <valueReference> <reference value="http://hl7.org/fhir/ValueSet/all-languages" /> </valueReference> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="Language" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding"> <valueBoolean value="true" /> </extension> <strength value="extensible" /> <description value="A human language." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/languages" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.text"> <path value="ReferralRequest.text" /> <short value="Text summary of the resource, for human interpretation" /> <definition value="A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." /> <comment value="Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded in formation is added later." /> <alias value="narrative" /> <alias value="html" /> <alias value="xhtml" /> <alias value="display" /> <min value="0" /> <max value="1" /> <base> <path value="DomainResource.text" /> <min value="0" /> <max value="1" /> </base> <type> <code value="Narrative" /> </type> <condition value="dom-1" /> </element> <element id="ReferralRequest.contained"> <path value="ReferralRequest.contained" /> <short value="Contained, inline Resources" /> <definition value="These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope." /> <comment value="This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again." /> <alias value="inline resources" /> <alias value="anonymous resources" /> <alias value="contained resources" /> <min value="0" /> <max value="*" /> <base> <path value="DomainResource.contained" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Resource" /> </type> </element> <element id="ReferralRequest.extension"> <path value="ReferralRequest.extension" /> <short value="Additional Content defined by implementations" /> <definition value="May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." /> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> <alias value="extensions" /> <alias value="user content" /> <min value="0" /> <max value="*" /> <base> <path value="DomainResource.extension" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Extension" /> </type> </element> <element id="ReferralRequest.modifierExtension"> <path value="ReferralRequest.modifierExtension" /> <short value="Extensions that cannot be ignored" /> <definition value="May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions." /> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> <alias value="extensions" /> <alias value="user content" /> <min value="0" /> <max value="*" /> <base> <path value="DomainResource.modifierExtension" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Extension" /> </type> <isModifier value="true" /> </element> <element id="ReferralRequest.identifier"> <path value="ReferralRequest.identifier" /> <short value="Business identifier" /> <definition value="Business identifier that uniquely identifies the referral/care transfer request instance." /> <min value="0" /> <max value="*" /> <type> <code value="Identifier" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.definition"> <path value="ReferralRequest.definition" /> <short value="Instantiates protocol or definition" /> <definition value="A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ActivityDefinition" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/PlanDefinition" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.basedOn"> <path value="ReferralRequest.basedOn" /> <short value="Request fulfilled by this request" /> <definition value="Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part." /> <alias value="fulfills" /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ReferralRequest" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/CarePlan" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ProcedureRequest" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.replaces"> <path value="ReferralRequest.replaces" /> <short value="Request(s) replaced by this request" /> <definition value="Completed or terminated request(s) whose function is taken by this new request." /> <comment value="The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing." /> <requirements value="Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests." /> <alias value="supersedes" /> <alias value="prior" /> <alias value="renewed order" /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ReferralRequest" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.groupIdentifier"> <path value="ReferralRequest.groupIdentifier" /> <short value="Composite request this is part of" /> <definition value="The business identifier of the logical "grouping" request/order that this referral is a part of." /> <requirements value="Allows multiple orders to be collected as part of a single requisition." /> <alias value="grouperId" /> <alias value="requisition" /> <min value="0" /> <max value="1" /> <type> <code value="Identifier" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.status"> <path value="ReferralRequest.status" /> <short value="draft | active | suspended | cancelled | completed | entered-in-error | unknown" /> <definition value="The status of the authorization/intention reflected by the referral request record." /> <comment value="This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid." /> <requirements value="Workflow status is handled by the Task resource." /> <min value="1" /> <max value="1" /> <type> <code value="code" /> </type> <isModifier value="true" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralRequestStatus" /> </extension> <strength value="required" /> <description value="The status of the referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-status" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.status.extension:completionReason"> <path value="ReferralRequest.status.completionReason" /> <short value="Completion reason" /> <definition value="Reason the referral was completed." /> <min value="0" /> <max value="1" /> <base> <path value="DomainResource.extension" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Extension" /> <profile value="http://nictiz.nl/fhir/StructureDefinition/Comment" /> </type> </element> <element id="ReferralRequest.status.extension:completionReason.url"> <path value="ReferralRequest.status.extension.url" /> <min value="1" /> <max value="1" /> <base> <path value="Extension.url" /> <min value="1" /> <max value="1" /> </base> <type> <code value="uri" /> </type> <fixedUri value="CompletionReason" /> </element> <element id="ReferralRequest.status.extension:completionReason.value"> <path value="ReferralRequest.status.extension.value" /> <min value="1" /> <max value="1" /> <base> <path value="Extension.value" /> <min value="1" /> <max value="1" /> </base> <type> <code value="string" /> </type> </element> <element id="ReferralRequest.status.completedBy"> <path value="ReferralRequest.status.completedBy" /> <short value="Completed by" /> <definition value="The practitioner who completed the referral." /> <min value="0" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" /> </type> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.intent"> <path value="ReferralRequest.intent" /> <definition value="Distinguishes the "level" of authorization/demand implicit in this request." /> <requirements value="The same resource structure is used when capturing proposals/recommendations, plans and actual requests." /> <alias value="category" /> <min value="1" /> <max value="1" /> <type> <code value="code" /> </type> <fixedCode value="plan" /> <isModifier value="true" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralCategory" /> </extension> <strength value="required" /> <description value="Codes identifying the stage lifecycle stage of a request" /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-intent" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.type"> <path value="ReferralRequest.type" /> <short value="Referral/Transition of care request type" /> <definition value="An indication of the type of referral (or where applicable the type of transfer of care) request." /> <min value="0" /> <max value="1" /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralType" /> </extension> <strength value="example" /> <description value="Codes for types of referral; e.g. consult, transfer, temporary transfer." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/referral-type" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.priority"> <path value="ReferralRequest.priority" /> <short value="Urgency of referral / transfer of care request" /> <definition value="An indication of the urgency of referral (or where applicable the type of transfer of care) request." /> <min value="0" /> <max value="1" /> <type> <code value="code" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralPriority" /> </extension> <strength value="required" /> <description value="Codes indicating the relative priority of the referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-priority" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.serviceRequested"> <path value="ReferralRequest.serviceRequested" /> <short value="Actions requested as part of the referral" /> <definition value="The service(s) that is/are requested to be provided to the patient. For example: cardiac pacemaker insertion." /> <min value="0" /> <max value="*" /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="RequestedService" /> </extension> <strength value="example" /> <description value="Codes indicating the types of services that might be requested as part of a referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/c80-practice-codes" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.subject"> <path value="ReferralRequest.subject" /> <short value="Patient referred to care or transfer" /> <definition value="The patient who is the subject of a referral or transfer of care request." /> <min value="1" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient" /> </type> <isModifier value="false" /> <isSummary value="true" /> <mapping> <identity value="hcim-patient-v3.1-2017EN" /> <map value="NL-CM:0.1.1" /> <comment value="Patient" /> </mapping> </element> <element id="ReferralRequest.context"> <path value="ReferralRequest.context" /> <short value="Originating encounter" /> <definition value="The encounter at which the request for referral or transfer of care is initiated." /> <alias value="encounter" /> <min value="0" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.occurrence"> <path value="ReferralRequest.occurrence" /> <short value="When the service(s) requested in the referral should occur" /> <definition value="The period of time within which the services identified in the referral/transfer of care is specified or required to occur." /> <requirements value="Use cases: saving the start date in Period.start; (1) to indicate that the requested service must happen before a specified date, and saving the end date in Period.end; (2) to indicate that the requested service must happen during the specified dates ("start" and "end" values)." /> <alias value="timing" /> <min value="1" /> <max value="1" /> <type> <code value="Period" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.authoredOn"> <path value="ReferralRequest.authoredOn" /> <short value="Date of creation/activation" /> <definition value="Date/DateTime of creation for draft requests and date of activation for active requests." /> <alias value="createdOn" /> <min value="0" /> <max value="1" /> <type> <code value="dateTime" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.requester"> <path value="ReferralRequest.requester" /> <short value="Who/what is requesting service" /> <definition value="The individual who initiated the request and has responsibility for its activation." /> <alias value="author" /> <min value="0" /> <max value="1" /> <type> <code value="BackboneElement" /> </type> <constraint> <key value="ele-1" /> <severity value="error" /> <human value="All FHIR elements must have a @value or children" /> <expression value="hasValue() | (children().count() > id.count())" /> <xpath value="@value|f:*|h:div" /> <source value="Element" /> </constraint> <constraint> <key value="rfr-1" /> <severity value="error" /> <human value="onBehalfOf can only be specified if agent is practitioner or device" /> <expression value="(agent.resolve() is Device) or (agent.resolve() is Practitioner) or onBehalfOf.exists().not()" /> <xpath value="contains(f:agent/f:reference/@value, '/Practitioner/') or contains(f:agent/f:reference/@value, '/Device/') or not(exists(f:onBehalfOf))" /> </constraint> <isSummary value="true" /> </element> <element id="ReferralRequest.requester.id"> <path value="ReferralRequest.requester.id" /> <representation value="xmlAttr" /> <short value="xml:id (or equivalent in JSON)" /> <definition value="unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> <min value="0" /> <max value="1" /> <base> <path value="Element.id" /> <min value="0" /> <max value="1" /> </base> <type> <code value="string" /> </type> </element> <element id="ReferralRequest.requester.extension"> <path value="ReferralRequest.requester.extension" /> <short value="Additional Content defined by implementations" /> <definition value="May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." /> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> <alias value="extensions" /> <alias value="user content" /> <min value="0" /> <max value="*" /> <base> <path value="Element.extension" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Extension" /> </type> </element> <element id="ReferralRequest.requester.modifierExtension"> <path value="ReferralRequest.requester.modifierExtension" /> <short value="Extensions that cannot be ignored" /> <definition value="May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions." /> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> <alias value="extensions" /> <alias value="user content" /> <alias value="modifiers" /> <min value="0" /> <max value="*" /> <base> <path value="BackboneElement.modifierExtension" /> <min value="0" /> <max value="*" /> </base> <type> <code value="Extension" /> </type> <isModifier value="true" /> <isSummary value="true" /> </element> <element id="ReferralRequest.requester.agent"> <path value="ReferralRequest.requester.agent" /> <short value="Individual making the request" /> <definition value="The practitioner who initiated the request." /> <min value="1" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" /> </type> <isSummary value="true" /> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.requester.onBehalfOf"> <path value="ReferralRequest.requester.onBehalfOf" /> <short value="Organization agent is acting for" /> <definition value="The organization the practitioner was acting on behalf of." /> <requirements value="Practitioners can be associated with multiple organizations. This element indicates which organization they were acting on behalf of when authoring the request." /> <min value="0" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-organization" /> </type> <condition value="rfr-1" /> <isSummary value="true" /> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.specialty"> <path value="ReferralRequest.specialty" /> <short value="The clinical specialty (discipline) that the referral is requested for" /> <definition value="Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology." /> <min value="0" /> <max value="1" /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralSpecialty" /> </extension> <strength value="example" /> <description value="Codes indicating the types of capability the referred to service provider must have." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/practitioner-specialty" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.recipient"> <path value="ReferralRequest.recipient" /> <short value="Receiver of referral / transfer of care request" /> <definition value="The healthcare provider organization(s) which is to receive the referral/transfer of care request." /> <comment value="There will be a primary receiver. But the request can be received by any number of "copied to" organizations." /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-organization" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.reasonCode"> <path value="ReferralRequest.reasonCode" /> <short value="Reason for referral / transfer of care request" /> <definition value="Description of clinical condition indicating why referral/transfer of care is requested. For example: Pathological Anomalies, Disabled (physical or mental), Behavioral Management." /> <min value="0" /> <max value="*" /> <type> <code value="CodeableConcept" /> <profile value="https://topicus.nl/en/sectors/healthcare/fhir/StructureDefinition/CodeableConceptWithComment" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.reasonReference"> <path value="ReferralRequest.reasonReference" /> <short value="Why is service needed?" /> <definition value="Indicates another resource whose existence justifies this request." /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Condition" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.description"> <path value="ReferralRequest.description" /> <short value="A textual description of the referral" /> <definition value="The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary." /> <min value="0" /> <max value="1" /> <type> <code value="string" /> </type> <isModifier value="false" /> </element> <element id="ReferralRequest.supportingInfo"> <path value="ReferralRequest.supportingInfo" /> <short value="Additonal information to support referral or transfer of care request" /> <definition value="Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan." /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" /> </type> <isModifier value="false" /> </element> <element id="ReferralRequest.note"> <path value="ReferralRequest.note" /> <short value="Comments made about referral request" /> <definition value="Comments made about the referral request by any of the participants." /> <min value="0" /> <max value="*" /> <type> <code value="Annotation" /> <profile value="https://topicus.nl/en/sectors/healthcare/fhir/StructureDefinition/AnnotationWithValue" /> </type> </element> <element id="ReferralRequest.relevantHistory"> <path value="ReferralRequest.relevantHistory" /> <short value="Key events in history of request" /> <definition value="Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource." /> <comment value="This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude." /> <alias value="eventHistory" /> <min value="0" /> <max value="*" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Provenance" /> </type> </element> </snapshot> <differential> <element id="ReferralRequest"> <path value="ReferralRequest" /> <short value="A request for referral or transfer of care" /> <definition value="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." /> <alias value="ReferralRequest TransferOfCare Request" /> <constraint> <key value="dom-2" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL NOT contain nested Resources" /> <expression value="contained.contained.empty()" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-1" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL NOT contain any narrative" /> <expression value="contained.text.empty()" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-4" /> <severity value="error" /> <human value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" /> <expression value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" /> <source value="DomainResource" /> </constraint> <constraint> <key value="dom-3" /> <severity value="error" /> <human value="If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource" /> <expression value="contained.where(('#'+id in %resource.descendants().reference).not()).empty()" /> <source value="DomainResource" /> </constraint> </element> <element id="ReferralRequest.identifier"> <path value="ReferralRequest.identifier" /> <short value="Business identifier" /> <definition value="Business identifier that uniquely identifies the referral/care transfer request instance." /> <type> <code value="Identifier" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.definition"> <path value="ReferralRequest.definition" /> <short value="Instantiates protocol or definition" /> <definition value="A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ActivityDefinition" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/PlanDefinition" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.basedOn"> <path value="ReferralRequest.basedOn" /> <short value="Request fulfilled by this request" /> <definition value="Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part." /> <alias value="fulfills" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ReferralRequest" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/CarePlan" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ProcedureRequest" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.replaces"> <path value="ReferralRequest.replaces" /> <short value="Request(s) replaced by this request" /> <definition value="Completed or terminated request(s) whose function is taken by this new request." /> <comment value="The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing." /> <requirements value="Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests." /> <alias value="supersedes" /> <alias value="prior" /> <alias value="renewed order" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/ReferralRequest" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.groupIdentifier"> <path value="ReferralRequest.groupIdentifier" /> <short value="Composite request this is part of" /> <definition value="The business identifier of the logical "grouping" request/order that this referral is a part of." /> <requirements value="Allows multiple orders to be collected as part of a single requisition." /> <alias value="grouperId" /> <alias value="requisition" /> <max value="1" /> <type> <code value="Identifier" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.status"> <path value="ReferralRequest.status" /> <short value="draft | active | suspended | cancelled | completed | entered-in-error | unknown" /> <definition value="The status of the authorization/intention reflected by the referral request record." /> <comment value="This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid." /> <requirements value="Workflow status is handled by the Task resource." /> <min value="1" /> <max value="1" /> <type> <code value="code" /> </type> <isModifier value="true" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralRequestStatus" /> </extension> <strength value="required" /> <description value="The status of the referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-status" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.status.completionReason"> <path value="ReferralRequest.status.completionReason" /> <short value="Completion reason" /> <definition value="Reason the referral was completed." /> <max value="1" /> <type> <code value="Extension" /> <profile value="http://nictiz.nl/fhir/StructureDefinition/Comment" /> </type> </element> <element id="ReferralRequest.status.completedBy"> <path value="ReferralRequest.status.completedBy" /> <short value="Completed by" /> <definition value="The practitioner who completed the referral." /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" /> </type> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.intent"> <path value="ReferralRequest.intent" /> <definition value="Distinguishes the "level" of authorization/demand implicit in this request." /> <requirements value="The same resource structure is used when capturing proposals/recommendations, plans and actual requests." /> <alias value="category" /> <min value="1" /> <max value="1" /> <type> <code value="code" /> </type> <fixedCode value="plan" /> <isModifier value="true" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralCategory" /> </extension> <strength value="required" /> <description value="Codes identifying the stage lifecycle stage of a request" /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-intent" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.type"> <path value="ReferralRequest.type" /> <short value="Referral/Transition of care request type" /> <definition value="An indication of the type of referral (or where applicable the type of transfer of care) request." /> <max value="1" /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralType" /> </extension> <strength value="example" /> <description value="Codes for types of referral; e.g. consult, transfer, temporary transfer." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/referral-type" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.priority"> <path value="ReferralRequest.priority" /> <short value="Urgency of referral / transfer of care request" /> <definition value="An indication of the urgency of referral (or where applicable the type of transfer of care) request." /> <max value="1" /> <type> <code value="code" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralPriority" /> </extension> <strength value="required" /> <description value="Codes indicating the relative priority of the referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/request-priority" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.serviceRequested"> <path value="ReferralRequest.serviceRequested" /> <short value="Actions requested as part of the referral" /> <definition value="The service(s) that is/are requested to be provided to the patient. For example: cardiac pacemaker insertion." /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <isSummary value="true" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="RequestedService" /> </extension> <strength value="example" /> <description value="Codes indicating the types of services that might be requested as part of a referral." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/c80-practice-codes" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.subject"> <path value="ReferralRequest.subject" /> <short value="Patient referred to care or transfer" /> <definition value="The patient who is the subject of a referral or transfer of care request." /> <min value="1" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient" /> </type> <isModifier value="false" /> <isSummary value="true" /> <mapping> <identity value="hcim-patient-v3.1-2017EN" /> <map value="NL-CM:0.1.1" /> <comment value="Patient" /> </mapping> </element> <element id="ReferralRequest.context"> <path value="ReferralRequest.context" /> <short value="Originating encounter" /> <definition value="The encounter at which the request for referral or transfer of care is initiated." /> <alias value="encounter" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.occurrence"> <path value="ReferralRequest.occurrence" /> <short value="When the service(s) requested in the referral should occur" /> <definition value="The period of time within which the services identified in the referral/transfer of care is specified or required to occur." /> <requirements value="Use cases: saving the start date in Period.start; (1) to indicate that the requested service must happen before a specified date, and saving the end date in Period.end; (2) to indicate that the requested service must happen during the specified dates ("start" and "end" values)." /> <alias value="timing" /> <min value="1" /> <max value="1" /> <type> <code value="Period" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.authoredOn"> <path value="ReferralRequest.authoredOn" /> <short value="Date of creation/activation" /> <definition value="Date/DateTime of creation for draft requests and date of activation for active requests." /> <alias value="createdOn" /> <max value="1" /> <type> <code value="dateTime" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.requester"> <path value="ReferralRequest.requester" /> <short value="Who/what is requesting service" /> <definition value="The individual who initiated the request and has responsibility for its activation." /> <alias value="author" /> <max value="1" /> <type> <code value="BackboneElement" /> </type> <constraint> <key value="ele-1" /> <severity value="error" /> <human value="All FHIR elements must have a @value or children" /> <expression value="hasValue() | (children().count() > id.count())" /> <source value="Element" /> </constraint> <constraint> <key value="rfr-1" /> <severity value="error" /> <human value="onBehalfOf can only be specified if agent is practitioner or device" /> <expression value="(agent.resolve() is Device) or (agent.resolve() is Practitioner) or onBehalfOf.exists().not()" /> <xpath value="contains(f:agent/f:reference/@value, '/Practitioner/') or contains(f:agent/f:reference/@value, '/Device/') or not(exists(f:onBehalfOf))" /> </constraint> <isSummary value="true" /> </element> <element id="ReferralRequest.requester.agent"> <path value="ReferralRequest.requester.agent" /> <short value="Individual making the request" /> <definition value="The practitioner who initiated the request." /> <min value="1" /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" /> </type> <isSummary value="true" /> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.requester.onBehalfOf"> <path value="ReferralRequest.requester.onBehalfOf" /> <short value="Organization agent is acting for" /> <definition value="The organization the practitioner was acting on behalf of." /> <requirements value="Practitioners can be associated with multiple organizations. This element indicates which organization they were acting on behalf of when authoring the request." /> <max value="1" /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-organization" /> </type> <condition value="rfr-1" /> <isSummary value="true" /> <mapping> <identity value="hcim-healthprofessional-v3.2-2017EN" /> <map value="NL-CM:17.1.1" /> <comment value="Practitioner" /> </mapping> </element> <element id="ReferralRequest.specialty"> <path value="ReferralRequest.specialty" /> <short value="The clinical specialty (discipline) that the referral is requested for" /> <definition value="Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology." /> <max value="1" /> <type> <code value="CodeableConcept" /> </type> <isModifier value="false" /> <binding> <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> <valueString value="ReferralSpecialty" /> </extension> <strength value="example" /> <description value="Codes indicating the types of capability the referred to service provider must have." /> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/practitioner-specialty" /> </valueSetReference> </binding> </element> <element id="ReferralRequest.recipient"> <path value="ReferralRequest.recipient" /> <short value="Receiver of referral / transfer of care request" /> <definition value="The healthcare provider organization(s) which is to receive the referral/transfer of care request." /> <comment value="There will be a primary receiver. But the request can be received by any number of "copied to" organizations." /> <type> <code value="Reference" /> <targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-organization" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.reasonCode"> <path value="ReferralRequest.reasonCode" /> <short value="Reason for referral / transfer of care request" /> <definition value="Description of clinical condition indicating why referral/transfer of care is requested. For example: Pathological Anomalies, Disabled (physical or mental), Behavioral Management." /> <type> <code value="CodeableConcept" /> <profile value="https://topicus.nl/en/sectors/healthcare/fhir/StructureDefinition/CodeableConceptWithComment" /> </type> <isModifier value="false" /> <isSummary value="true" /> </element> <element id="ReferralRequest.reasonReference"> <path value="ReferralRequest.reasonReference" /> <short value="Why is service needed?" /> <definition value="Indicates another resource whose existence justifies this request." /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Condition" /> </type> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> </type> <isSummary value="true" /> </element> <element id="ReferralRequest.description"> <path value="ReferralRequest.description" /> <short value="A textual description of the referral" /> <definition value="The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary." /> <max value="1" /> <type> <code value="string" /> </type> <isModifier value="false" /> </element> <element id="ReferralRequest.supportingInfo"> <path value="ReferralRequest.supportingInfo" /> <short value="Additonal information to support referral or transfer of care request" /> <definition value="Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan." /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" /> </type> <isModifier value="false" /> </element> <element id="ReferralRequest.note"> <path value="ReferralRequest.note" /> <short value="Comments made about referral request" /> <definition value="Comments made about the referral request by any of the participants." /> <type> <code value="Annotation" /> <profile value="https://topicus.nl/en/sectors/healthcare/fhir/StructureDefinition/AnnotationWithValue" /> </type> </element> <element id="ReferralRequest.relevantHistory"> <path value="ReferralRequest.relevantHistory" /> <short value="Key events in history of request" /> <definition value="Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource." /> <comment value="This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude." /> <alias value="eventHistory" /> <type> <code value="Reference" /> <targetProfile value="http://hl7.org/fhir/StructureDefinition/Provenance" /> </type> </element> </differential> </StructureDefinition>