{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "https://fhir.cambio.se/StructureDefinition/ObservationBodyHeightLite/v1"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.cambio.se/Observation",
      "value": "12362"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "1153637007",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "identifier": {
      "value": "198101199282",
      "system": "urn:oid:1.2.752.129.2.1.3.1"
    }
  },
  "effectiveDateTime": "2022-01-10T15:33:48.583Z",
  "performer": [
    {
      "identifier": {
        "value": "198101199282",
        "system": "urn:oid:1.2.752.129.2.1.3.1"
      },
      "type": "Patient"
    },
    {
      "identifier": [
        {
          "system": "urn:oid:1.2.752.129.2.1.4.1",
          "value": "SE-123-231-231"
        }
      ],
      "type": "Organization"
    }
  ],
  "valueQuantity": {
    "value": 186.0,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}