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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeDiagnosticReport
IdLabResultResponse.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": "LAB-20250827-001",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport"
    ],
    "lastUpdated": "2025-08-27T12:00:00+08:00",
    "versionId": "1"
  },
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/recordID",
      "value": "LAB-20250827-001"
    },
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/accessionNumber",
      "value": "ACC-20250827-001"
    }
  ],
  "status": "final",
  "basedOn": [
    {
      "reference": "ServiceRequest/SR-001"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.synapxe.sg/CodeSystem/nehr-investigationtypes",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "718-7",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/12345"
  },
  "encounter": {
    "reference": "Encounter/ENC-001"
  },
  "issued": "2025-08-27T02:00:00+00:00",
  "performer": [
    {
      "reference": "Practitioner/PRAC-001"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Practitioner/PRAC-002"
    }
  ],
  "specimen": [
    {
      "reference": "#spec1"
    }
  ],
  "result": [
    {
      "reference": "#obs1"
    }
  ],
  "contained": [
    {
      "resourceType": "Specimen",
      "id": "spec1",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/specimenID",
          "value": "SPEC-20250827-001"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "122555007",
            "display": "Venous blood specimen"
          }
        ]
      },
      "subject": {
        "reference": "Patient/12345"
      },
      "collection": {
        "collector": {
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/practitionerID",
            "value": "PRAC-010"
          },
          "display": "Dr. Collector"
        },
        "collectedDateTime": "2025-08-27T01:00:00+00:00",
        "method": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "LNV",
              "display": "Venipuncture"
            }
          ]
        },
        "bodySite": {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "368209003",
                "display": "Left median cubital vein"
              }
            ]
          }
        }
      }
    },
    {
      "resourceType": "Observation",
      "id": "obs1",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/investigationID",
          "value": "INV-20250827-001"
        }
      ],
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "718-7",
            "display": "Hemoglobin [Mass/volume] in Blood"
          }
        ]
      },
      "subject": {
        "reference": "Patient/12345"
      },
      "effectiveDateTime": "2025-08-27T01:30:00+00:00",
      "performer": [
        {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/organizationID",
            "value": "ORG-001"
          },
          "display": "SGH Laboratory"
        }
      ],
      "valueQuantity": {
        "value": 13.5,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "specimen": {
        "reference": "#spec1"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "note": [
        {
          "text": "Within normal range."
        }
      ],
      "referenceRange": [
        {
          "text": "13.0 - 17.0 g/dL"
        }
      ]
    }
  ]
}