HL7 Europe Base and Core FHIR IG
2.0.0-ballot - ballot 150

This page is part of the HL7 Europe Base and Core (v2.0.0-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 0.1.0. For a full list of available versions, see the Directory of published versions

: DiagnosticReport Example - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "5679723c-4fae-4ba7-9f09-5438a827bfda",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base-r5/StructureDefinition/diagnosticReport-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport 5679723c-4fae-4ba7-9f09-5438a827bfda</b></p><a name=\"5679723c-4fae-4ba7-9f09-5438a827bfda\"> </a><a name=\"hc5679723c-4fae-4ba7-9f09-5438a827bfda\"> </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-diagnosticReport-eu-core.html\">DiagnosticReport (EU core)</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://loinc.org 18719-5}\">Chemistry studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Doe  Male, DoB: 1980-01-01</td></tr><tr><td>Identifier</td><td> <code>http://example.org/composition-ids</code>/c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-763f7902-8103-4d10-8bd1-546a726d43ee.html\"><span title=\"Codes:{http://loinc.org 22700-9}\">Urea (U) [Moles/Vol]</span></a></td><td>310 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 67 mmol/L - 580 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation LU}\">Significantly low</span></td><td>2023-03-27 11:24:26+0100</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference" : {
        🔗 "reference" : "Composition/26032a57-083a-4ddf-b019-e566ae02f740"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/composition-ids",
      "value" : "c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1"
    }
  ],
  "status" : "registered",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18719-5",
          "display" : "Chemistry studies (set)"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-eu-core-example"
  },
  "specimen" : [
    {
      "display" : "Urine specimen"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/763f7902-8103-4d10-8bd1-546a726d43ee"
    }
  ]
}