1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: ServiceRequestSelfReferralSEVendorLite

Official URL: https://fhir.cambio.se/StructureDefinition/ServiceRequestSelfReferralSEVendorLite Version: 1.0.0
Active as of 2024-02-29 Computable Name: ServiceRequestSelfReferralSEVendorLite

Introduction

ServiceRequestSelfReferralSEVendorLite is a sub profile created to support a self-referral. The original profile was created and published by Svenska Industri Profiler, which is a common FHIR profile vendor collaboration.

ServiceRequestSelfReferralSEVendorLite is based on the FHIR resource ServiceRequest.

Intended Use

This profile is used to create a private demand for care. Usually this will be done through a patient app by the patient. ServiceRequestSelfReferralSEVendorLite is profiled for the Swedish market.

Specific Rules and Limitations

Type Description
Rule The intended users of this API are patients.
Limitation This API only supports the POST method. To retrieve referral requests, including self referrals, the profile ServiceRequestReferral is used.
Limitation Not all codes in the chiefComplaint value set are supported in COSMIC. The supported codes are defined here.

Versions

COS version Profile version Required COSMIC version Date Description
3.7.0 1.0.0 3.9.0 June 2023 Initial version, support for POST.

APIs & Supported Operations

HTTP Method Description
POST Used to create a self referral.

Supported Queries

  1. POST [baseURL]/ServiceRequest

Error codes

Code Description Comment
400 Invalid/Unsupported Search parameters  
422 Profile validation error
501 Not implemented When the COSMIC version is lower than 3.9.0.

Usages:

  • CapabilityStatements using this Profile: Cambio Open Services
  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifiers assigned to this order
... intent ?!Σ 1..1 code Will always be plan.
Binding: RequestIntent (required): The kind of service request.
Required Pattern: order
... subject Σ 1..1 Reference(Patient) 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
... reasonCode SΣ 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
ServiceRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredPattern Value: order
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.performer.typeextensiblePattern Value: Organization
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest 0..* ServiceRequest A request for a service to be performed
... identifier 0..* Identifier Identifiers assigned to this order
... instantiatesCanonical 0..0
... instantiatesUri 0..0
... basedOn 0..0
... replaces 0..0
... requisition 0..0
... status 1..1 code Will always be active.
Fixed Value: active
... intent 1..1 code Will always be plan.
Required Pattern: order
... category 0..0
... priority 0..0
... doNotPerform 0..0
... code 0..0
... orderDetail 0..0
... quantity[x] 0..0
... subject 1..1 Reference(Patient) Individual or Entity the service is ordered for
... 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
... reasonCode S 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)
... reasonReference 0..0
... insurance 0..0
... supportingInfo 0..0
... specimen 0..0
... bodySite 0..0
... note 0..0
... patientInstruction 0..0
... relevantHistory 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... 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 Will always be active.
Binding: RequestStatus (required): The status of a service order.
Fixed Value: active
... intent ?!Σ 1..1 code Will always be plan.
Binding: RequestIntent (required): The kind of service request.
Required Pattern: order
... subject Σ 1..1 Reference(Patient) 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
... reasonCode SΣ 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
ServiceRequest.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ServiceRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredPattern Value: order
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.performer.typeextensiblePattern Value: Organization
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

Summary

Mandatory: 2 elements
Must-Support: 3 elements
Fixed: 1 element
Prohibited: 25 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifiers assigned to this order
... intent ?!Σ 1..1 code Will always be plan.
Binding: RequestIntent (required): The kind of service request.
Required Pattern: order
... subject Σ 1..1 Reference(Patient) 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
... reasonCode SΣ 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
ServiceRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredPattern Value: order
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.performer.typeextensiblePattern Value: Organization
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

Differential View

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest 0..* ServiceRequest A request for a service to be performed
... identifier 0..* Identifier Identifiers assigned to this order
... instantiatesCanonical 0..0
... instantiatesUri 0..0
... basedOn 0..0
... replaces 0..0
... requisition 0..0
... status 1..1 code Will always be active.
Fixed Value: active
... intent 1..1 code Will always be plan.
Required Pattern: order
... category 0..0
... priority 0..0
... doNotPerform 0..0
... code 0..0
... orderDetail 0..0
... quantity[x] 0..0
... subject 1..1 Reference(Patient) Individual or Entity the service is ordered for
... 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
... reasonCode S 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)
... reasonReference 0..0
... insurance 0..0
... supportingInfo 0..0
... specimen 0..0
... bodySite 0..0
... note 0..0
... patientInstruction 0..0
... relevantHistory 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... 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 Will always be active.
Binding: RequestStatus (required): The status of a service order.
Fixed Value: active
... intent ?!Σ 1..1 code Will always be plan.
Binding: RequestIntent (required): The kind of service request.
Required Pattern: order
... subject Σ 1..1 Reference(Patient) 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
... reasonCode SΣ 0..1 CodeableConcept Explanation/Justification for procedure or service
Binding: SCT Reference Set 60001000052100 (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
ServiceRequest.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ServiceRequest.statusrequiredFixed Value: active
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredPattern Value: order
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.performer.typeextensiblePattern Value: Organization
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
ServiceRequest.reasonCoderequiredSCTRefSet60001000052100
http://snomed.info/sct/45991000052106?fhir_vs=refset/60001000052100

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

Summary

Mandatory: 2 elements
Must-Support: 3 elements
Fixed: 1 element
Prohibited: 25 elements

 

Other representations of profile: CSV, Excel, Schematron