Polaris FHIR Implementation Guide
1.9.5 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hemoglobin Lab Request - JSON Representation

Raw json | Download

{
  "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"
    }
  }
}