FHIR Service Request

Copyright 2024 Brightstreet Group

The following is a description of a Service Request that can be submitted to a Community Information Exchange Hub. For detailed information, please visit the HL7 FHIR page HL7.FHIR.US.SDOH-CLINICALCARE\SDOHCC ServiceRequest - Definitions - FHIR v4.0.1

Operations

The following are operations that can be performed and links to

Sample Object

{ "authoredOn": "2024-07-26T00:00:00.000Z", "category": [ { "coding": [ { "code": "GeneratedExcelSpreadsheet_v2", "display": "Generated by Excel Spreadsheet", "system": "https://mi-cie.org/fhir/StructureDefinition" } ] } ], "code": { "coding": [ { "code": "83977-9", "display": "Social worker Outreach note", "system": "https://loinc.org" } ] }, "id": "895852ed-1234-4864-988a-bd114cc56ff5", "intent": "original-order", "meta": { "lastUpdated": "2024-07-31T14:10:19.489195+00:00", "versionId": "MTcyMjQzNTAxOTQ4OTE5NTAwMA" }, "performer": [ { "display": "Michigan 211 Gryphon Place", "reference": "Organization/MI211-GRYP", "type": "Organization" } ], "requester": { "display": "Children’s Services Agency (CSA)", "reference": "Organization/CSA" }, "resourceType": "ServiceRequest", "status": "active", "subject": { "display": "FIRSTNAME LASTNAME", "reference": "Patient/123484f8-40bf-4b1c-acfe-df60bef055f2" } }

 

Field Descriptions

The following are descriptions of the fields that must be passed into the service request object.

Field

Description

References

 

Field

Description

References

 

requisition

This will allow multiple FHIR Service Requests to be grouped together if they were made

ServiceRequest - FHIR v6.0.0-ballot2

requisition

authoredOn

The date and time that this request was created.

ServiceRequest - FHIR v6.0.0-ballot2

authoredOn

identifiers

This field represents an array of identifiers for this Service Request. For example, if the requester has an internal intake ID, it would be included in this list of identifiers.

ServiceRequest - FHIR v6.0.0-ballot2

identifier_0_system

identifier_0_type_text

identifier_0_use

identifier_0_value

category

This is the category of the request being made. This represents metadata that will be associated with the Service Request.

https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.category

category_0_coding_0_code

category_0_coding_0_display

category_0_coding_0_system

code

This is a code for the service request that is being requested. This code can be one of the following codes

  • LA211 Taxonomy

  • SNOMED Codes

  • LOINC

ServiceRequest - FHIR v6.0.0-ballot2

code_coding_0_code

code_coding_0_display

code_coding_0_system

requester

This will be a reference to the FHIR patient record ID or FHIR organization record ID that submitted the FHIR Service Request to the CIE-HUB.

ServiceRequest - FHIR v6.0.0-ballot2

requester_display

requester_organizationId

requester_type

subject

This will reference a FHIR patient record id that Service Request is being requested for to the CIE-HUB.

ServiceRequest - FHIR v6.0.0-ballot2

subject_display

subject_patientId

supportingInfo

This will be supporting information about the service request. This will be a reference to an FHIR consent ID.

ServiceRequest - FHIR v6.0.0-ballot2

 

performer

This will be a reference to FHIR resources to the performer of the service. This is usually an organization.

ServiceRequest - FHIR v6.0.0-ballot2

performer_0_display

performer_0_organizationId

performer_0_type

status

The status of the service request.

ServiceRequest - FHIR v6.0.0-ballot2

status

extension.createdBySocialNavigator

This is the person who created this ServiceRequest if the ServiceRequest was created inside Social Navigator.

 

created_by_social_navigator_0_value_string

extension.agencyLocation

This is the location of the agency that is making the ServiceRequest.

 

agencyLocation_0_value_string

note

This includes any comments associated with this Service Request. This will include the time of the note and its author.

ServiceRequest - FHIR v6.0.0-ballot2

note_x_author_string

note_x_text

note_x_time

id

The CIE Hub unique identifier for this resource.

 

id

intent

If the request is a plan or proposal.

ServiceRequest - FHIR v6.0.0-ballot2

intent

Â