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-DiagnosticReportMediaLinkR5-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 the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Extension-UKCore-DiagnosticReportMediaLinkR5-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "preliminary",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1129261000000102",
        "display": "Cardiac electrophysiology report"
      }
    ]
  },
  "media": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link",
          "valueReference": {
            "reference": "DocumentReference/UKCore-DocumentReference-ECG-Example"
          }
        }
      ],
      "link": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unsupported"
          }
        ],
        "display": "unsupported"
      }
    }
  ]
}