{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "https://posithera.de/fhir/StructureDefinition/WoundSize"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72287-6",
        "display": "Wound size panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "focus": [
    {
      "reference": "Condition/woundExample"
    }
  ],
  "effectiveDateTime": "2019-08-21",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39126-8",
            "display": "Length of Wound"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "401238003",
            "display": "Length of Wound"
          }
        ],
        "text": "Wundlänge"
      },
      "valueQuantity": {
        "value": 3.5,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39125-0",
            "display": "Width of Wound"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "401239006",
            "display": "Width of wound"
          }
        ],
        "text": "Wundbreite"
      },
      "valueQuantity": {
        "value": 2.5,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39114-4",
            "display": "Depth of wound"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "425094009",
            "display": "Depth of wound"
          }
        ],
        "text": "Wundtiefe"
      },
      "valueQuantity": {
        "value": 1.3,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "89260-4",
            "display": "Area of Wound"
          }
        ],
        "text": "Wundfläche"
      },
      "valueQuantity": {
        "value": 7.0,
        "unit": "cm2",
        "system": "http://unitsofmeasure.org",
        "code": "cm2"
      }
    }
  ]
}