FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-betsysmith-johnson01-ServiceRequest-med-rec-order-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest betsysmith-johnson01-ServiceRequest-med-rec-order-02
status: Active
intent: Order
category: Evaluation procedure (procedure)
priority: ASAP
code: Referral to pharmacist (procedure)
subject: Betsy Smith-Johnson
occurrence: 2025-07-04 --> (ongoing)
authoredOn: 2025-07-04 11:40:00-0400
requester: PractitionerRole Nurse Practitioner
performerType: Pharmacist (occupation)
performer: PractitionerRole Pharmacist
locationCode: Home Health
locationReference: Location Motown Home Health
note:
Medication reconciliation referral for home health
{
"resourceType": "ServiceRequest",
"id": "betsysmith-johnson01-ServiceRequest-med-rec-order-02",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request"
]
},
"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": "asap",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "306362008",
"display": "Referral to pharmacist (procedure)"
}
]
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01",
"display": "Betsy Smith-Johnson"
},
"occurrencePeriod": {
"start": "2025-07-04"
},
"authoredOn": "2025-07-04T11:40:00-04:00",
"requester": {
"reference": "PractitionerRole/PractitionerRole-DNP-JudySalas"
},
"performerType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "46255001",
"display": "Pharmacist (occupation)"
}
]
},
"performer": [
{
"reference": "PractitionerRole/PractitionerRole-Pharm-AlexMarkos"
}
],
"locationCode": [
{
"coding": [
{
"code": "homeHealth",
"display": "Home Health"
}
]
}
],
"locationReference": [
{
"reference": "Location/org-Loc-Motown-Home-Health"
}
],
"note": [
{
"text": "Medication reconciliation referral for home health"
}
]
}