{
  "resourceType" : "ServiceRequest",
  "id" : "lab-request-hemoglobin",
  "meta" : {
    "profile" : ["https://fhir.apps.health/StructureDefinition/polaris-servicerequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Lab request for hemoglobin test submitted on April 8, 2025 at 10:10 am due to dizziness and fatigue.</p></div>"
  },
  "identifier" : [{
    "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-servicerequest-identifier",
    "value" : "SRVREQ-HEMOGLOBIN-20250408"
  }],
  "status" : "completed",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "108252007",
      "display" : "Laboratory procedure"
    }]
  }],
  "code" : {
    "text" : "Hemoglobin"
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    }
  },
  "authoredOn" : "2025-04-08T10:10:00-06:00",
  "requester" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
      "value" : "cedarbrook-clinic"
    }
  }
}