{
  "resourceType" : "Observation",
  "id" : "67944ca3-521a-41c6-9878-08f2a4980eab",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/hdr/StructureDefinition/observation-vital-hdr-myhealtheu"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vital Signs Observation</div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs",
      "display" : "Vital Signs"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "8310-5",
      "display" : "Body temperature"
    }]
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime" : "2025-05-27T08:30:00+02:00",
  "performer" : [{
    "reference" : "urn:uuid:b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
  }],
  "valueQuantity" : {
    "value" : 37,
    "unit" : "Cel",
    "system" : "http://unitsofmeasure.org",
    "code" : "Cel"
  }
}