{
  "resourceType": "Observation",
  "id": "Koerpertemperatur-Atemwege",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-atemwege"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "8310-5",
        "system": "http://loinc.org"
      },
      {
        "code": "150356",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_TEMP_AWAY"
      },
      {
        "code": "60955-2",
        "system": "http://loinc.org",
        "display": "Airway temperature"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 37,
    "unit": "degree Celsius"
  },
  "bodySite": {
    "coding": [
      {
        "code": "89187006",
        "system": "http://snomed.info/sct",
        "display": "Airway structure (body structure)"
      }
    ]
  },
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "effectivePeriod": {
    "start": "2019-12-23T08:30:10+00:00",
    "end": "2019-12-23T09:30:10+00:00"
  }
}