The raw content of the file is shown because it could not be parsed as a FHIR resource
{
    "resource": {
        "resourceType": "Observation",
        "meta": {
            "profile": [
                "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ObservationLab"
            ]
        },
        "identifier": [
            {
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                            "code": "OBI"
                        }
                    ]
                },
                "system": "Generated",
                "value": "2UKE-11031",
                "assigner": {
                    "identifier": {
                        "system": "https://www.medizininformatik-initiative.de/fhir/core/NamingSystem/org-identifier",
                        "value": "UKE"
                    }
                }
            }
        ],
        "status": "final",
        "category": [
            {
                "coding": [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                        "code": "laboratory",
                        "display": "Laboratory"
                    },
                    {
                        "system": "http://loinc.org",
                        "code": "26436-6",
                        "display": "Laboratory studies"
                    }
                ]
            }
        ],
        "code": {
            "coding": [
                {
                    "system": "http://loinc.org",
                    "code": "30428-7"
                }
            ],
            "text": "MCV"
        },
        "subject": {
            "reference": "Patient/2UKE"
        },
        "effectiveDateTime": "2020-03-06T08:00:00+01:00",
        "valueQuantity": {
            "value": 96,
            "unit": "fl",
            "system": "http://unitsofmeasure.org",
            "code": "fL"
        }
    }
}