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

FHIR IG analytics

Packagehl7.eu.fhir.xshare-careplan
Resource TypeServiceRequest
IdServiceRequest-xshare-careplan-servicerequest-example.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 xshare-careplan-servicerequest-example

status: Active

intent: Plan

code: Assessment of health and social care needs

subject: Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)

occurrence: 2026-05-15

requester: Organization Example Community Health Centre


Source1

{
  "resourceType": "ServiceRequest",
  "id": "xshare-careplan-servicerequest-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "710824005",
        "display": "Assessment of health and social care needs"
      }
    ]
  },
  "subject": {
    "reference": "Patient/xshare-careplan-patient-example"
  },
  "occurrenceDateTime": "2026-05-15",
  "requester": {
    "reference": "Organization/xshare-careplan-organization-example"
  }
}