{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-bodytemperature-stu3"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Code: Body temperature (8310-5), Oral temperature (8331-1)<br />Time: 20.11.2017 11:46<br />Result: 37.2 Cel</div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3e452f1f-14d3-4bac-9d54-6facd110fdea"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      },
      {
        "system": "http://loinc.org",
        "code": "8331-1",
        "display": "Oral temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86"
  },
  "effectiveDateTime": "2017-11-20T09:46:00+00:00",
  "issued": "2017-11-20T09:46:00+00:00",
  "performer": [
    {
      "reference": "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86"
    }
  ],
  "valueQuantity": {
    "value": 37.2,
    "unit": "Cel",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}