FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.referral
Resource TypeServiceRequest
IdServiceRequest-example-referral-servicerequest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest example-referral-servicerequest

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


Source1

{
  "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"
  }
}