{
  "resourceType": "Observation",
  "id": "Koerpertemperatur-Halswirbelsaeule",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-halswirbelsaeule"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "364419004",
        "system": "http://snomed.info/sct",
        "display": "Temperature of cervical spine"
      },
      {
        "code": "8310-5",
        "system": "http://loinc.org"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 37,
    "unit": "degree Celsius"
  },
  "bodySite": {
    "coding": [
      {
        "code": "122494005",
        "system": "http://snomed.info/sct",
        "display": "Structure of cervical vertebral column (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"
  }
}