FHIR IG analytics| Package | hl7.fhir.be.referral |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-referral-servicerequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-referral-servicerequest
Profile: BeReferralServiceRequest
BeValidityPeriod: 2026-08-25 --> 2026-09-25
status: Active
intent: Order
category: Technical example
code: Technical example
subject: Technical example patient
authoredOn: 2026-08-25 12:00:00+0200
requester: Technical example prescriber
{
"resourceType": "ServiceRequest",
"id": "example-referral-servicerequest",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period",
"valuePeriod": {
"start": "2026-08-25",
"end": "2026-09-25"
}
}
],
"status": "active",
"intent": "order",
"category": [
{
"text": "Technical example"
}
],
"code": {
"text": "Technical example"
},
"subject": {
"display": "Technical example patient"
},
"authoredOn": "2026-08-25T12:00:00+02:00",
"requester": {
"display": "Technical example prescriber"
}
}