FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | DiagnosticReport |
| Id | Extension-UKCore-DeviceReference-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-DeviceReference-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "721981007",
"display": "Diagnostic studies report"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"valueReference": {
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
"resultsInterpreter": [
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"valueReference": {
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
"specimen": [
{
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
}
],
"result": [
{
"reference": "Observation/UKCore-Observation-WhiteCellCount-Example"
}
]
}