{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "https://fhir.cambio.se/StructureDefinition/ObservationBodyWeightLite/v1"
    ]
  },
  "contained": [
    {
      "resourceType": "PractitionerRole",
      "id": "1",
      "practitioner": {
        "identifier": {
          "value": "SE-123-231-123",
          "system": "urn:oid:1.2.752.129.2.1.4.1"
        }
      },
      "organization": {
        "identifier": {
          "value": "SE-123-231-231",
          "system": "urn:oid:1.2.752.129.2.1.4.1"
        }
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3645890065345345",
        "display": "Body weight"
      },
      {
        "system": "http://loinc.org",
        "code": "29463-7"
      }
    ]
  },
  "subject": {
    "identifier": {
      "value": "198101199282",
      "system": "urn:oid:1.2.752.129.2.1.3.1"
    }
  },
  "effectiveDateTime": "2022-01-11T15:33:48.583Z",
  "performer": [
    {
      "reference": "#1",
      "type": "PractitionerRole"
    }
  ],
  "valueQuantity": {
    "value": 65.0,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}