XML View
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-CompositionReference-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition">
<valueReference>
<reference value="Composition/UKCore-Composition-Discharge-Example" />
</valueReference>
</extension>
<identifier>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="ce1913bf-ead4-4d04-904f-714cbc1636ef" />
</identifier>
<status value="final" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="252275004" />
<display value="Hematology test" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<performer>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
</DiagnosticReport>
JSON View
{
"resourceType": "DiagnosticReport",
"id": "UKCore-Extension-CompositionReference-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference": {
"reference": "Composition/UKCore-Composition-Discharge-Example"
}
}
],
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "ce1913bf-ead4-4d04-904f-714cbc1636ef"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "252275004",
"display": "Hematology test"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
]
}