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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeServiceRequest
IdServiceRequest-rs-example-service-request.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

ServiceRequest documenting refusal to admit for rs-example-patient with supporting organization and practitioner contacts.

Source1

{
  "resourceType": "ServiceRequest",
  "id": "rs-example-service-request",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-service-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "revoked",
  "intent": "plan",
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "occurrenceDateTime": "2025-10-31T16:10:00+08:00",
  "supportingInfo": [
    {
      "reference": "Organization/rs-organization-single-ex"
    },
    {
      "reference": "Practitioner/rs-practitioner-receivedby"
    }
  ]
}