ServiceRequest
A record of a request for service, prescription or order, as defined by FHIR R4.
Must be “ServiceRequest”.
Possible values: [ServiceRequest]
ServiceRequestLogical id of this artifact.
aaefdf1f-a463-4772-8614-dc36b1ab6548meta object
Its an auto generated FHIR property
1Its an auto generated FHIR property
2025-04-03T14:11:58.948+02:00Its an auto generated FHIR property
#XgwiRHevOEIOczKfextension object[]required
Additional content defined by implementations
URL to extract the practitioner id
https://fhir.mona.icu/StructureDefinition/lastChangedByvalueReference object
The field maintains a history of the last practitioner to interact with the service request. It begins with the creator's ID and is subsequently updated with each modifying practitioner's ID, always reflecting the most recent change.
Status of the service request. If the status is revoked that will be interpreted as a soft delete and in UI prescription will be showed under is revoked section.
Possible values: [active, on-hold, revoked, draft]
activestatusReason object[]
Reason for current status
coding object[]
http://www.nlm.nih.gov/research/umls/rxnorm313002Amoxicillin 500 MG Oral CapsuleAmoxicillin 500mg CapsuleWhen a user creates a new prescription in the UI, the system validates the service. This validation affects both the FHIR's 'intent' and the API's 'is_approved' field. If the service fails validation ('is_approved' = false in the API), FHIR sets the prescription's 'intent' to 'plan', indicating it needs further review.If the service passes validation ('is_approved' = true in the API), the FHIR sets the 'intent' to 'order', signifying it's ready for fulfillment.
Possible values: [plan, order]
ordercategory object[]required
We store type of service category in ServiceRequest, service category information is fetched from the terminology
coding object[]
http://www.nlm.nih.gov/research/umls/rxnorm313002Amoxicillin 500 MG Oral CapsuleAmoxicillin 500mg Capsulecode objectrequired
What is being requested/ordered, fetched from the terminology
coding object[]
http://www.nlm.nih.gov/research/umls/rxnorm313002Amoxicillin 500 MG Oral CapsuleAmoxicillin 500mg Capsulesubject objectrequired
Reference to the Patient Id
encounter objectrequired
Reference to the Encounter Id
Timestamp at which prescription was created
2024-03-25T14:30:00Zrequester objectrequired
Reference to the Practitioner Id
This boolean field is only used when we have frequency type as-needed (Bei Bedarf)
trueoccurrenceTiming objectrequired
The timing of the service request
repeat object
boundsPeriod object
The start of the period. The start date.
The end of the period. The end date.
The number of times to repeat the action.
The length of time an event is to occur.
The units of time for the duration.
Possible values: [s, min, h, d, wk, mo, a]
The number of times the action should occur within the period.
The period of time the frequency is applied to.
The units of time for the period.
Possible values: [s, min, h, d, wk, mo, a]
Possible values: [mon, tue, wed, thu, fri, sat, sun]
code object
coding object[]
http://www.nlm.nih.gov/research/umls/rxnorm313002Amoxicillin 500 MG Oral CapsuleAmoxicillin 500mg CapsulelocationCode object[]required
Requested location, information is predefined and remains same for all ServiceRequest
coding object[]
http://www.nlm.nih.gov/research/umls/rxnorm313002Amoxicillin 500 MG Oral CapsuleAmoxicillin 500mg Capsulenote object[]
Instructions for the prescribed service{
"resourceType": "ServiceRequest",
"id": "aaefdf1f-a463-4772-8614-dc36b1ab6548",
"meta": {
"versionId": "1",
"lastUpdated": "2025-04-03T14:11:58.948+02:00",
"source": "#XgwiRHevOEIOczKf"
},
"extension": [
{
"url": "https://fhir.mona.icu/StructureDefinition/lastChangedBy",
"valueReference": "Practitioner/da46528c-4848-4c48-9728-5465a187656f"
}
],
"status": "active",
"statusReason": [
{
"text": "Reason to keep the status of the prescription"
}
],
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://fhir.mona.icu/CodeSystem/mona-service-request-category",
"code": "procedure-prescription",
"display": "Procedure Prescription"
}
],
"text": "Procedure Prescription"
},
{
"coding": [
{
"system": "https://fhir.mona.icu/CodeSystem/mona-procedure-category",
"code": "LABORATORY_TESTS",
"display": "Labortests"
}
],
"text": "Labortests"
}
],
"code": {
"text": "BGA"
},
"subject": {
"reference": "Patient/ccd2c136-2c70-44e5-8f7f-362b9fca89a7",
"display": "John Doe"
},
"encounter": {
"reference": "Encounter/f12ee825-bea8-4f93-9d29-66744992196f"
},
"authoredOn": "2024-03-25T14:30:00Z",
"requester": {
"reference": "Practitioner/da46528c-4848-4c48-9728-5465a187656f"
},
"asNeededBoolean": true,
"occurrenceTiming": {
"repeat": {
"boundsPeriod": {
"start": "2025-04-01T08:00:00Z",
"end": "2025-04-06T08:00:00Z"
},
"frequency": 4,
"period": 1,
"periodUnit": "d"
},
"code": {
"coding": [
{
"system": "https://fhir.mona.icu/CodeSystem/mona-prescription-timing",
"code": "e08e8baa-97c0-4125-96ca-e2fedc1e0503",
"display": "4x täglich"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "QID",
"display": "Four times a day at institution specified time"
}
],
"text": "4x täglich"
}
},
"locationCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ICU",
"display": "Intensive care unit"
}
],
"text": "Intensive care unit"
}
],
"note": [
{
"text": "Genaue Überwachung der aPTT"
}
]
}