{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-pef-stu3"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Code: Maximum expiratory gas flow Respiratory system airway by Peak flow meter (19935-6)<br />Time: 20.11.2017 11:46<br />Result: 610 L/min<br />Medication context: After medication (2)<br />Active symptoms: true</div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:103ed5ce-2e9d-4a8e-bc15-e386119bf5ec"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "19935-6",
        "system": "http://loinc.org",
        "display": "Maximum expiratory gas flow Respiratory system airway by Peak flow meter"
      }
    ]
  },
  "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": 590,
    "unit": "L/min",
    "system": "http://unitsofmeasure.org",
    "code": "L/min"
  },
  "extension": [
    {
      "url": "http://phr.kanta.fi/StructureDefinition/fiphr-boolean",
      "valueBoolean": "true"
    },
    {
      "url": "http://phr.kanta.fi/StructureDefinition/fiphr-medicationcontext",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://phr.kanta.fi/fiphr-cs-medicationcontext",
            "code": "2",
            "display": "After medication"
          }
        ]
      }
    }
  ]
}