{
  "resourceType": "Observation",
  "id": "Koerpertemperatur-Kern",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-kern"
    ]
  },
  "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"
      },
      {
        "code": "276885007",
        "system": "http://snomed.info/sct",
        "display": "Core body temperature"
      },
      {
        "code": "150364",
        "system": "urn:iso:std:iso:11073:10101"
      },
      {
        "code": "150368",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "Body temperature - Core"
      },
      {
        "code": "8329-5",
        "system": "http://loinc.org",
        "display": "Body temperature - Core"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 37,
    "unit": "degree Celsius"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "effectivePeriod": {
    "start": "2019-12-23T08:30:10+00:00",
    "end": "2019-12-23T09:30:10+00:00"
  }
}