{
  "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)<br />Time: 20.11.2017 11:46<br />Result: 37.2 Cel</div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:94409af6-3639-47f0-b2a0-d10b5fa5c441"
    }
  ],
  "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"
      }
    ]
  },
  "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"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "<",
        "display": "Off scale low"
      }
    ]
  },
  "comment": "Off scale low",
  "referenceRange": [
    {
      "low": {
        "value": 35.8,
        "unit": "Cel",
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "LU"
      },
      "high": {
        "value": 37.8,
        "unit": "Cel",
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "LU"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/referencerange-meaning",
              "code": "normal",
              "display": "Normal Range"
            }
          ],
          "text": "Normal range"
        }
      ],
      "age": {
        "low": {
          "value": 15,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "21612-7"
        },
        "high": {
          "value": 100,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "21612-7"
        }
      },
      "text": "Age"
    }
  ]
}