FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-BSJ-SNFDischargePTRefer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest BSJ-SNFDischargePTRefer
status: Active
intent: Order
category: Evaluation procedure (procedure)
priority: Routine
code: Physical therapy assessment (procedure)
occurrence: 2024-05-18 --> (ongoing)
authoredOn: 2024-05-18
requester: PractitionerRole Geriatric Medicine (Family Medicine) Physician
reasonReference: Condition Right hemiparesis (disorder)
{
"resourceType": "ServiceRequest",
"id": "BSJ-SNFDischargePTRefer",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.1"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410158009",
"display": "Physical therapy assessment (procedure)"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"occurrencePeriod": {
"start": "2024-05-18"
},
"authoredOn": "2024-05-18",
"requester": {
"reference": "PractitionerRole/Role-SNFDoc-GeraldPark"
},
"reasonReference": [
{
"reference": "Condition/BSJ-HemiparesisDiagnosis"
}
]
}