{
  "resourceType": "Observation",
  "id": "ExampleISiKLaboruntersuchungTroponin1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "42757-5"
      },
      {
        "code": "105000003",
        "system": "http://snomed.info/sct",
        "display": "Troponin measurement"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 0.1,
    "code": "ug/L"
  },
  "referenceRange": [
    {
      "high": {
        "system": "http://unitsofmeasure.org",
        "value": 0.4,
        "code": "ug/L"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "effectiveDateTime": "2021-09-01T12:00:00Z"
}