{
  "resourceType" : "Observation",
  "id" : "example-psa-result",
  "meta" : {
    "profile" : ["http://fhir.tiro.health/StructureDefinition/LabResult"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-psa-result</b></p><a name=\"example-psa-result\"> </a><a name=\"hcexample-psa-result\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabResult.html\">Laboratory Analyte Result</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 63476009}\">Prostate specific antigen measurement</span></p><p><b>effective</b>: 2026-05-16 08:23:00+0200</p><p><b>issued</b>: 2026-05-16 11:05:00+0200</p><p><b>value</b>: 4.2 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeng/mL = 'ng/mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Sample slightly haemolysed; result interpreted with caution.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 726449005}\">Immunoassay technique</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td><div><p>&lt;4.0 ng/mL for males over 50</p>\n</div></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "63476009",
      "display" : "Prostate specific antigen measurement"
    }]
  },
  "effectiveDateTime" : "2026-05-16T08:23:00+02:00",
  "issued" : "2026-05-16T11:05:00+02:00",
  "valueQuantity" : {
    "value" : 4.2,
    "unit" : "ng/mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "ng/mL"
  },
  "note" : [{
    "text" : "Sample slightly haemolysed; result interpreted with caution."
  }],
  "method" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "726449005",
      "display" : "Immunoassay technique"
    }]
  },
  "referenceRange" : [{
    "text" : "<4.0 ng/mL for males over 50"
  }]
}