FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeDiagnosticReport
IdExtension-UKCore-DeviceReference-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a device performing a diagnostic report

Source1

{
  "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"
    }
  ]
}