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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeDiagnosticReport
IdUKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-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 lab diagnostic report with a group observation reference

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Observation/UKCore-Observation-Group-FullBloodCount-Example"
    }
  ]
}