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