Wundgröße

Die Wundgröße besteht aus den folgenden vier Datenfeldern:

  • Länge (in cm)
  • Breite (in cm)
  • Tiefe (in cm, optional)
  • Fläche (in cm2)

Diese vier Variablen werden in den Components der Observation widergegeben.

https://posithera.de/fhir/StructureDefinition/WoundSize

The resource cannot be rendered.

Beispiel für die Wundgröße

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