...
The following are descriptions of the fields that must be passed into the service request object.
Field | Description | References |
---|---|---|
requisition | This will allow multiple for FHIR Service Requests to be grouped together if they where made | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.requisition |
authoredOn | The date and time that this request was created. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.authoredOn |
identifiers | Represents a array of identifiers for this Service Request. An example would be if the requester has a internal intake id that would be in this list of identifiers. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.identifier |
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 |
code | This is a code for the service request that is being requested. This code can be one of the following codes
| https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.code |
requester | This will be a reference to a FHIR patient record id or FHIR organization record id that submitted the FHIR Service Request to the CIE-HUB. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.requester |
subject | This will be a reference to a FHIR patient record id that Service Request is being requested for to the CIE-HUB. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.subject |
supportingInfo | This will be supporting information about the service request. This will be a reference to a FHIR consent id. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.supportingInfo |
performer | This will a reference to FHIR |
resource to the performer of the service. This is usually a organization. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.performer |
status | The status |
of the service request. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.status | |
extension | Will be a list of custom attributes that are associated with this ServiceRequest. | |
note | Any comments associated with this Service Request. This will include the time of the note and the author of the note. | https://build.fhir.org/servicerequest-definitions.html#ServiceRequest.note |