FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-BSJ-SNFDischargeLabOrderCBC.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest BSJ-SNFDischargeLabOrderCBC
status: Active
intent: Order
category: Laboratory procedure
priority: Routine
code: Complete blood count without differential (procedure)
occurrence: 2024-05-28
authoredOn: 2024-05-18
requester: PractitionerRole Geriatric Medicine (Family Medicine) Physician
reasonReference: Condition Anemia co-occurrent and due to chronic kidney disease stage 3 (disorder)
{
"resourceType": "ServiceRequest",
"id": "BSJ-SNFDischargeLabOrderCBC",
"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": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "43789009",
"display": "Complete blood count without differential (procedure)"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"occurrenceDateTime": "2024-05-28",
"authoredOn": "2024-05-18",
"requester": {
"reference": "PractitionerRole/Role-SNFDoc-GeraldPark"
},
"reasonReference": [
{
"reference": "Condition/BSJ-AnemiaDiagnosis"
}
]
}