{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://hs-osnabrueck.de/fhir/eWundbericht/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/example"
    }
  ],
  "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"
          }
        ]
      },
      "valueQuantity": {
        "value": 4,
        "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"
          }
        ]
      },
      "valueQuantity": {
        "value": 5,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "89260-4",
            "display": "Area of Wound"
          }
        ]
      },
      "valueQuantity": {
        "value": 15.7,
        "unit": "cm2",
        "system": "http://unitsofmeasure.org",
        "code": "cm2"
      }
    }
  ]
}