HL7 FHIR Implementation Guide: DK Core
3.7.0 - release Denmark flag

HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions

: Else's Laboratory report using EHDS value sets - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "ElseLaboratoryReport",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ElseLaboratoryReport</b></p><a name=\"ElseLaboratoryReport\"> </a><a name=\"hcElseLaboratoryReport\"> </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-dk-core-diagnostic-report.html\">Danish Core Diagnostic Report Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://snomed.info/sct 394596001}\">klinisk biokemi</span>, <span title=\"Codes:{http://loinc.org 18719-5}\">Chemistry studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Else Test Lauridsen(official) Female, DoB: 1991-02-02 ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0201919990)</td></tr><tr><td>When For</td><td>2023-09-15 10:00:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"Organization-KliniskBiokemiHBY.html\">Organization: identifier = urn:oid:1.2.208.176.1.1#275871000016006</a></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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ElseINR.html\"><span title=\"Codes:{http://npu-terminology.org NPU01685}\">P—Coagulation, tissue factor-induced; rel.time(actual/norm;INR;IRP 67/40;proc.) = ?</span></a></td><td>1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></td><td>Final</td><td>2023-09-15 09:15:00+0000</td></tr><tr><td><a href=\"Observation-ElseKalium.html\"><span title=\"Codes:{http://npu-terminology.org NPU03230}\">P—Potassium ion; subst.c. = ? mmol/L</span></a></td><td>3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td>Final</td><td>2023-09-15 09:15:00+0000</td></tr><tr><td><a href=\"Observation-ElseNatrium.html\"><span title=\"Codes:{http://npu-terminology.org NPU03429}\">P—Sodium ion; subst.c. = ? mmol/L</span></a></td><td>150 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td>Final</td><td>2023-09-15 09:15:00+0000</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/554471000005108",
          "code" : "394596001",
          "display" : "klinisk biokemi"
        }
      ]
    },
    {
      "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/else"
  },
  "effectiveDateTime" : "2023-09-15T10:00:00.000Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/KliniskBiokemiHBY"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/ElseINR"
    },
    {
      🔗 "reference" : "Observation/ElseKalium"
    },
    {
      🔗 "reference" : "Observation/ElseNatrium"
    }
  ]
}