{
  "resourceType": "Observation",
  "id": "ExampleISiKLaboruntersuchungTSH1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "3015-5"
      },
      {
        "code": "61167004",
        "system": "http://snomed.info/sct",
        "display": "Thyroid stimulating hormone measurement"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 3.4,
    "code": "u[IU]/mL"
  },
  "referenceRange": [
    {
      "low": {
        "system": "http://unitsofmeasure.org",
        "value": 0.27,
        "code": "u[IU]/mL"
      },
      "high": {
        "system": "http://unitsofmeasure.org",
        "value": 4.2,
        "code": "u[IU]/mL"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "effectiveDateTime": "2021-09-01T12:00:00Z"
}