MyHealth@Eu Laboratory Report
0.0.1 - qa-preview 150

This page is part of the MyHealth@Eu Laboratory Report (v0.0.1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DiagnosticReport: example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "SampleDiagnosticReport",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/laboratory/StructureDefinition/DiagnosticReport-lab-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes: {http://loinc.org 18717-9}\">Blood bank studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Albertus Doe </b> male, DoB: 1989-12-12 ( <code>https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin</code>/89121210976\u00a0(use:\u00a0official))</td></tr><tr><td>When For</td><td>2023-04-19 15:46:00+0100</td></tr><tr><td>Identifier:</td><td> <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f</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>When For</b></td></tr><tr><td><a href=\"Observation-SampleBloodGroupObservation.html\"><span title=\"Codes: {http://loinc.org 883-9}\">Blood Group</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 112144000}\">A</span></td><td>2023-03-09 13:35:00+0100</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference" : {
        🔗 "reference" : "Composition/SampleComposition"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18717-9",
          "display" : "Blood bank studies (set)"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/SamplePatient"
  },
  "effectiveDateTime" : "2023-04-19T15:46:00+01:00",
  "result" : [
    {
      🔗 "reference" : "Observation/SampleBloodGroupObservation"
    }
  ]
}