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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeDiagnosticReport
IdRadiologyResultUpdateRequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "RAD-20250827-005",
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/recordID",
      "value": "RAD-20250827-005"
    },
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/accessionNumber",
      "value": "ACC-20250827-005"
    }
  ],
  "status": "final",
  "basedOn": [
    {
      "reference": "ServiceRequest/SR-005"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.synapxe.sg/CodeSystem/nehr-investigationtypes",
          "code": "RAD",
          "display": "Radiology"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "30746-0",
        "display": "Coronary angiogram"
      }
    ]
  },
  "subject": {
    "reference": "Patient/12345"
  },
  "encounter": {
    "reference": "Encounter/ENC-005"
  },
  "issued": "2025-08-27T06:00:00+00:00",
  "performer": [
    {
      "reference": "Practitioner/PRAC-009"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Practitioner/PRAC-010"
    }
  ],
  "result": [
    {
      "reference": "#obs1"
    }
  ],
  "contained": [
    {
      "resourceType": "Observation",
      "id": "obs1",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/investigationID",
          "value": "INV-20250827-005"
        }
      ],
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "30746-0",
            "display": "Coronary angiogram"
          }
        ]
      },
      "subject": {
        "reference": "Patient/12345"
      },
      "effectiveDateTime": "2025-08-27T05:30:00+00:00",
      "performer": [
        {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/organizationID",
            "value": "ORG-002"
          },
          "display": "SGH Radiology"
        }
      ],
      "valueQuantity": {
        "value": 0,
        "unit": "No significant stenosis",
        "system": "http://unitsofmeasure.org",
        "code": "{No significant stenosis}"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "note": [
        {
          "text": "No intervention required."
        }
      ],
      "referenceRange": [
        {
          "text": "No significant stenosis"
        }
      ]
    }
  ]
}