{
  "resourceType": "Observation",
  "id": "example-mes-fr-observation-body-temperature-001",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-body-temperature"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 36.5,
    "unit": "C"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/example-mes-fr-patient-001",
    "display": "Pierre Durand",
    "type": "Patient"
  },
  "effectiveDateTime": "2022-11-06"
}
