HL7 Europe Laboratory Report
0.2.0-ci - ci-build 150

HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions

: Composition: example - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "comp-lab-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/laboratory/StructureDefinition/Composition-eu-lab"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition comp-lab-example</b></p><a name=\"comp-lab-example\"> </a><a name=\"hccomp-lab-example\"> </a><a name=\"comp-lab-example-en-US\"> </a><p><b>Document DiagnosticReport Reference</b>: <a href=\"DiagnosticReport-dr-lab-example.html\">Diagnostic Report for 'Laboratory report' for '-&gt;František Očkovaný Moreira  Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))'</a></p><p><b>identifier</b>: <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</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory Studies (set)</span></p><p><b>date</b>: 2022-10-25 14:30:00+0100</p><p><b>author</b>: MUDr. Aleš Procházka</p><p><b>title</b>: Laboratory Report Bacterial Aerobic &amp; Anaerobic Culture and Susceptibility - 27 Dec, 2020 14:30</p><p><b>confidentiality</b>: normal</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2020-12-27 14:30:00+0100</td><td>Best Laboratory</td></tr></table><p><b>custodian</b>: Best Laboratory</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/laboratory/StructureDefinition/composition-diagnosticReportReference",
      "valueReference" : {
        🔗 "reference" : "DiagnosticReport/dr-lab-example"
      }
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "26436-6",
          "display" : "Laboratory Studies (set)"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pat-lab-example"
  },
  "date" : "2022-10-25T14:30:00+01:00",
  "author" : [
    {
      "display" : "MUDr. Aleš Procházka"
    }
  ],
  "title" : "Laboratory Report Bacterial Aerobic & Anaerobic Culture and Susceptibility - 27 Dec, 2020 14:30",
  "confidentiality" : "N",
  "attester" : [
    {
      "mode" : "legal",
      "time" : "2020-12-27T14:30:00+01:00",
      "party" : {
        "display" : "Best Laboratory"
      }
    }
  ],
  "custodian" : {
    "display" : "Best Laboratory"
  },
  "section" : [
    {
      "title" : "Bacterial Aerobic & Anaerobic Culture & Susceptibility",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18725-2",
            "display" : "Microbiology studies (set)"
          }
        ]
      },
      "section" : [
        {
          "title" : "Gram Stain",
          "code" : {
            "text" : "Gram Stain"
          },
          "entry" : [
            {
              🔗 "reference" : "Observation/obs-gram-stain"
            }
          ]
        },
        {
          "title" : "Aerobic Culture",
          "code" : {
            "text" : "Aerobic Culture"
          },
          "entry" : [
            {
              🔗 "reference" : "Observation/obs-aerobic-culture"
            }
          ]
        },
        {
          "title" : "Anaerobic Culture",
          "code" : {
            "text" : "Anaerobic Culture"
          },
          "entry" : [
            {
              🔗 "reference" : "Observation/obs-anaerobic-culture"
            }
          ]
        }
      ]
    }
  ]
}