PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "PFEIG-ServiceRequest-SNFDischargeLabOrderCBC",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest PFEIG-ServiceRequest-SNFDischargeLabOrderCBC</b></p><a name=\"PFEIG-ServiceRequest-SNFDischargeLabOrderCBC\"> </a><a name=\"hcPFEIG-ServiceRequest-SNFDischargeLabOrderCBC\"> </a><a name=\"PFEIG-ServiceRequest-SNFDischargeLabOrderCBC-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 43789009}\">Complete blood count without differential (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>occurrence</b>: 2024-07-29</p><p><b>authoredOn</b>: 2024-07-17</p><p><b>requester</b>: <a href=\"PractitionerRole-PFEIG-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: <a href=\"Condition-PFEIG-Condition-AnemiaDiagnosis.html\">Condition Anemia co-occurrent and due to chronic kidney disease stage 3 (disorder)</a></p></div>"
},
"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/PFEIG-patientBSJ1"
},
"occurrenceDateTime" : "2024-07-29",
"authoredOn" : "2024-07-17",
"requester" : {
🔗 "reference" : "PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/PFEIG-Condition-AnemiaDiagnosis"
}
]
}