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-Note-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 sending a note with a diagnostic report

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Extension-UKCore-Note-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note",
      "valueAnnotation": {
        "authorReference": {
          "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
        },
        "time": "2023-05-10T10:39:12+00:00",
        "text": "Page Dr Watson on receipt of results."
      }
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "957d702f-7e9e-43c2-b783-978f2c164b3c"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
      "display": "LEEDS TEACHING HOSPITALS NHS TRUST"
    }
  ],
  "conclusion": "Inconclusive finding of staphylococcus, no evidence of bacteremia."
}