FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeDiagnosticReport
IdDiagnosticReport-236047.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "236047",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "36625-2",
        "display": "Breast Mammogram"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-1128",
    "display": "Jessica Pauleen Campbell"
  },
  "context": {
    "reference": "Encounter/Encounter-921",
    "display": "Bay Area Family Practice"
  },
  "effectivePeriod": {
    "start": "2026-09-28T09:36:36-04:00",
    "end": "2026-09-28T09:36:36-04:00"
  },
  "result": [
    {
      "reference": "Observation/Observation-236046",
      "display": "No_Cancer_Detected"
    }
  ]
}