FHIR IG analytics| Package | hl7.eu.fhir.xshare-careplan |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-xshare-careplan-servicerequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}