{
  "resourceType": "Observation",
  "id": "s4h-height-in-inches-example-observation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/bodyheight"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ],
    "text": "Body height"
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectiveDateTime": "2019-07-02",
  "performer": [
    {
      "identifier": {
        "use": "official",
        "system": "http://fhir.de/NamingSystem/kbv/lanr",
        "value": "123456701"
      },
      "display": "Dr. Schmidt"
    }
  ],
  "valueQuantity": {
    "value": 68,
    "unit": "in",
    "system": "http://unitsofmeasure.org",
    "code": "[in_i]"
  }
}