An example to illustrate a lab diagnostic report with a group observation reference

Table View

DiagnosticReport.id[0]UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a lab diagnostic report with a group observation reference</div>
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]727071dc-eb01-4224-8ee8-cc0a029787ac
DiagnosticReport.status[0]final
DiagnosticReport.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0074
DiagnosticReport.category[0].coding[0].code[0]LAB
DiagnosticReport.category[0].coding[0].display[0]Laboratory
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]721981007
DiagnosticReport.code[0].coding[0].display[0]Diagnostic studies report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.effective[0]2023-01-13T14:53:23+00:00
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST
DiagnosticReport.specimen[0].reference[0]Specimen/UKCore-Specimen-BloodSpecimen-Example
DiagnosticReport.result[0].reference[0]Observation/UKCore-Observation-Group-FullBloodCount-Example

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="727071dc-eb01-4224-8ee8-cc0a029787ac" />
</identifier>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
<code value="LAB" />
<display value="Laboratory" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="721981007" />
<display value="Diagnostic studies report" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<effectiveDateTime value="2023-01-13T14:53:23+00:00" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
<reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" />
</specimen>
<reference value="Observation/UKCore-Observation-Group-FullBloodCount-Example" />
</result>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "727071dc-eb01-4224-8ee8-cc0a029787ac"
}
],
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "721981007",
"display": "Diagnostic studies report"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2023-01-13T14:53:23+00:00",
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
],
{
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
}
],
"result": [
{
"reference": "Observation/UKCore-Observation-Group-FullBloodCount-Example"
}
]
}

back to top