Polaris FHIR Implementation Guide
1.9.9 - ci-build

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

: Anemia Diagnostic Report - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "anemia-diagnosticreport-20250408",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-diagnosticreport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>CBC panel including hemoglobin result for Avery Linwood (DOB: 1990-06-05). Result shows a hemoglobin level of 68 g/L. Diagnostic impression: acute anemia. Treatment initiated by Dr. Emil Navarro.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-diagnosticreport-identifier",
      "value" : "DR-ANEMIA-WORKUP-20250408"
    }
  ],
  "status" : "final",
  "code" : {
    "text" : "CBC panel with hemoglobin result"
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "encounter" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
      "value" : "enc-avery-20250408-01"
    },
    "display" : "Annual physical with anemia workup"
  },
  "effectiveDateTime" : "2025-04-08T10:12:00-06:00",
  "result" : [
    {
      "identifier" : {
        "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier",
        "value" : "OBS-HEMOGLOBIN-20250408"
      },
      "display" : "Hemoglobin concentration"
    }
  ],
  "conclusion" : "Hemoglobin level of 68 g/L confirmed acute anemia. Urgent treatment initiated and further investigation recommended.",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "language" : "en",
      "title" : "CBC and Hemoglobin Report - April 8, 2025",
      "creation" : "2025-04-08T11:00:00-06:00"
    }
  ]
}