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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeDiagnosticReport
IdDiagnosticReport-a3b4c5d6-e7f8-9012-abcd-123456789012.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Laboratory Report - John Doe

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "a3b4c5d6-e7f8-9012-abcd-123456789012",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/diagnosticReport-myhealtheu-core"
    ]
  },
  "language": "en-GB",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/report-ids",
      "value": "LAB-2024-001"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime": "2024-01-10",
  "issued": "2024-01-10T14:00:00Z",
  "performer": [
    {
      "reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
    }
  ],
  "result": [
    {
      "reference": "Observation/e1f2a3b4-c5d6-7890-efab-901234567890"
    }
  ]
}