{
  "resourceType": "Observation",
  "id": "ISiKKoerpertemperaturExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpertemperatur"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "386725007",
        "display": "Body temperature"
      },
      {
        "code": "150364",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_TEMP_BODY"
      }
    ],
    "text": "Körpertemperatur"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 36.8,
    "unit": "°C"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "effectiveDateTime": "2020-10-11",
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ]
}