This page is part of the Common FHIR profile vendor collaboration (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Official URL: https://commonprofiles.care/fhir/StructureDefinition/ServiceRequestSelfReferralSEVendorLite | Version: 1.0.0 | |||
Active as of 2023-03-17 | Computable Name: ServiceRequestSelfReferralSEVendorLite |
This profile aims to support use cases concerning nationally defined chief complaints (SWE sökorsak) in Sweden. It can also be used to support a self referral (SWE Vårdbegäran för egen räkning) in a broader perspective.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from ServiceRequest
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | 0..* | ServiceRequest | A request for a service to be performed | |
instantiatesCanonical | 0..0 | |||
instantiatesUri | 0..0 | |||
basedOn | 0..0 | |||
replaces | 0..0 | |||
requisition | 0..0 | |||
intent | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Required Pattern: order | |
category | 0..0 | |||
priority | 0..0 | |||
doNotPerform | 0..0 | |||
code | 0..0 | |||
orderDetail | 0..0 | |||
quantity[x] | 0..0 | |||
encounter | 0..0 | |||
occurrence[x] | 0..0 | |||
asNeeded[x] | 0..0 | |||
authoredOn | S | 1..1 | dateTime | Date request signed |
performerType | 0..0 | |||
performer | S | 1..1 | Reference(Organization) | Requested performer |
type | 0..1 | uri | Type the reference refers to (e.g. "Patient") Required Pattern: Organization | |
locationCode | 0..0 | |||
locationReference | 0..0 | |||
Slices for reasonCode | S | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code |
reasonCode:chiefComplaint | S | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) |
coding | S | 1..1 | Coding | Code defined by a terminology system |
system | S | 1..1 | uri | Identity of the terminology system |
code | S | 1..1 | code | Symbol in syntax defined by the system |
reasonReference | 0..0 | |||
insurance | 0..0 | |||
supportingInfo | 0..0 | |||
specimen | 0..0 | |||
bodySite | 0..0 | |||
note | 0..0 | |||
patientInstruction | 0..0 | |||
relevantHistory | 0..0 | |||
Documentation for this format |
Path | Conformance | ValueSet |
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | C | 0..* | ServiceRequest | A request for a service to be performed |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
status | ?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order. |
intent | ?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request. Required Pattern: order |
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual or Entity the service is ordered for |
authoredOn | SΣ | 1..1 | dateTime | Date request signed |
performer | SΣ | 1..1 | Reference(Organization) | Requested performer |
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). Required Pattern: Organization |
Slices for reasonCode | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation. |
reasonCode:chiefComplaint | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) |
coding | SΣ | 1..1 | Coding | Code defined by a terminology system |
system | SΣ | 1..1 | uri | Identity of the terminology system |
code | SΣ | 1..1 | code | Symbol in syntax defined by the system |
Documentation for this format |
Path | Conformance | ValueSet / Code |
ServiceRequest.status | required | RequestStatus |
ServiceRequest.intent | required | Pattern: order |
ServiceRequest.performer.type | extensible | Pattern: Organization |
ServiceRequest.reasonCode | example | ProcedureReasonCodes |
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
ServiceRequest | C | 0..* | ServiceRequest | A request for a service to be performed | ||||
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.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
contained | 0..* | Resource | Contained, inline Resources | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | Σ | 0..* | Identifier | Identifiers assigned to this order | ||||
status | ?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order. | ||||
intent | ?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request. Required Pattern: order | ||||
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual or Entity the service is ordered for | ||||
authoredOn | SΣ | 1..1 | dateTime | Date request signed | ||||
requester | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) | Who/what is requesting service | ||||
performer | SΣ | 1..1 | Reference(Organization) | Requested performer | ||||
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 | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
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). Required Pattern: Organization | ||||
identifier | Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
display | Σ | 0..1 | string | Text alternative for the resource | ||||
Slices for reasonCode | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation. | ||||
reasonCode:chiefComplaint | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | SΣ | 1..1 | Coding | Code defined by a terminology system | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | SΣ | 1..1 | uri | Identity of the terminology system | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
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 | ||||
Documentation for this format |
Path | Conformance | ValueSet / Code | ||||
ServiceRequest.language | preferred | CommonLanguages
| ||||
ServiceRequest.status | required | RequestStatus | ||||
ServiceRequest.intent | required | Pattern: order | ||||
ServiceRequest.performer.type | extensible | Pattern: Organization | ||||
ServiceRequest.reasonCode | example | ProcedureReasonCodes | ||||
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from ServiceRequest
Summary
Mandatory: 2 elements (3 nested mandatory elements)
Must-Support: 7 elements
Prohibited: 25 elements
Slices
This structure defines the following Slices:
Differential View
This structure is derived from ServiceRequest
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | 0..* | ServiceRequest | A request for a service to be performed | |
instantiatesCanonical | 0..0 | |||
instantiatesUri | 0..0 | |||
basedOn | 0..0 | |||
replaces | 0..0 | |||
requisition | 0..0 | |||
intent | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Required Pattern: order | |
category | 0..0 | |||
priority | 0..0 | |||
doNotPerform | 0..0 | |||
code | 0..0 | |||
orderDetail | 0..0 | |||
quantity[x] | 0..0 | |||
encounter | 0..0 | |||
occurrence[x] | 0..0 | |||
asNeeded[x] | 0..0 | |||
authoredOn | S | 1..1 | dateTime | Date request signed |
performerType | 0..0 | |||
performer | S | 1..1 | Reference(Organization) | Requested performer |
type | 0..1 | uri | Type the reference refers to (e.g. "Patient") Required Pattern: Organization | |
locationCode | 0..0 | |||
locationReference | 0..0 | |||
Slices for reasonCode | S | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code |
reasonCode:chiefComplaint | S | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) |
coding | S | 1..1 | Coding | Code defined by a terminology system |
system | S | 1..1 | uri | Identity of the terminology system |
code | S | 1..1 | code | Symbol in syntax defined by the system |
reasonReference | 0..0 | |||
insurance | 0..0 | |||
supportingInfo | 0..0 | |||
specimen | 0..0 | |||
bodySite | 0..0 | |||
note | 0..0 | |||
patientInstruction | 0..0 | |||
relevantHistory | 0..0 | |||
Documentation for this format |
Path | Conformance | ValueSet |
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | C | 0..* | ServiceRequest | A request for a service to be performed |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
status | ?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order. |
intent | ?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request. Required Pattern: order |
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual or Entity the service is ordered for |
authoredOn | SΣ | 1..1 | dateTime | Date request signed |
performer | SΣ | 1..1 | Reference(Organization) | Requested performer |
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). Required Pattern: Organization |
Slices for reasonCode | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation. |
reasonCode:chiefComplaint | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) |
coding | SΣ | 1..1 | Coding | Code defined by a terminology system |
system | SΣ | 1..1 | uri | Identity of the terminology system |
code | SΣ | 1..1 | code | Symbol in syntax defined by the system |
Documentation for this format |
Path | Conformance | ValueSet / Code |
ServiceRequest.status | required | RequestStatus |
ServiceRequest.intent | required | Pattern: order |
ServiceRequest.performer.type | extensible | Pattern: Organization |
ServiceRequest.reasonCode | example | ProcedureReasonCodes |
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | ServiceRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ServiceRequest | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | ServiceRequest | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ServiceRequest | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
prr-1 | error | ServiceRequest | orderDetail SHALL only be present if code is present : orderDetail.empty() or code.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
ServiceRequest | C | 0..* | ServiceRequest | A request for a service to be performed | ||||
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.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
contained | 0..* | Resource | Contained, inline Resources | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | Σ | 0..* | Identifier | Identifiers assigned to this order | ||||
status | ?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): The status of a service order. | ||||
intent | ?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of service request. Required Pattern: order | ||||
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual or Entity the service is ordered for | ||||
authoredOn | SΣ | 1..1 | dateTime | Date request signed | ||||
requester | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) | Who/what is requesting service | ||||
performer | SΣ | 1..1 | Reference(Organization) | Requested performer | ||||
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 | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
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). Required Pattern: Organization | ||||
identifier | Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
display | Σ | 0..1 | string | Text alternative for the resource | ||||
Slices for reasonCode | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Slice: Unordered, Closed by pattern:code Binding: ProcedureReasonCodes (example): Diagnosis or problem codes justifying the reason for requesting the service investigation. | ||||
reasonCode:chiefComplaint | SΣ | 0..1 | CodeableConcept | Explanation/Justification for procedure or service Binding: http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 (required) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | SΣ | 1..1 | Coding | Code defined by a terminology system | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | SΣ | 1..1 | uri | Identity of the terminology system | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
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 | ||||
Documentation for this format |
Path | Conformance | ValueSet / Code | ||||
ServiceRequest.language | preferred | CommonLanguages
| ||||
ServiceRequest.status | required | RequestStatus | ||||
ServiceRequest.intent | required | Pattern: order | ||||
ServiceRequest.performer.type | extensible | Pattern: Organization | ||||
ServiceRequest.reasonCode | example | ProcedureReasonCodes | ||||
ServiceRequest.reasonCode:chiefComplaint | required | http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100 |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from ServiceRequest
Summary
Mandatory: 2 elements (3 nested mandatory elements)
Must-Support: 7 elements
Prohibited: 25 elements
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron